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 TypeMethodDescriptionvoidVirtualZombieManager.createEatingZombies(IsoDeadBody target, int nb) -
Uses of IsoDeadBody in zombie.characters
Fields in zombie.characters declared as IsoDeadBodyMethods in zombie.characters that return IsoDeadBodyModifier and TypeMethodDescriptionIsoGameCharacter.becomeCorpse()IsoPlayer.becomeCorpse()IsoZombie.becomeCorpse()Methods in zombie.characters with parameters of type IsoDeadBodyModifier and TypeMethodDescriptionvoidIsoGameCharacter.burnCorpse(IsoDeadBody corpse) voidIsoGameCharacter.pickUpCorpse(IsoDeadBody deadBody, String string) voidIsoZombie.setBodyToEat(IsoDeadBody body) -
Uses of IsoDeadBody in zombie.characters.animals
Methods in zombie.characters.animals that return IsoDeadBodyMethods in zombie.characters.animals with parameters of type IsoDeadBodyModifier and TypeMethodDescriptionstatic voidIsoAnimal.addAnimalPart(AnimalPart arg0, IsoPlayer arg1, IsoDeadBody arg2) static IsoAnimalIsoAnimal.createAnimalFromCorpse(IsoDeadBody arg0) -
Uses of IsoDeadBody in zombie.core.skinnedmodel
Methods in zombie.core.skinnedmodel with parameters of type IsoDeadBodyModifier and TypeMethodDescriptionvoidDeadBodyAtlas.checkLights(Texture entryTex, IsoDeadBody body) DeadBodyAtlas.getBodyTexture(IsoDeadBody body) voidDeadBodyAtlas.BodyParams.init(IsoDeadBody arg0) voidDeadBodyAtlas.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 zombie0) IsoGridSquare.createCorpse(IsoZombie zombie0, boolean boolean0) IsoGridSquare.getDeadBody()IsoGridSquare.tryAddCorpseToWorld(InventoryItem item, float float0, float float1) IsoGridSquare.tryAddCorpseToWorld(InventoryItem item, float float0, float float1, boolean boolean0) Methods in zombie.iso that return types with arguments of type IsoDeadBodyMethods in zombie.iso with parameters of type IsoDeadBodyModifier and TypeMethodDescriptionvoidIsoGridSquare.addCorpse(IsoDeadBody body, boolean bRemote) voidIsoGridSquare.removeCorpse(IsoDeadBody body, boolean bRemote) -
Uses of IsoDeadBody in zombie.iso.areas
Methods in zombie.iso.areas that return types with arguments of type IsoDeadBodyModifier and TypeMethodDescriptionDesignationZoneAnimal.getCorpses()DesignationZoneAnimal.getCorpsesConnected()Methods in zombie.iso.areas with parameters of type IsoDeadBodyModifier and TypeMethodDescriptionvoidDesignationZoneAnimal.addCorpse(IsoDeadBody deadBody) voidDesignationZoneAnimal.removeCorpse(IsoDeadBody deadBody) -
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 IsoDeadBodyLuaManager.GlobalObject.createRandomDeadBody(IsoGridSquare square, int blood) Methods in zombie.Lua with parameters of type IsoDeadBodyModifier and TypeMethodDescriptionstatic voidLuaManager.GlobalObject.sendAddAnimalFromHandsInTrailer(IsoDeadBody deadBody, IsoPlayer player, BaseVehicle vehicle) static voidLuaManager.GlobalObject.sendAddAnimalInTrailer(IsoDeadBody deadBody, IsoPlayer player, BaseVehicle vehicle) static voidLuaManager.GlobalObject.sendButcherAnimal(IsoDeadBody deadBody, IsoPlayer player) static voidLuaManager.GlobalObject.sendCorpse(IsoDeadBody deadBody) static voidLuaManager.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 voidGameServer.sendCharacterDeath(IsoDeadBody deadBody) static voidGameServer.sendCorpse(IsoDeadBody deadBody) -
Uses of IsoDeadBody in zombie.randomizedWorld
Methods in zombie.randomizedWorld that return IsoDeadBodyModifier and TypeMethodDescriptionstatic IsoDeadBodyRandomizedWorldBase.createBodyFromZombie(IsoGameCharacter chr) RandomizedWorldBase.createCorpse(IsoGridSquare square, boolean boolean0) RandomizedWorldBase.createCorpse(IsoGridSquare square, IsoZombie zombie0) RandomizedWorldBase.createCorpse(RoomDef roomDef) RandomizedWorldBase.createCorpse(RoomDef roomDef, boolean boolean0) static IsoDeadBodyRandomizedWorldBase.createRandomDeadBody(float x, float y, float z, float direction, boolean alignToSquare, int blood, int crawlerChance, String outfit) static IsoDeadBodyRandomizedWorldBase.createRandomDeadBody(int x, int y, int z, IsoDirections dir, int blood) static IsoDeadBodyRandomizedWorldBase.createRandomDeadBody(int x, int y, int z, IsoDirections dir, int blood, int crawlerChance) static IsoDeadBodyRandomizedWorldBase.createRandomDeadBody(IsoGridSquare square, IsoDirections directions0, boolean boolean1, int int2, int int0, String string, Integer integer) static IsoDeadBodyRandomizedWorldBase.createRandomDeadBody(IsoGridSquare sq, IsoDirections dir, int blood, int crawlerChance, String outfit) static IsoDeadBodyRandomizedWorldBase.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 TypeMethodDescriptionvoidBaseVehicle.addAnimalFromHandsInTrailer(IsoDeadBody deadBody, IsoPlayer player) voidBaseVehicle.addAnimalInTrailer(IsoDeadBody deadBody) booleanBaseVehicle.canAddAnimalInTrailer(IsoDeadBody deadBody) intBaseVehicle.testCollisionWithCorpse(IsoDeadBody body, boolean doSound)