Package zombie.world
Class DictionaryDataClient
java.lang.Object
zombie.world.DictionaryData
zombie.world.DictionaryDataClient
-
Field Summary
Fields inherited from class zombie.world.DictionaryData
itemIdToInfoMap, itemTypeToInfoMap, NextItemID, NextObjectNameID, NextSpriteNameID, objectIdToNameMap, objectNameToIdMap, serverDataCache, spriteIdToNameMap, spriteNameToIdMap, unsetObject, unsetSprites
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
protected void
protected void
protected boolean
isClient()
protected void
load()
protected void
protected void
parseItemLoadList
(Map map) protected void
parseObjectNameLoadList
(List list) protected void
save()
protected void
saveToByteBuffer
(ByteBuffer byteBuffer) Methods inherited from class zombie.world.DictionaryData
getIdForObjectName, getIdForSpriteName, getItemInfoFromID, getItemInfoFromType, getItemMods, getItemRegistryID, getItemTypeDebugString, getItemTypeFromID, getModuleList, getObjectNameFromID, getSpriteNameFromID, loadFromByteBuffer, reset, saveAsText
-
Constructor Details
-
DictionaryDataClient
public DictionaryDataClient()
-
-
Method Details
-
isClient
protected boolean isClient()- Overrides:
isClient
in classDictionaryData
-
parseItemLoadList
- Overrides:
parseItemLoadList
in classDictionaryData
- Throws:
WorldDictionaryException
-
parseCurrentItemSet
- Overrides:
parseCurrentItemSet
in classDictionaryData
- Throws:
WorldDictionaryException
-
parseObjectNameLoadList
- Overrides:
parseObjectNameLoadList
in classDictionaryData
- Throws:
WorldDictionaryException
-
backupCurrentDataSet
- Overrides:
backupCurrentDataSet
in classDictionaryData
- Throws:
IOException
-
deleteBackupCurrentDataSet
- Overrides:
deleteBackupCurrentDataSet
in classDictionaryData
- Throws:
IOException
-
createErrorBackups
protected void createErrorBackups()- Overrides:
createErrorBackups
in classDictionaryData
-
load
- Overrides:
load
in classDictionaryData
- Throws:
IOException
WorldDictionaryException
-
save
- Overrides:
save
in classDictionaryData
- Throws:
IOException
WorldDictionaryException
-
saveToByteBuffer
- Overrides:
saveToByteBuffer
in classDictionaryData
- Throws:
IOException
-