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.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 worldInventoryObject) static void
DesignationZoneAnimal.addItemOnGround
(IsoWorldInventoryObject worldInventoryObject, IsoGridSquare square) static boolean
DesignationZoneAnimal.isItemDung
(IsoWorldInventoryObject worldInventoryObject) static boolean
DesignationZoneAnimal.isItemFeather
(IsoWorldInventoryObject worldInventoryObject) static boolean
DesignationZoneAnimal.isItemFood
(IsoWorldInventoryObject worldInventoryObject) static void
DesignationZoneAnimal.removeItemFromGround
(IsoWorldInventoryObject worldInventoryObject) -
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)