Package org.bukkit.material
Interface Openable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isOpen()
Check to see if the door is open.void
setOpen(boolean isOpen)
Configure this door to be either open or closed;
-