Uses of Class
zombie.iso.objects.IsoWorldInventoryObject
Packages that use IsoWorldInventoryObject
Package
Description
-
Uses of IsoWorldInventoryObject in zombie.characters.animals
Fields in zombie.characters.animals declared as IsoWorldInventoryObject -
Uses of IsoWorldInventoryObject in zombie.core.skinnedmodel.model
Methods in zombie.core.skinnedmodel.model with parameters of type IsoWorldInventoryObjectModifier and TypeMethodDescriptionvoid
ExtendedPlacementDrawer.init
(IsoWorldInventoryObject worldInventoryObject, float float0) -
Uses of IsoWorldInventoryObject in zombie.inventory
Fields in zombie.inventory declared as IsoWorldInventoryObjectMethods in zombie.inventory that return IsoWorldInventoryObjectMethods in zombie.inventory with parameters of type IsoWorldInventoryObject -
Uses of IsoWorldInventoryObject in zombie.iso
Fields in zombie.iso with type parameters of type IsoWorldInventoryObjectModifier and TypeFieldDescriptionfinal ArrayList
<IsoWorldInventoryObject> IsoCell.ProcessWorldItemsRemove
Methods in zombie.iso that return types with arguments of type IsoWorldInventoryObjectMethods in zombie.iso with parameters of type IsoWorldInventoryObjectModifier and TypeMethodDescriptionvoid
IsoCell.addToProcessWorldItems
(IsoWorldInventoryObject worldItem) void
IsoCell.addToProcessWorldItemsRemove
(IsoWorldInventoryObject worldItem) void
IsoGridSquare.removeWorldObject
(IsoWorldInventoryObject object) -
Uses of IsoWorldInventoryObject in zombie.iso.areas
Fields in zombie.iso.areas with type parameters of type IsoWorldInventoryObjectModifier and TypeFieldDescriptionfinal ArrayList
<IsoWorldInventoryObject> DesignationZoneAnimal.foodOnGround
Methods in zombie.iso.areas that return types with arguments of type IsoWorldInventoryObjectModifier and TypeMethodDescriptionDesignationZoneAnimal.getFoodOnGround()
DesignationZoneAnimal.getFoodOnGroundConnected()
Methods in zombie.iso.areas with parameters of type IsoWorldInventoryObjectModifier and TypeMethodDescriptionvoid
DesignationZoneAnimal.addFoodOnGround
(IsoWorldInventoryObject arg0) static void
DesignationZoneAnimal.addItemOnGround
(IsoWorldInventoryObject arg0, IsoGridSquare arg1) static boolean
DesignationZoneAnimal.isItemDung
(IsoWorldInventoryObject arg0) static boolean
DesignationZoneAnimal.isItemFeather
(IsoWorldInventoryObject arg0) static boolean
DesignationZoneAnimal.isItemFood
(IsoWorldInventoryObject arg0) static void
DesignationZoneAnimal.removeItemFromGround
(IsoWorldInventoryObject arg0) -
Uses of IsoWorldInventoryObject in zombie.iso.fboRenderChunk
Methods in zombie.iso.fboRenderChunk with parameters of type IsoWorldInventoryObjectModifier and TypeMethodDescriptionvoid
FBORenderItems.render
(int int0, IsoWorldInventoryObject worldInventoryObject)