Uses of Enum Class
org.bukkit.loot.LootTables
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Classes relevant to loot table manipulation and generation.
-
Uses of LootTables in org.bukkit
Modifier and TypeFieldDescriptionstatic final Registry
<LootTables> Registry.LOOT_TABLES
Default server loot tables. -
Uses of LootTables in org.bukkit.loot
Modifier and TypeMethodDescriptionstatic LootTables
Returns the enum constant of this class with the specified name.static LootTables[]
LootTables.values()
Returns an array containing the constants of this enum class, in the order they are declared.