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 worldItem, float minModelZ) -
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 Set<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 item) static voidDesignationZoneAnimal.addItemOnGround(IsoWorldInventoryObject item, IsoGridSquare sq) static booleanDesignationZoneAnimal.isItemDung(IsoWorldInventoryObject item) static booleanDesignationZoneAnimal.isItemFeather(IsoWorldInventoryObject item) static booleanDesignationZoneAnimal.isItemFood(IsoWorldInventoryObject item) static voidDesignationZoneAnimal.removeItemFromGround(IsoWorldInventoryObject item) -
Uses of IsoWorldInventoryObject in zombie.iso.fboRenderChunk
Methods in zombie.iso.fboRenderChunk with parameters of type IsoWorldInventoryObjectModifier and TypeMethodDescriptionvoidFBORenderItems.render(int renderChunkIndex, IsoWorldInventoryObject worldInventoryObject)