Uses of Interface
org.bukkit.loot.LootTable
-
Packages that use LootTable Package Description org.bukkit More generalized classes in the API.org.bukkit.loot -
-
Uses of LootTable in org.bukkit
Methods in org.bukkit that return LootTable Modifier and Type Method Description static LootTable
Bukkit. getLootTable(NamespacedKey key)
Gets the specifiedLootTable
.LootTable
Server. getLootTable(NamespacedKey key)
Gets the specifiedLootTable
. -
Uses of LootTable in org.bukkit.loot
Methods in org.bukkit.loot that return LootTable Modifier and Type Method Description LootTable
Lootable. getLootTable()
Gets the Loot Table attached to this block or entity.LootTable
LootTables. getLootTable()
Get theLootTable
corresponding to this constant.Methods in org.bukkit.loot with parameters of type LootTable Modifier and Type Method Description void
Lootable. setLootTable(LootTable table)
Set the loot table for a container or entity.
-