SPIGOT-2706: Implement support for Lock NBT Tag
Containers may now implement the Lockable interface. By: Senmori <thesenmori@gmail.com>
This commit is contained in:
@@ -6,7 +6,7 @@ import org.bukkit.inventory.InventoryHolder;
|
||||
/**
|
||||
* Represents a brewing stand.
|
||||
*/
|
||||
public interface BrewingStand extends BlockState, InventoryHolder {
|
||||
public interface BrewingStand extends BlockState, InventoryHolder, Lockable {
|
||||
|
||||
/**
|
||||
* How much time is left in the brewing cycle
|
||||
|
||||
Reference in New Issue
Block a user