Package org.bukkit.block.data.type
Interface Lectern
- All Superinterfaces:
- BlockData,- Cloneable,- Directional,- Powerable
'has_book' is a quick flag to check whether this lectern has a book inside
 it.
- 
Method SummaryMethods inherited from interface org.bukkit.block.data.BlockDataclone, getAsString, getAsString, getLightEmission, getMaterial, getPistonMoveReaction, getSoundGroup, isFaceSturdy, isOccluding, isPreferredTool, isRandomlyTicked, isSupported, isSupported, matches, merge, requiresCorrectToolForDropsMethods inherited from interface org.bukkit.block.data.DirectionalgetFaces, getFacing, setFacingMethods inherited from interface org.bukkit.block.data.PowerableisPowered, setPowered
- 
Method Details- 
hasBookboolean hasBook()Gets the value of the 'has_book' property.- Returns:
- the 'has_book' value
 
 
-