Package org.bukkit.block.data
Interface Openable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isOpen()
Gets the value of the 'open' property.void
setOpen(boolean open)
Sets the value of the 'open' property.-
Methods inherited from interface org.bukkit.block.data.BlockData
clone, getAsString, getAsString, getMaterial, matches, merge
-
-