mirror of
https://github.com/PaperMC/Paper.git
synced 2025-07-26 09:42:06 -07:00
Expose LootTable of DecoratedPot
This commit is contained in:
@@ -12,7 +12,7 @@ import org.jetbrains.annotations.Nullable;
|
||||
/**
|
||||
* Represents a captured state of a decorated pot.
|
||||
*/
|
||||
public interface DecoratedPot extends TileState, BlockInventoryHolder {
|
||||
public interface DecoratedPot extends TileState, BlockInventoryHolder , org.bukkit.loot.Lootable { // Paper - expose loot table
|
||||
|
||||
/**
|
||||
* Set the sherd on the provided side.
|
||||
|
Reference in New Issue
Block a user