Uses of Class
zombie.world.DictionaryInfo
Packages that use DictionaryInfo
-
Uses of DictionaryInfo in zombie.world
Classes in zombie.world with type parameters of type DictionaryInfoSubclasses of DictionaryInfo in zombie.worldMethods in zombie.world with type parameters of type DictionaryInfoModifier and TypeMethodDescriptionprotected <T extends DictionaryInfo<?>>
voidDictionaryData.parseCurrentInfoSet
(Map<String, T> map) protected <T extends DictionaryInfo<?>>
voidDictionaryDataClient.parseCurrentInfoSet
(Map<String, T> map) protected <T extends DictionaryInfo<?>>
voidDictionaryData.parseInfoLoadList
(Map<String, T> map) protected <T extends DictionaryInfo<?>>
voidDictionaryDataClient.parseInfoLoadList
(Map<String, T> var1) Methods in zombie.world with parameters of type DictionaryInfoModifier and TypeMethodDescriptionprotected void
DictionaryInfo.copyFrom
(DictionaryInfo<T> dictionaryInfo0) -
Uses of DictionaryInfo in zombie.world.logger
Fields in zombie.world.logger declared as DictionaryInfoConstructors in zombie.world.logger with parameters of type DictionaryInfoModifierConstructorDescriptionBaseItemLog
(DictionaryInfo<?> dictionaryInfo) ModIDChangedItem
(DictionaryInfo<?> dictionaryInfo, String string0, String string1) ObsoleteItem
(DictionaryInfo<?> dictionaryInfo) RegisterItem
(DictionaryInfo<?> dictionaryInfo) ReinstateItem
(DictionaryInfo<?> dictionaryInfo) RemovedItem
(DictionaryInfo<?> dictionaryInfo, boolean boolean0)