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