Package org.bukkit.block.data.type
Interface StructureBlock
public interface StructureBlock extends BlockData
'mode' represents the different modes in which this structure block may
operate.
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
StructureBlock.Mode
Operating mode of a structure block. -
Method Summary
Modifier and Type Method Description StructureBlock.Mode
getMode()
Gets the value of the 'mode' property.void
setMode(StructureBlock.Mode mode)
Sets the value of the 'mode' property.Methods inherited from interface org.bukkit.block.data.BlockData
clone, getAsString, getAsString, getMaterial, matches, merge