Package org.bukkit.block.data.type
Interface StructureBlock
'mode' represents the different modes in which this structure block may
 operate.
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic enumOperating mode of a structure block.
- 
Method SummaryModifier and TypeMethodDescriptiongetMode()Gets the value of the 'mode' property.voidSets the value of the 'mode' 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- 
getModeGets the value of the 'mode' property.- Returns:
- the 'mode' value
 
- 
setModeSets the value of the 'mode' property.- Parameters:
- mode- the new 'mode' value
 
 
-