Uses of Enum
me.ulrich.koth.data.KothEnum.LootType
Packages that use KothEnum.LootType
-
Uses of KothEnum.LootType in me.ulrich.koth.data
Methods in me.ulrich.koth.data that return KothEnum.LootTypeModifier and TypeMethodDescriptionLootSettings.getType()static KothEnum.LootTypeReturns the enum constant of this type with the specified name.static KothEnum.LootType[]KothEnum.LootType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in me.ulrich.koth.data with parameters of type KothEnum.LootTypeConstructors in me.ulrich.koth.data with parameters of type KothEnum.LootTypeModifierConstructorDescriptionLootSettings(KothEnum.LootType type, int chance, int maxAmount, boolean group) -
Uses of KothEnum.LootType in me.ulrich.koth.manager
Methods in me.ulrich.koth.manager with parameters of type KothEnum.LootTypeModifier and TypeMethodDescriptionbooleanKothManager.changeLootType(UUID kothUUID, KothEnum.LootType newvalue, int amount)