Uses of Class
zombie.characters.animals.IsoAnimal
Packages that use IsoAnimal
Package
Description
-
Uses of IsoAnimal in zombie
Modifier and TypeMethodDescriptionWorldSoundManager.getSoundAnimal
(IsoAnimal animal) float
WorldSoundManager.getSoundAttractAnimal
(WorldSoundManager.WorldSound worldSound, IsoAnimal animal) -
Uses of IsoAnimal in zombie.ai.states.animals
Methods in zombie.ai.states.animals with parameters of type IsoAnimalModifier and TypeMethodDescriptionvoid
AnimalFollowWallState.checkNoCollide
(IsoAnimal animal) boolean
AnimalFollowWallState.continueFollowingWall
(IsoAnimal animal) boolean
AnimalFollowWallState.decideRotation
(IsoAnimal animal, IsoDirections directions) void
AnimalFollowWallState.followWall
(IsoAnimal animal) void
void
void
AnimalAlertedState.setTurnAlertedValues
(IsoAnimal animal, IsoMovingObject movingObject) void
AnimalFollowWallState.updateParams
(IsoAnimal animal) Constructors in zombie.ai.states.animals with parameters of type IsoAnimalModifierConstructorDescriptionStateFollow
(IsoAnimal animal) StateMoveFromEat
(IsoAnimal animal) StateMoveToEat
(IsoAnimal animal) StateSleep
(IsoAnimal animal) -
Uses of IsoAnimal in zombie.characters
Fields in zombie.characters with type parameters of type IsoAnimalMethods in zombie.characters that return IsoAnimalMethods in zombie.characters that return types with arguments of type IsoAnimalMethods in zombie.characters with parameters of type IsoAnimalModifier and TypeMethodDescriptionvoid
IsoPlayer.addAttachedAnimal
(IsoAnimal animal) void
AnimalVocalsManager.addCharacter
(IsoAnimal animal) void
BaseAnimalSoundManager.addCharacter
(IsoAnimal animal) void
abstract void
void
IsoPlayer.removeAttachedAnimal
(IsoAnimal animal) void
IsoPlayer.TestAnimalSpotPlayer
(IsoAnimal animal) -
Uses of IsoAnimal in zombie.characters.animals
Fields in zombie.characters.animals declared as IsoAnimalMethods in zombie.characters.animals that return IsoAnimalModifier and TypeMethodDescriptionIsoAnimal.addBaby()
static IsoAnimal
IsoAnimal.createAnimalFromCorpse
(IsoDeadBody deadBody) VirtualAnimal.findAnimalById
(int int1) AnimalSoundState.getAnimal()
IsoAnimal.getMother()
Methods in zombie.characters.animals that return types with arguments of type IsoAnimalModifier and TypeMethodDescriptionMigrationGroupDefinitions.generatePossibleAnimals
(VirtualAnimal virtualAnimal, String string) IsoAnimal.getBabies()
Methods in zombie.characters.animals with parameters of type IsoAnimalModifier and TypeMethodDescriptionvoid
AnimalPopulationManager.addToRecentlyRemoved
(IsoAnimal animal) static void
AnimalGene.checkGeneticDisorder
(IsoAnimal animal) void
void
static AnimalDefinitions
void
IsoAnimal.HitByAnimal
(IsoAnimal animal0, boolean boolean0) static void
AnimalGene.initGenome
(IsoAnimal animal) void
IsoAnimal.removeBaby
(IsoAnimal animal1) void
void
AnimalPopulationManager.virtualizeAnimal
(IsoAnimal animal) Constructors in zombie.characters.animals with parameters of type IsoAnimal -
Uses of IsoAnimal in zombie.characters.animals.behavior
Constructors in zombie.characters.animals.behavior with parameters of type IsoAnimal -
Uses of IsoAnimal in zombie.characters.animals.datas
Fields in zombie.characters.animals.datas declared as IsoAnimalFields in zombie.characters.animals.datas with type parameters of type IsoAnimalMethods in zombie.characters.animals.datas with parameters of type IsoAnimalConstructors in zombie.characters.animals.datas with parameters of type IsoAnimal -
Uses of IsoAnimal in zombie.characters.BodyDamage
Methods in zombie.characters.BodyDamage with parameters of type IsoAnimal -
Uses of IsoAnimal in zombie.core.skinnedmodel.advancedanimation
Methods in zombie.core.skinnedmodel.advancedanimation with parameters of type IsoAnimalModifier and TypeMethodDescriptionvoid
AnimatedModel.setModelData
(BaseVisual baseVisualx, ItemVisuals itemVisualsx, IsoAnimal animal) -
Uses of IsoAnimal in zombie.core.skinnedmodel.visual
Methods in zombie.core.skinnedmodel.visual that return IsoAnimalMethods in zombie.core.skinnedmodel.visual with parameters of type IsoAnimal -
Uses of IsoAnimal in zombie.inventory
Methods in zombie.inventory with parameters of type IsoAnimal -
Uses of IsoAnimal in zombie.inventory.types
Methods in zombie.inventory.types that return IsoAnimalMethods in zombie.inventory.types with parameters of type IsoAnimal -
Uses of IsoAnimal in zombie.iso
Methods in zombie.iso that return IsoAnimalMethods in zombie.iso that return types with arguments of type IsoAnimalModifier and TypeMethodDescriptionIsoGridSquare.getAnimals()
IsoGridSquare.getAnimals
(ArrayList<IsoAnimal> arrayList) Methods in zombie.iso with parameters of type IsoAnimalModifier and TypeMethodDescriptionvoid
IsoButcherHook.playPutDownCorpseSound
(IsoAnimal animalx) void
IsoButcherHook.reattachAnimal
(IsoAnimal animalx) void
Method parameters in zombie.iso with type arguments of type IsoAnimal -
Uses of IsoAnimal in zombie.iso.areas
Methods in zombie.iso.areas that return types with arguments of type IsoAnimalModifier and TypeMethodDescriptionDesignationZoneAnimal.getAnimals()
DesignationZoneAnimal.getAnimalsConnected()
Methods in zombie.iso.areas with parameters of type IsoAnimal -
Uses of IsoAnimal in zombie.iso.objects
Fields in zombie.iso.objects declared as IsoAnimalFields in zombie.iso.objects with type parameters of type IsoAnimalModifier and TypeFieldDescriptionIsoHutch.animalInside
IsoHutch.animalOutside
IsoFeedingTrough.linkedAnimals
Methods in zombie.iso.objects that return IsoAnimalMethods in zombie.iso.objects that return types with arguments of type IsoAnimalMethods in zombie.iso.objects with parameters of type IsoAnimalModifier and TypeMethodDescriptionboolean
IsoHutch.addAnimalInNestBox
(IsoAnimal animal) boolean
IsoHutch.addAnimalInside
(IsoAnimal animal) void
IsoHutch.addAnimalOutside
(IsoAnimal animal) void
void
IsoFeedingTrough.addLinkedAnimal
(IsoAnimal animal) boolean
IsoHutch.addMetaEgg
(IsoAnimal animal) void
void
IsoHutch.killAnimal
(IsoAnimal animal) void
IsoHutch.removeAnimal
(IsoAnimal animal) void
IsoDeadBody.setAnimalData
(IsoAnimal animal) void
IsoHutch.tryFindAndRemoveAnimalFromNestBox
(IsoAnimal animal) Method parameters in zombie.iso.objects with type arguments of type IsoAnimalModifier and TypeMethodDescriptionvoid
IsoFeedingTrough.setLinkedAnimals
(ArrayList<IsoAnimal> arrayList) -
Uses of IsoAnimal in zombie.Lua
Methods in zombie.Lua that return IsoAnimalModifier 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) static IsoAnimal
LuaManager.GlobalObject.getAnimal
(int int0) Methods in zombie.Lua with parameters of type IsoAnimalModifier and TypeMethodDescriptionstatic void
LuaManager.GlobalObject.sendAddAnimalFromHandsInTrailer
(IsoAnimal animal, IsoPlayer player, BaseVehicle vehicle) static void
LuaManager.GlobalObject.sendAddAnimalInTrailer
(IsoAnimal animal, IsoPlayer player, BaseVehicle vehicle) static void
LuaManager.GlobalObject.sendAnimalGenome
(IsoAnimal animal) static void
LuaManager.GlobalObject.sendAttachAnimalToPlayer
(IsoAnimal animal, IsoPlayer player, IsoObject var2, boolean boolean0) static void
LuaManager.GlobalObject.sendAttachAnimalToTree
(IsoAnimal animal, IsoPlayer player, IsoObject object, boolean boolean0) static void
LuaManager.GlobalObject.sendFeedAnimalFromHand
(IsoAnimal animal, IsoPlayer player, InventoryItem item) static void
LuaManager.GlobalObject.sendHutchGrabAnimal
(IsoAnimal animal, IsoPlayer player, IsoObject object, InventoryItem item) static void
LuaManager.GlobalObject.sendHutchGrabCorpseAction
(IsoAnimal animal, IsoPlayer player, IsoObject object, InventoryItem item) static void
LuaManager.GlobalObject.sendHutchRemoveAnimalAction
(IsoAnimal animal, IsoPlayer player, IsoObject object) static void
LuaManager.GlobalObject.sendPickupAnimal
(IsoAnimal animal, IsoPlayer player, AnimalInventoryItem animalInventoryItem) static void
LuaManager.GlobalObject.sendRemoveAndGrabAnimalFromTrailer
(IsoAnimal animal, IsoPlayer player, BaseVehicle vehicle, AnimalInventoryItem animalInventoryItem) static void
LuaManager.GlobalObject.sendRemoveAnimalFromTrailer
(IsoAnimal animal, IsoPlayer player, BaseVehicle vehicle) -
Uses of IsoAnimal in zombie.network
Methods in zombie.network with parameters of type IsoAnimal -
Uses of IsoAnimal in zombie.network.fields.character
Methods in zombie.network.fields.character that return IsoAnimalMethods in zombie.network.fields.character with parameters of type IsoAnimalModifier and TypeMethodDescriptionint
AnimalStateVariables.getVariables
(IsoAnimal animal) void
void
AnimalStateVariables.setVariables
(IsoAnimal animal, int int0) -
Uses of IsoAnimal in zombie.network.fields.hit
Methods in zombie.network.fields.hit with parameters of type IsoAnimalModifier and TypeMethodDescriptionvoid
Damage.processAnimal
(IsoAnimal animal1, IsoAnimal animal0) void
Damage.processPlayer
(IsoAnimal animal, IsoPlayer player) -
Uses of IsoAnimal in zombie.popman.animal
Methods in zombie.popman.animal that return IsoAnimalMethods in zombie.popman.animal that return types with arguments of type IsoAnimalMethods in zombie.popman.animal with parameters of type IsoAnimalModifier and TypeMethodDescriptionvoid
AnimalOwnershipManager.getOwnership
(IsoAnimal animal) void
void
-
Uses of IsoAnimal in zombie.vehicles
Fields in zombie.vehicles with type parameters of type IsoAnimalMethods in zombie.vehicles that return types with arguments of type IsoAnimalMethods in zombie.vehicles with parameters of type IsoAnimalModifier and TypeMethodDescriptionvoid
BaseVehicle.addAnimalFromHandsInTrailer
(IsoAnimal animal, IsoPlayer player) void
BaseVehicle.addAnimalInTrailer
(IsoAnimal animal) boolean
BaseVehicle.canAddAnimalInTrailer
(IsoAnimal animal) void
BaseVehicle.hitCharacter
(IsoAnimal animal0) BaseVehicle.removeAnimalFromTrailer
(IsoAnimal animal1) void
BaseVehicle.replaceGrownAnimalInTrailer
(IsoAnimal animal1, IsoAnimal animal0)