Class DictionaryDataClient
java.lang.Object
zombie.world.DictionaryData
zombie.world.DictionaryDataClient
-
Field Summary
Fields inherited from class zombie.world.DictionaryData
entityIdToInfoMap, entityTypeToInfoMap, itemIdToInfoMap, itemTypeToInfoMap, NextInfoID, 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 <T extends DictionaryInfo<?>>
voidparseCurrentInfoSet
(Map<String, T> map) protected <T extends DictionaryInfo<?>>
voidparseInfoLoadList
(Map<String, T> var1) protected void
parseObjectNameLoadList
(List<String> var1) protected void
save()
protected void
saveToByteBuffer
(ByteBuffer var1) Methods inherited from class zombie.world.DictionaryData
getDictionaryMods, getEntityInfoFromID, getEntityInfoFromType, getEntityRegistryID, getEntityTypeDebugString, getEntityTypeFromID, getIdForObjectName, getIdForSpriteName, getItemInfoFromID, getItemInfoFromType, getItemRegistryID, getItemTypeDebugString, getItemTypeFromID, getModuleList, getObjectNameFromID, getSpriteNameFromID, loadFromByteBuffer, parseCurrentInfoSet, reset, saveAsText
-
Constructor Details
-
DictionaryDataClient
public DictionaryDataClient()
-
-
Method Details
-
isClient
protected boolean isClient()- Overrides:
isClient
in classDictionaryData
-
parseInfoLoadList
protected <T extends DictionaryInfo<?>> void parseInfoLoadList(Map<String, T> var1) throws WorldDictionaryException- Overrides:
parseInfoLoadList
in classDictionaryData
- Throws:
WorldDictionaryException
-
parseCurrentInfoSet
protected <T extends DictionaryInfo<?>> void parseCurrentInfoSet(Map<String, T> map) throws WorldDictionaryException- Overrides:
parseCurrentInfoSet
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
-