| Package | Description |
|---|---|
| fr.maxlego08.zkoth.api | |
| fr.maxlego08.zkoth.api.enums |
| Modifier and Type | Method and Description |
|---|---|
LootType |
Koth.getLootType() |
| Modifier and Type | Method and Description |
|---|---|
void |
KothManager.setKothLoot(org.bukkit.command.CommandSender sender,
java.lang.String name,
LootType type) |
void |
Koth.setLootType(LootType type) |
| Modifier and Type | Method and Description |
|---|---|
static LootType |
LootType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LootType[] |
LootType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|