Package net.mcreator.blockly.java.blocks
Class DebugMarkerBlock
java.lang.Object
net.mcreator.blockly.java.blocks.DebugMarkerBlock
- All Implemented Interfaces:
IBlockGenerator
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.mcreator.blockly.IBlockGenerator
IBlockGenerator.BlockType
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
generateBlock
(BlocklyToCode master, Element block) String[]
-
Field Details
-
CODE_START
- See Also:
-
-
Constructor Details
-
DebugMarkerBlock
public DebugMarkerBlock()
-
-
Method Details
-
generateBlock
- Specified by:
generateBlock
in interfaceIBlockGenerator
-
getSupportedBlocks
- Specified by:
getSupportedBlocks
in interfaceIBlockGenerator
-
getBlockType
- Specified by:
getBlockType
in interfaceIBlockGenerator
-