Class StorageItem


  • public class StorageItem
    extends Object
    A storage item represents a stored entity
    • Constructor Detail

      • StorageItem

        public StorageItem()
      • StorageItem

        public StorageItem​(UUID entityDefId,
                           int entityDefIdx,
                           int amount)
    • Method Detail

      • addAmount

        public int addAmount​(int amount)
      • getEntityDefId

        public UUID getEntityDefId()
      • setEntityDefId

        public void setEntityDefId​(UUID entityDefId)
      • getEntityDefIdx

        public int getEntityDefIdx()
      • setEntityDefIdx

        public void setEntityDefIdx​(int entityDefIdx)
      • getAmount

        public int getAmount()
      • setAmount

        public void setAmount​(int amount)