Uses of Class
zombie.characters.animals.IsoAnimal
Packages that use IsoAnimal
Package
Description
-
Uses of IsoAnimal in zombie
Modifier and TypeMethodDescriptionWorldSoundManager.getSoundAnimal(IsoAnimal animal) floatWorldSoundManager.getSoundAttractAnimal(WorldSoundManager.WorldSound sound, IsoAnimal animal) -
Uses of IsoAnimal in zombie.ai.states.animals
Methods in zombie.ai.states.animals with parameters of type IsoAnimalModifier and TypeMethodDescriptionvoidAnimalFollowWallState.checkNoCollide(IsoAnimal animal) booleanAnimalFollowWallState.continueFollowingWall(IsoAnimal animal) booleanAnimalFollowWallState.decideRotation(IsoAnimal animal, IsoDirections collideDir) voidAnimalFollowWallState.followWall(IsoAnimal animal) voidvoidvoidAnimalAlertedState.setTurnAlertedValues(IsoAnimal animal, IsoMovingObject chr) voidAnimalFollowWallState.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 TypeMethodDescriptionvoidIsoPlayer.addAttachedAnimal(IsoAnimal anim) voidAnimalVocalsManager.addCharacter(IsoAnimal chr) voidBaseAnimalSoundManager.addCharacter(IsoAnimal chr) voidabstract voidvoidIsoPlayer.removeAttachedAnimal(IsoAnimal animal) voidIsoPlayer.TestAnimalSpotPlayer(IsoAnimal chr) -
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 IsoAnimalIsoAnimal.createAnimalFromCorpse(IsoDeadBody body) VirtualAnimal.findAnimalById(int animalID) AnimalSoundState.getAnimal()IsoAnimal.getMother()Methods in zombie.characters.animals that return types with arguments of type IsoAnimalModifier and TypeMethodDescriptionMigrationGroupDefinitions.generatePossibleAnimals(VirtualAnimal vAnimal, String type) IsoAnimal.getBabies()Methods in zombie.characters.animals with parameters of type IsoAnimalModifier and TypeMethodDescriptionvoidAnimalPopulationManager.addToRecentlyRemoved(IsoAnimal realAnimal) static voidAnimalGene.checkGeneticDisorder(IsoAnimal animal) voidvoidstatic AnimalDefinitionsvoidIsoAnimal.HitByAnimal(IsoAnimal animal, boolean bIgnoreDamage) static voidAnimalGene.initGenome(IsoAnimal animal) voidIsoAnimal.removeBaby(IsoAnimal baby) voidvoidAnimalPopulationManager.virtualizeAnimal(IsoAnimal realAnimal) 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 TypeMethodDescriptionvoidAnimatedModel.setModelData(BaseVisual baseVisual, ItemVisuals itemVisuals, 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> result) Methods in zombie.iso with parameters of type IsoAnimalModifier and TypeMethodDescriptionvoidIsoButcherHook.playPutDownCorpseSound(IsoAnimal animal) voidIsoButcherHook.reattachAnimal(IsoAnimal animal) voidMethod 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.animalInsideIsoHutch.animalOutsideIsoFeedingTrough.linkedAnimalsMethods 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 TypeMethodDescriptionbooleanIsoHutch.addAnimalInNestBox(IsoAnimal animal) booleanIsoHutch.addAnimalInside(IsoAnimal animal) booleanIsoHutch.addAnimalInside(IsoAnimal animal, boolean bSync) voidIsoHutch.addAnimalOutside(IsoAnimal animal) voidvoidIsoFeedingTrough.addLinkedAnimal(IsoAnimal animal) booleanIsoHutch.addMetaEgg(IsoAnimal animal) voidvoidIsoHutch.killAnimal(IsoAnimal animal) voidIsoHutch.removeAnimal(IsoAnimal animal) voidIsoDeadBody.setAnimalData(IsoAnimal died) voidIsoHutch.tryFindAndRemoveAnimalFromNestBox(IsoAnimal animal) Method parameters in zombie.iso.objects with type arguments of type IsoAnimalModifier and TypeMethodDescriptionvoidIsoFeedingTrough.setLinkedAnimals(ArrayList<IsoAnimal> linkedAnimals) -
Uses of IsoAnimal in zombie.Lua
Methods in zombie.Lua that return IsoAnimalModifier 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) static IsoAnimalLuaManager.GlobalObject.getAnimal(int id) Methods in zombie.Lua with parameters of type IsoAnimalModifier and TypeMethodDescriptionstatic voidLuaManager.GlobalObject.sendAddAnimalFromHandsInTrailer(IsoAnimal animal, IsoPlayer player, BaseVehicle vehicle) static voidLuaManager.GlobalObject.sendAddAnimalInTrailer(IsoAnimal animal, IsoPlayer player, BaseVehicle vehicle) static voidLuaManager.GlobalObject.sendAnimalGenome(IsoAnimal animal) static voidLuaManager.GlobalObject.sendAttachAnimalToPlayer(IsoAnimal animal, IsoPlayer player, IsoObject object, boolean remove) static voidLuaManager.GlobalObject.sendAttachAnimalToTree(IsoAnimal animal, IsoPlayer player, IsoObject object, boolean remove) static voidLuaManager.GlobalObject.sendFeedAnimalFromHand(IsoAnimal animal, IsoPlayer player, InventoryItem item) static voidLuaManager.GlobalObject.sendHutchGrabAnimal(IsoAnimal animal, IsoPlayer player, IsoObject object, InventoryItem item) static voidLuaManager.GlobalObject.sendHutchGrabCorpseAction(IsoAnimal animal, IsoPlayer player, IsoObject object, InventoryItem item) static voidLuaManager.GlobalObject.sendHutchRemoveAnimalAction(IsoAnimal animal, IsoPlayer player, IsoObject object) static voidLuaManager.GlobalObject.sendPickupAnimal(IsoAnimal animal, IsoPlayer player, AnimalInventoryItem item) static voidLuaManager.GlobalObject.sendRemoveAndGrabAnimalFromTrailer(IsoAnimal animal, IsoPlayer player, BaseVehicle vehicle, AnimalInventoryItem item) static voidLuaManager.GlobalObject.sendRemoveAnimalFromTrailer(IsoAnimal animal, IsoPlayer player, BaseVehicle vehicle) -
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 TypeMethodDescriptionstatic byteAnimalStateVariables.getVariables(IsoAnimal animal) voidstatic voidAnimalStateVariables.setVariables(IsoAnimal animal, byte value) -
Uses of IsoAnimal in zombie.network.fields.hit
Methods in zombie.network.fields.hit with parameters of type IsoAnimalModifier and TypeMethodDescriptionvoidDamage.processAnimal(IsoAnimal wielder, IsoAnimal target) voidDamage.processPlayer(IsoAnimal wielder, IsoPlayer target) -
Uses of IsoAnimal in zombie.network.packets.character
Methods in zombie.network.packets.character with parameters of type IsoAnimalModifier and TypeMethodDescriptionvoidAnimalCommandPacket.set(AnimalCommandPacket.Type operation, IsoAnimal animal) voidAnimalCommandPacket.set(AnimalCommandPacket.Type operation, IsoAnimal animal, IsoPlayer player, InventoryItem item) voidAnimalCommandPacket.set(AnimalCommandPacket.Type operation, IsoAnimal animal, IsoPlayer player, IsoObject object, boolean remove) voidAnimalCommandPacket.set(AnimalCommandPacket.Type operation, IsoAnimal animal, IsoPlayer player, IsoObject object, InventoryItem item) voidAnimalCommandPacket.set(AnimalCommandPacket.Type operation, IsoAnimal animal, IsoPlayer player, IsoHutch hutch) voidAnimalCommandPacket.set(AnimalCommandPacket.Type operation, IsoAnimal animal, IsoPlayer player, BaseVehicle vehicle, InventoryItem item) voidAnimalCommandPacket.set(AnimalCommandPacket.Type operation, IsoAnimal animal, IsoGridSquare sq) -
Uses of IsoAnimal in zombie.network.packets.hit
Methods in zombie.network.packets.hit with parameters of type IsoAnimalModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidPlayerHitAnimalPacket.set(IsoPlayer wielder, HandWeapon weapon, boolean isIgnoreDamage, boolean isCriticalHit, IsoAnimal target, float damage, float range, boolean hitHead) -
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 IsoAnimal -
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 TypeMethodDescriptionvoidBaseVehicle.addAnimalFromHandsInTrailer(IsoAnimal animal, IsoPlayer player) voidBaseVehicle.addAnimalInTrailer(IsoAnimal animal) booleanBaseVehicle.canAddAnimalInTrailer(IsoAnimal animal) voidBaseVehicle.hitCharacter(IsoAnimal chr) BaseVehicle.removeAnimalFromTrailer(IsoAnimal animal) voidBaseVehicle.replaceGrownAnimalInTrailer(IsoAnimal current, IsoAnimal grown)