Package org.bukkit.block.data.type
Interface TestBlock
'mode' indicates what mode this test block is in.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumThe mode in which a comparator will operate in. -
Method Summary
Modifier and TypeMethodDescriptiongetMode()Gets the value of the 'mode' property.voidsetMode(TestBlock.Mode mode) Sets the value of the 'mode' property.Methods inherited from interface org.bukkit.block.data.BlockData
clone, copyTo, createBlockState, getAsString, getAsString, getLightEmission, getMapColor, getMaterial, getPistonMoveReaction, getPlacementMaterial, getSoundGroup, isFaceSturdy, isOccluding, isPreferredTool, isSupported, isSupported, matches, merge, mirror, requiresCorrectToolForDrops, rotate
-
Method Details
-
getMode
Gets the value of the 'mode' property.- Returns:
- the 'mode' value
-
setMode
Sets the value of the 'mode' property.- Parameters:
mode- the new 'mode' value
-