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 breedName) 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 cell, int x, int y, int z, String type, AnimalBreed breed) IsoAnimal(IsoCell cell, int x, int y, int z, String type, AnimalBreed breed, boolean skeleton) -
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 IsoAnimalLuaManager.GlobalObject.addAnimal(IsoCell cell, int x, int y, int z, String animalType, AnimalBreed breed) static IsoAnimalLuaManager.GlobalObject.addAnimal(IsoCell cell, int x, int y, int z, String animalType, AnimalBreed breed, boolean skeleton)