Uses of Class
zombie.world.EntityInfo
Packages that use EntityInfo
-
Uses of EntityInfo in zombie.world
Subclasses with type arguments of type EntityInfo in zombie.worldFields in zombie.world with type parameters of type EntityInfoModifier and TypeFieldDescriptionprotected final Map
<Short, EntityInfo> DictionaryData.entityIdToInfoMap
protected final Map
<String, EntityInfo> DictionaryData.entityTypeToInfoMap
Methods in zombie.world that return EntityInfoModifier and TypeMethodDescriptionEntityInfo.copy()
protected final EntityInfo
DictionaryData.getEntityInfoFromID
(short short0) static EntityInfo
WorldDictionary.getEntityInfoFromID
(short short0) protected final EntityInfo
DictionaryData.getEntityInfoFromType
(String string) static EntityInfo
WorldDictionary.getEntityInfoFromType
(String string)