Uses of Class
zombie.iso.objects.IsoDeadBody
Packages that use IsoDeadBody
Package
Description
-
Uses of IsoDeadBody in zombie
Methods in zombie with parameters of type IsoDeadBodyModifier and TypeMethodDescriptionvoid
VirtualZombieManager.createEatingZombies
(IsoDeadBody target, int nb) -
Uses of IsoDeadBody in zombie.characters
Fields in zombie.characters declared as IsoDeadBodyMethods in zombie.characters with parameters of type IsoDeadBodyModifier and TypeMethodDescriptionvoid
IsoGameCharacter.burnCorpse
(IsoDeadBody corpse) void
IsoGameCharacter.pickUpCorpse
(IsoDeadBody deadBody) void
IsoZombie.setBodyToEat
(IsoDeadBody body) -
Uses of IsoDeadBody in zombie.characters.animals
Methods in zombie.characters.animals with parameters of type IsoDeadBodyModifier and TypeMethodDescriptionstatic void
IsoAnimal.addAnimalPart
(AnimalPart animalPart, IsoPlayer player, IsoDeadBody deadBody) static IsoAnimal
IsoAnimal.createAnimalFromCorpse
(IsoDeadBody deadBody) -
Uses of IsoDeadBody in zombie.core.skinnedmodel
Methods in zombie.core.skinnedmodel with parameters of type IsoDeadBodyModifier and TypeMethodDescriptionvoid
DeadBodyAtlas.checkLights
(Texture entryTex, IsoDeadBody body) DeadBodyAtlas.getBodyTexture
(IsoDeadBody body) void
DeadBodyAtlas.BodyParams.init
(IsoDeadBody deadBody) void
DeadBodyAtlas.invalidateBodyTexture
(DeadBodyAtlas.BodyTexture bodyTexture, IsoDeadBody deadBody) Constructors in zombie.core.skinnedmodel with parameters of type IsoDeadBody -
Uses of IsoDeadBody in zombie.inventory
Fields in zombie.inventory declared as IsoDeadBodyMethods in zombie.inventory that return IsoDeadBodyModifier and TypeMethodDescriptionInventoryItem.createAndStoreDefaultDeadBody
(IsoGridSquare square) InventoryItem.getDeadBodyObject()
InventoryItem.loadCorpseFromByteData
(IsoGridSquare square) -
Uses of IsoDeadBody in zombie.iso
Methods in zombie.iso that return IsoDeadBodyModifier and TypeMethodDescriptionIsoGridSquare.addCorpse()
IsoGridSquare.addCorpse
(boolean boolean0) IsoGridSquare.createAnimalCorpseFromItem
(InventoryItem item) IsoGridSquare.createCorpse
(boolean boolean0) IsoGridSquare.createCorpse
(IsoZombie zombie) IsoGridSquare.createCorpse
(IsoZombie zombie, boolean boolean0) IsoGridSquare.getDeadBody()
Methods in zombie.iso that return types with arguments of type IsoDeadBodyMethods in zombie.iso with parameters of type IsoDeadBodyModifier and TypeMethodDescriptionvoid
IsoGridSquare.addCorpse
(IsoDeadBody body, boolean bRemote) void
IsoGridSquare.removeCorpse
(IsoDeadBody body, boolean bRemote) -
Uses of IsoDeadBody in zombie.iso.fboRenderChunk
Methods in zombie.iso.fboRenderChunk with parameters of type IsoDeadBody -
Uses of IsoDeadBody in zombie.iso.objects
Fields in zombie.iso.objects with type parameters of type IsoDeadBodyMethods in zombie.iso.objects that return IsoDeadBody -
Uses of IsoDeadBody in zombie.Lua
Methods in zombie.Lua that return IsoDeadBodyModifier and TypeMethodDescriptionstatic IsoDeadBody
LuaManager.GlobalObject.createRandomDeadBody
(IsoGridSquare square, int blood) Methods in zombie.Lua with parameters of type IsoDeadBodyModifier and TypeMethodDescriptionstatic void
LuaManager.GlobalObject.sendAddAnimalFromHandsInTrailer
(IsoDeadBody deadBody, IsoPlayer player, BaseVehicle vehicle) static void
LuaManager.GlobalObject.sendAddAnimalInTrailer
(IsoDeadBody deadBody, IsoPlayer player, BaseVehicle vehicle) static void
LuaManager.GlobalObject.sendButcherAnimal
(IsoDeadBody deadBody, IsoPlayer player) static void
LuaManager.GlobalObject.sendRemoveAndGrabAnimalFromTrailer
(IsoDeadBody deadBody, IsoPlayer player, BaseVehicle vehicle, AnimalInventoryItem animalInventoryItem) -
Uses of IsoDeadBody in zombie.network
Methods in zombie.network with parameters of type IsoDeadBodyModifier and TypeMethodDescriptionstatic void
GameServer.sendBecomeCorpse
(IsoDeadBody body) static void
GameServer.sendCorpse
(IsoDeadBody body) static void
GameClient.sendRemoveCorpseFromMap
(IsoDeadBody deadBody) static void
GameServer.sendRemoveCorpseFromMap
(IsoDeadBody deadBody) -
Uses of IsoDeadBody in zombie.randomizedWorld
Methods in zombie.randomizedWorld that return IsoDeadBodyModifier and TypeMethodDescriptionstatic IsoDeadBody
RandomizedWorldBase.createBodyFromZombie
(IsoGameCharacter chr) RandomizedWorldBase.createCorpse
(IsoGridSquare square, boolean boolean0) RandomizedWorldBase.createCorpse
(IsoGridSquare square, IsoZombie zombie) RandomizedWorldBase.createCorpse
(RoomDef roomDef) RandomizedWorldBase.createCorpse
(RoomDef roomDef, boolean boolean0) static IsoDeadBody
RandomizedWorldBase.createRandomDeadBody
(float x, float y, float z, float direction, boolean alignToSquare, int blood, int crawlerChance, String outfit) static IsoDeadBody
RandomizedWorldBase.createRandomDeadBody
(int x, int y, int z, IsoDirections dir, int blood) static IsoDeadBody
RandomizedWorldBase.createRandomDeadBody
(int x, int y, int z, IsoDirections dir, int blood, int crawlerChance) static IsoDeadBody
RandomizedWorldBase.createRandomDeadBody
(IsoGridSquare square, IsoDirections directions0, boolean boolean1, int int2, int int0, String string, Integer integer) static IsoDeadBody
RandomizedWorldBase.createRandomDeadBody
(IsoGridSquare sq, IsoDirections dir, int blood, int crawlerChance, String outfit) static IsoDeadBody
RandomizedWorldBase.createRandomDeadBody
(RoomDef room, int blood) RandomizedWorldBase.createSkeletonCorpse
(IsoGridSquare square) RandomizedWorldBase.createSkeletonCorpse
(RoomDef room) -
Uses of IsoDeadBody in zombie.vehicles
Methods in zombie.vehicles with parameters of type IsoDeadBodyModifier and TypeMethodDescriptionvoid
BaseVehicle.addAnimalFromHandsInTrailer
(IsoDeadBody deadBody, IsoPlayer player) void
BaseVehicle.addAnimalInTrailer
(IsoDeadBody deadBody) boolean
BaseVehicle.canAddAnimalInTrailer
(IsoDeadBody deadBody) int
BaseVehicle.testCollisionWithCorpse
(IsoDeadBody body, boolean doSound)