Package org.bukkit.block
Interface Lidded
- All Known Subinterfaces:
- Barrel,- Chest,- EnderChest,- ShulkerBox
public interface Lidded
- 
Method SummaryModifier and TypeMethodDescriptionvoidclose()Sets the block's animated state to closed even if a player is currently viewing this block.booleanisOpen()Checks if the block's animation state.voidopen()Sets the block's animated state to open and prevents it from being closed untilclose()is called.
- 
Method Details- 
openvoid open()Sets the block's animated state to open and prevents it from being closed untilclose()is called.
- 
closevoid close()Sets the block's animated state to closed even if a player is currently viewing this block.
- 
isOpenboolean isOpen()Checks if the block's animation state.- Returns:
- true if the block's animation state is set to open.
 
 
-