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 isoDeadBody) 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 isoPlayer, IsoDeadBody isoDeadBody) static IsoAnimal
IsoAnimal.createAnimalFromCorpse
(IsoDeadBody isoDeadBody) -
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 isoDeadBody) void
DeadBodyAtlas.invalidateBodyTexture
(DeadBodyAtlas.BodyTexture bodyTexture, IsoDeadBody isoDeadBody) 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 isoGridSquare) InventoryItem.getDeadBodyObject()
InventoryItem.loadCorpseFromByteData
(IsoGridSquare isoGridSquare) -
Uses of IsoDeadBody in zombie.iso
Methods in zombie.iso that return IsoDeadBodyModifier and TypeMethodDescriptionIsoGridSquare.addCorpse()
IsoGridSquare.addCorpse
(boolean boolean0) IsoGridSquare.createAnimalCorpseFromItem
(InventoryItem inventoryItem) IsoGridSquare.createCorpse
(boolean boolean0) IsoGridSquare.createCorpse
(IsoZombie isoZombie) IsoGridSquare.createCorpse
(IsoZombie isoZombie, 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 IsoDeadBodyModifier and TypeMethodDescriptionvoid
FBORenderCorpses.render
(int int0, IsoDeadBody 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 isoDeadBody, IsoPlayer isoPlayer, BaseVehicle baseVehicle) static void
LuaManager.GlobalObject.sendAddAnimalInTrailer
(IsoDeadBody isoDeadBody, IsoPlayer isoPlayer, BaseVehicle baseVehicle) static void
LuaManager.GlobalObject.sendButcherAnimal
(IsoDeadBody isoDeadBody, IsoPlayer isoPlayer) static void
LuaManager.GlobalObject.sendRemoveAndGrabAnimalFromTrailer
(IsoDeadBody isoDeadBody, IsoPlayer isoPlayer, BaseVehicle baseVehicle, 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 isoGridSquare, boolean boolean0) RandomizedWorldBase.createCorpse
(IsoGridSquare isoGridSquare, IsoZombie isoZombie) 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 isoGridSquare, IsoDirections isoDirections0, 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 isoGridSquare) RandomizedWorldBase.createSkeletonCorpse
(RoomDef room) -
Uses of IsoDeadBody in zombie.vehicles
Methods in zombie.vehicles with parameters of type IsoDeadBodyModifier and TypeMethodDescriptionvoid
BaseVehicle.addAnimalFromHandsInTrailer
(IsoDeadBody isoDeadBody, IsoPlayer isoPlayer) void
BaseVehicle.addAnimalInTrailer
(IsoDeadBody isoDeadBody) boolean
BaseVehicle.canAddAnimalInTrailer
(IsoDeadBody isoDeadBody) int
BaseVehicle.testCollisionWithCorpse
(IsoDeadBody body, boolean doSound)