Interface LootableBlockInventory
- All Superinterfaces:
Lootable
,LootableInventory
Represents an Inventory that can generate loot, such as Chests inside of Fortresses and Mineshafts
-
Method Summary
Methods inherited from interface org.bukkit.loot.Lootable
clearLootTable, getLootTable, getSeed, hasLootTable, setLootTable, setLootTable, setSeed
Methods inherited from interface com.destroystokyo.paper.loottable.LootableInventory
canPlayerLoot, getLastFilled, getLastLooted, getLastLooted, getNextRefill, hasBeenFilled, hasPendingRefill, hasPlayerLooted, hasPlayerLooted, isRefillEnabled, setHasPlayerLooted, setHasPlayerLooted, setNextRefill
-
Method Details
-
getBlock
Gets the block that is lootable- Returns:
- The Block
-