Expose LootTable of DecoratedPot

This commit is contained in:
FireInstall
2024-01-20 16:20:07 +01:00
parent 17df649613
commit 94c7a67620

View File

@@ -12,7 +12,7 @@ import org.jetbrains.annotations.Nullable;
/** /**
* Represents a captured state of a decorated pot. * 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. * Set the sherd on the provided side.