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:
@@ -9,7 +9,7 @@ import org.bukkit.potion.PotionEffectType;
|
||||
/**
|
||||
* Represents a beacon.
|
||||
*/
|
||||
public interface Beacon extends BlockState, InventoryHolder {
|
||||
public interface Beacon extends BlockState, InventoryHolder, Lockable {
|
||||
|
||||
/**
|
||||
* Returns the list of players within the beacon's range of effect.
|
||||
|
||||
Reference in New Issue
Block a user