Uses of Class
zombie.characters.animals.AnimalDefinitions
Packages that use AnimalDefinitions
-
Uses of AnimalDefinitions in zombie.characters.animals
Fields in zombie.characters.animals declared as AnimalDefinitionsFields in zombie.characters.animals with type parameters of type AnimalDefinitionsModifier and TypeFieldDescriptionstatic HashMap
<String, AnimalDefinitions> AnimalDefinitions.animalDefs
Methods in zombie.characters.animals that return AnimalDefinitionsModifier and TypeMethodDescriptionIsoAnimal.getAdef()
static AnimalDefinitions
static AnimalDefinitions
Methods in zombie.characters.animals that return types with arguments of type AnimalDefinitionsModifier and TypeMethodDescriptionstatic HashMap
<String, AnimalDefinitions> AnimalDefinitions.getAnimalDefs()
static ArrayList
<AnimalDefinitions> AnimalDefinitions.getAnimalDefsArray()
-
Uses of AnimalDefinitions in zombie.Lua
Methods in zombie.Lua that return types with arguments of type AnimalDefinitionsModifier and TypeMethodDescriptionstatic ArrayList
<AnimalDefinitions> LuaManager.GlobalObject.getAllAnimalsDefinitions()