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 arg0) 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 arg0, int arg1, int arg2, int arg3, String arg4, AnimalBreed arg5) IsoAnimal
(IsoCell arg0, int arg1, int arg2, int arg3, String arg4, AnimalBreed arg5, boolean arg6) -
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 cell, int int0, int int1, int int2, String string, AnimalBreed animalBreed) static IsoAnimal
LuaManager.GlobalObject.addAnimal
(IsoCell cell, int int0, int int1, int int2, String string, AnimalBreed animalBreed, boolean boolean0)