Uses of Class
zombie.characters.animals.datas.AnimalBreed
Packages that use AnimalBreed
-
Uses of AnimalBreed in zombie.characters.animals
Fields in zombie.characters.animals with type parameters of type AnimalBreedMethods in zombie.characters.animals that return AnimalBreedModifier and TypeMethodDescriptionIsoAnimal.getBreed()
AnimalDefinitions.getBreedByName
(String string) AnimalDefinitions.getRandomBreed()
Methods in zombie.characters.animals that return types with arguments of type AnimalBreedMethods in zombie.characters.animals with parameters of type AnimalBreedConstructors in zombie.characters.animals with parameters of type AnimalBreedModifierConstructorDescriptionIsoAnimal
(IsoCell isoCell, int int0, int int1, int int2, String string, AnimalBreed animalBreed) IsoAnimal
(IsoCell isoCell, int int0, int int1, int int2, String string, AnimalBreed animalBreed, boolean boolean0) -
Uses of AnimalBreed in zombie.characters.animals.datas
Fields in zombie.characters.animals.datas declared as AnimalBreedMethods in zombie.characters.animals.datas that return AnimalBreedMethods in zombie.characters.animals.datas with parameters of type AnimalBreedConstructors in zombie.characters.animals.datas with parameters of type AnimalBreed -
Uses of AnimalBreed in zombie.Lua
Methods in zombie.Lua with parameters of type AnimalBreedModifier and TypeMethodDescriptionstatic IsoAnimal
LuaManager.GlobalObject.addAnimal
(IsoCell isoCell, int int0, int int1, int int2, String string, AnimalBreed animalBreed) static IsoAnimal
LuaManager.GlobalObject.addAnimal
(IsoCell isoCell, int int0, int int1, int int2, String string, AnimalBreed animalBreed, boolean boolean0)