Uses of Class
zombie.iso.objects.IsoFeedingTrough
Packages that use IsoFeedingTrough
Package
Description
-
Uses of IsoFeedingTrough in zombie.characters.animals
Fields in zombie.characters.animals declared as IsoFeedingTroughFields in zombie.characters.animals with type parameters of type IsoFeedingTroughMethods in zombie.characters.animals with parameters of type IsoFeedingTroughModifier and TypeMethodDescriptionIsoAnimal.canEatFromTrough
(IsoFeedingTrough isoFeedingTrough) void
IsoAnimal.pathToTrough
(IsoFeedingTrough isoFeedingTrough) -
Uses of IsoFeedingTrough in zombie.characters.animals.behavior
Methods in zombie.characters.animals.behavior that return types with arguments of type IsoFeedingTroughMethods in zombie.characters.animals.behavior with parameters of type IsoFeedingTroughModifier and TypeMethodDescriptionboolean
BaseAnimalBehavior.canDrinkFromTrough
(IsoFeedingTrough isoFeedingTrough) Method parameters in zombie.characters.animals.behavior with type arguments of type IsoFeedingTroughModifier and TypeMethodDescriptionstatic void
BaseAnimalBehavior.shuffleList
(ArrayList<IsoFeedingTrough> arrayList) -
Uses of IsoFeedingTrough in zombie.characters.animals.datas
Fields in zombie.characters.animals.datas declared as IsoFeedingTroughMethods in zombie.characters.animals.datas that return types with arguments of type IsoFeedingTroughMethods in zombie.characters.animals.datas with parameters of type IsoFeedingTroughModifier and TypeMethodDescriptionvoid
AnimalData.callToTrough
(IsoFeedingTrough isoFeedingTrough) Method parameters in zombie.characters.animals.datas with type arguments of type IsoFeedingTroughModifier and TypeMethodDescriptionstatic void
AnimalData.shuffleList
(ArrayList<IsoFeedingTrough> arrayList) -
Uses of IsoFeedingTrough in zombie.iso.areas
Fields in zombie.iso.areas with type parameters of type IsoFeedingTroughMethods in zombie.iso.areas that return types with arguments of type IsoFeedingTroughModifier and TypeMethodDescriptionDesignationZoneAnimal.getTroughs()
DesignationZoneAnimal.getTroughsConnected()