Add BlockLockCheckEvent
This commit is contained in:
@@ -11,7 +11,7 @@ import org.jetbrains.annotations.Nullable;
|
||||
/**
|
||||
* Represents a captured state of a beacon.
|
||||
*/
|
||||
public interface Beacon extends TileState, Lockable, Nameable {
|
||||
public interface Beacon extends io.papermc.paper.block.LockableTileState { // Paper
|
||||
|
||||
/**
|
||||
* Returns the list of players within the beacon's range of effect.
|
||||
|
||||
Reference in New Issue
Block a user