Package org.bukkit.block.data
Interface Openable
'open' denotes whether this block is currently opened.
- 
Method SummaryMethods inherited from interface org.bukkit.block.data.BlockDataclone, copyTo, createBlockState, getAsString, getAsString, getLightEmission, getMapColor, getMaterial, getPistonMoveReaction, getPlacementMaterial, getSoundGroup, isFaceSturdy, isOccluding, isPreferredTool, isSupported, isSupported, matches, merge, mirror, requiresCorrectToolForDrops, rotate
- 
Method Details- 
isOpenboolean isOpen()Gets the value of the 'open' property.- Returns:
- the 'open' value
 
- 
setOpenvoid setOpen(boolean open) Sets the value of the 'open' property.- Parameters:
- open- the new 'open' value
 
 
-