Class ItemContainerCache.State

  • Enclosing class:
    ItemContainerCache

    public class ItemContainerCache.State
    extends java.lang.Object
    • Field Detail

      • inventoryID

        public net.eternalclient.api.data.InventoryID inventoryID
      • capacity

        public int capacity
      • usedCapacity

        public int usedCapacity
      • itemCache

        public Item[] itemCache
      • prevItemCache

        public Item[] prevItemCache
      • cached

        public boolean cached
      • updating

        public boolean updating
    • Constructor Detail

      • State

        public State()
    • Method Detail

      • getInventoryID

        public net.eternalclient.api.data.InventoryID getInventoryID()
      • getCapacity

        public int getCapacity()
      • getUsedCapacity

        public int getUsedCapacity()
      • getItemCache

        public Item[] getItemCache()
      • getPrevItemCache

        public Item[] getPrevItemCache()
      • isCached

        public boolean isCached()
      • isUpdating

        public boolean isUpdating()
      • setInventoryID

        public void setInventoryID​(net.eternalclient.api.data.InventoryID inventoryID)
      • setCapacity

        public void setCapacity​(int capacity)
      • setUsedCapacity

        public void setUsedCapacity​(int usedCapacity)
      • setItemCache

        public void setItemCache​(Item[] itemCache)
      • setPrevItemCache

        public void setPrevItemCache​(Item[] prevItemCache)
      • setCached

        public void setCached​(boolean cached)
      • setUpdating

        public void setUpdating​(boolean updating)