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.voidsetMode(StructureBlock.Mode mode) Sets the value of the 'mode' property.Methods inherited from interface org.bukkit.block.data.BlockDataclone, getAsString, getAsString, getMaterial, getSoundGroup, matches, merge
- 
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
 
 
-