Uses of Class
org.bukkit.loot.LootTables
-
Packages that use LootTables Package Description org.bukkit.loot -
-
Uses of LootTables in org.bukkit.loot
Methods in org.bukkit.loot that return LootTables Modifier and Type Method Description static LootTables
LootTables. valueOf(String name)
Returns the enum constant of this type with the specified name.static LootTables[]
LootTables. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-