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 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
-
setMode
Sets the value of the 'mode' property.- Parameters:
mode- the new 'mode' value
-