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.BlockTypestatic voidhandleSections(BlocklyToCode master, IBlockGeneratorWithSections.Sections sections) static voidterminateSections(BlocklyToCode master) Methods inherited from interface net.mcreator.blockly.IBlockGenerator
generateBlock, getSupportedBlocks
-
Method Details
-
addSectionsToDataModel
-
handleSections
-
terminateSections
-
getBlockType
- Specified by:
getBlockTypein interfaceIBlockGenerator
-