More Lidded Block API

This commit is contained in:
LemonCaramel 2021-05-23 17:49:31 +09:00
parent 547577ccb6
commit c9ba0ebadb

View File

@ -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
}