Package org.bukkit.block.data.type
Interface Jukebox
'has_record' is a quick flag to check whether this jukebox has a record
 inside it.
- 
Method SummaryModifier and TypeMethodDescriptionbooleanGets the value of the 'has_record' property.Methods inherited from interface org.bukkit.block.data.BlockDataclone, getAsString, getAsString, getLightEmission, getMaterial, getPistonMoveReaction, getSoundGroup, isFaceSturdy, isOccluding, isPreferredTool, isRandomlyTicked, isSupported, isSupported, matches, merge, requiresCorrectToolForDrops
- 
Method Details- 
hasRecordboolean hasRecord()Gets the value of the 'has_record' property.- Returns:
- the 'has_record' value
 
 
-