mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-26 19:07:40 +01:00
More Lidded Block API
This commit is contained in:
parent
547577ccb6
commit
c9ba0ebadb
@ -13,4 +13,13 @@ public interface Lidded {
|
||||
* viewing this block.
|
||||
*/
|
||||
void close();
|
||||
|
||||
// Paper start - More Lidded Block API
|
||||
/**
|
||||
* Checks if the block's animation state.
|
||||
*
|
||||
* @return true if the block's animation state is set to open.
|
||||
*/
|
||||
boolean isOpen();
|
||||
// Paper end - More Lidded Block API
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user