Package net.mcreator.blockly.feature
Class BlocklyToFeature
java.lang.Object
net.mcreator.blockly.BlocklyToCode
net.mcreator.blockly.java.BlocklyToJava
net.mcreator.blockly.feature.BlocklyToFeature
- All Implemented Interfaces:
IGeneratorProvider,IWorkspaceProvider
-
Field Summary
FieldsFields inherited from class net.mcreator.blockly.java.BlocklyToJava
variableGeneratorFields inherited from class net.mcreator.blockly.BlocklyToCode
blockGenerators, editorType, lastProceduralBlockType -
Constructor Summary
ConstructorsConstructorDescriptionBlocklyToFeature(Workspace workspace, ModElement parent, String sourceXML, TemplateGenerator templateGenerator, IBlockGenerator... externalGenerators) -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringbooleanprotected voidpostBlocksPlacement(Document doc, Element startBlock, List<Element> baseBlocks) This method contains the code needing to be executed after blocks are placed.protected voidpreBlocksPlacement(Document doc, Element startBlock) This method contains the code needing to be executed before blocks are placed.protected voidThis method is executed after the constructor is called, before the code is executed.Methods inherited from class net.mcreator.blockly.BlocklyToCode
addCompileNote, addDependency, addTemplate, append, checkIfDepProviderInputsProvide, clearCodeGeneratorBuffer, clearSections, directProcessOutputBlock, directProcessOutputBlockWithoutParentheses, directProcessStatementBlock, getBlockCount, getCompileNotes, getDependencies, getEditorType, getExtraTemplatesCode, getGeneratedCode, getHeadSection, getParent, getStatementInputsMatching, getTailSection, getTemplateGenerator, getUsedBlocks, getWorkspace, popDepProviderInputStack, processBlockProcedure, processOutputBlock, processOutputBlockToInt, processOutputBlockWithoutParentheses, processOutputBlockWithoutParentheses, pushDepProviderInputStack, setHeadSection, setTailSectionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.mcreator.generator.IGeneratorProvider
getGenerator, getGeneratorConfiguration, getGeneratorStatsMethods inherited from interface net.mcreator.workspace.IWorkspaceProvider
getFileManager, getFolderManager, getModElementManager, getWorkspaceFolder, getWorkspaceSettings, getWorkspaceUserSettings
-
Field Details
-
LOG
protected final org.apache.logging.log4j.Logger LOG
-
-
Constructor Details
-
BlocklyToFeature
public BlocklyToFeature(Workspace workspace, ModElement parent, String sourceXML, TemplateGenerator templateGenerator, IBlockGenerator... externalGenerators) throws TemplateGeneratorException - Throws:
TemplateGeneratorException
-
-
Method Details
-
preInitialization
protected void preInitialization()Description copied from class:BlocklyToJavaThis method is executed after the constructor is called, before the code is executed.
- Overrides:
preInitializationin classBlocklyToJava
-
preBlocksPlacement
protected void preBlocksPlacement(Document doc, Element startBlock) throws TemplateGeneratorException Description copied from class:BlocklyToJavaThis method contains the code needing to be executed before blocks are placed.
- Overrides:
preBlocksPlacementin classBlocklyToJava- Parameters:
doc- Blockly XML documentstartBlock- The basic block of the editor used to get other blocks.- Throws:
TemplateGeneratorException
-
postBlocksPlacement
Description copied from class:BlocklyToJavaThis method contains the code needing to be executed after blocks are placed.
- Overrides:
postBlocksPlacementin classBlocklyToJava- Parameters:
doc- Blockly XML documentstartBlock- The basic block of the editor used to get other blocks.baseBlocks- A list of all blocks placed under start block.
-
getFeatureConfigurationCode
-
getFeatureType
-
isPlacementEmpty
public boolean isPlacementEmpty()
-