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 TypeMethodDescriptionvoidExtendedPlacementDrawer.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.ProcessWorldItemsRemoveMethods in zombie.iso that return types with arguments of type IsoWorldInventoryObjectMethods in zombie.iso with parameters of type IsoWorldInventoryObjectModifier and TypeMethodDescriptionvoidIsoCell.addToProcessWorldItems(IsoWorldInventoryObject worldItem) voidIsoCell.addToProcessWorldItemsRemove(IsoWorldInventoryObject worldItem) voidIsoGridSquare.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.foodOnGroundMethods 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 TypeMethodDescriptionvoidDesignationZoneAnimal.addFoodOnGround(IsoWorldInventoryObject arg0) static voidDesignationZoneAnimal.addItemOnGround(IsoWorldInventoryObject arg0, IsoGridSquare arg1) static booleanDesignationZoneAnimal.isItemDung(IsoWorldInventoryObject arg0) static booleanDesignationZoneAnimal.isItemFeather(IsoWorldInventoryObject arg0) static booleanDesignationZoneAnimal.isItemFood(IsoWorldInventoryObject arg0) static voidDesignationZoneAnimal.removeItemFromGround(IsoWorldInventoryObject arg0) -
Uses of IsoWorldInventoryObject in zombie.iso.fboRenderChunk
Methods in zombie.iso.fboRenderChunk with parameters of type IsoWorldInventoryObjectModifier and TypeMethodDescriptionvoidFBORenderItems.render(int int0, IsoWorldInventoryObject worldInventoryObject)