Package me.ulrich.koth.data
Class LootSettings
java.lang.Object
me.ulrich.koth.data.LootSettings
-
Constructor Summary
ConstructorsConstructorDescriptionLootSettings(KothEnum.LootType type, int chance, int maxAmount, boolean group) -
Method Summary
Modifier and TypeMethodDescriptionintintgetType()booleanisGroup()voidsetChance(int chance) voidsetGroup(boolean group) voidsetMaxAmount(int maxAmount) voidsetType(KothEnum.LootType type)
-
Constructor Details
-
LootSettings
-
-
Method Details
-
getType
-
setType
-
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)
-