JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.bukkit.block
Interface Lidded
All Known Subinterfaces:
Barrel
,
Chest
,
ShulkerBox
public interface
Lidded
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
close
()
Sets the block's animated state to closed even if a player is currently viewing this block.
void
open
()
Sets the block's animated state to open and prevents it from being closed until
close()
is called.
Method Details
open
void
open
()
Sets the block's animated state to open and prevents it from being closed until
close()
is called.
close
void
close
()
Sets the block's animated state to closed even if a player is currently viewing this block.