Class LootSettings

java.lang.Object
me.ulrich.koth.data.LootSettings

public class LootSettings extends Object
  • Constructor Details

    • LootSettings

      public LootSettings(KothEnum.LootType type, int chance, int maxAmount, boolean group)
  • Method Details

    • getType

      public KothEnum.LootType getType()
    • setType

      public void setType(KothEnum.LootType type)
    • getChance

      public int getChance()
    • setChance

      public void setChance(int chance)
    • getMaxAmount

      public int getMaxAmount()
    • setMaxAmount

      public void setMaxAmount(int maxAmount)
    • isGroup

      public boolean isGroup()
    • setGroup

      public void setGroup(boolean group)