Add BlockLockCheckEvent
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package io.papermc.paper.block;
|
||||
|
||||
import org.bukkit.Nameable;
|
||||
import org.bukkit.block.Lockable;
|
||||
import org.bukkit.block.TileState;
|
||||
|
||||
/**
|
||||
* Interface for tile entities that are lockable.
|
||||
*/
|
||||
public interface LockableTileState extends TileState, Lockable, Nameable {
|
||||
}
|
||||
Reference in New Issue
Block a user