Package net.mcreator.blockly
Interface IBlockGeneratorWithSections
- All Superinterfaces:
IBlockGenerator
- All Known Implementing Classes:
ProceduralBlockCodeGenerator
,SetVariableBlock
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface net.mcreator.blockly.IBlockGenerator
IBlockGenerator.BlockType
-
Method Summary
Modifier and TypeMethodDescriptionaddSectionsToDataModel
(Map<String, Object> dataModel) default IBlockGenerator.BlockType
static void
handleSections
(BlocklyToCode master, IBlockGeneratorWithSections.Sections sections) Methods inherited from interface net.mcreator.blockly.IBlockGenerator
generateBlock, getSupportedBlocks
-
Method Details
-
addSectionsToDataModel
-
handleSections
-
getBlockType
- Specified by:
getBlockType
in interfaceIBlockGenerator
-