Class LootSource


  • public class LootSource
    extends Object
    • Constructor Detail

      • LootSource

        public LootSource​(String name,
                          int id)
    • Method Detail

      • addLoot

        public void addLoot​(int id,
                            int stackSize)
      • getLoot

        public Loot getLoot​(int index)
      • increaseCount

        public void increaseCount()
      • getId

        public int getId()
      • getName

        public String getName()
      • getCount

        public int getCount()
      • getLootCount

        public int getLootCount()