Class BlocklyToEnchantmentEffects
java.lang.Object
net.mcreator.blockly.BlocklyToCode
net.mcreator.blockly.datapack.BlocklyToEnchantmentEffects
- All Implemented Interfaces:
IGeneratorProvider, IWorkspaceProvider
-
Field Summary
Fields inherited from class BlocklyToCode
blockGenerators, editorType, lastProceduralBlockType -
Constructor Summary
ConstructorsConstructorDescriptionBlocklyToEnchantmentEffects(Workspace workspace, ModElement parent, String sourceXML, TemplateGenerator templateGenerator, IBlockGenerator... externalGenerators) -
Method Summary
Methods inherited from class BlocklyToCode
addCompileNote, addDependency, addTemplate, append, beforeGenerate, checkIfDepProviderInputsProvide, clearCodeGeneratorBuffer, clearSections, directProcessOutputBlock, directProcessOutputBlockWithoutParentheses, directProcessStatementBlock, getBlockCount, getCompileNotes, getDependencies, getEditorType, getExtraTemplatesCode, getGeneratedCode, getHeadSection, getParent, getStatementInputsMatching, getTailSection, getTemplateGenerator, getUsedBlocks, getWorkspace, popDepProviderInputStack, postBlocksPlacement, preBlocksPlacement, processBlockProcedure, processOutputBlock, processOutputBlockToInt, processOutputBlockToStringCompatible, processOutputBlockWithoutParentheses, processOutputBlockWithoutParentheses, pushDepProviderInputStack, setHeadSection, setTailSectionMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IGeneratorProvider
getGenerator, getGeneratorConfiguration, getGeneratorStatsMethods inherited from interface IWorkspaceProvider
getFileManager, getFolderManager, getModElementManager, getWorkspaceFolder, getWorkspaceInfo, getWorkspaceSettings, getWorkspaceUserSettings
-
Constructor Details
-
BlocklyToEnchantmentEffects
public BlocklyToEnchantmentEffects(Workspace workspace, ModElement parent, String sourceXML, TemplateGenerator templateGenerator, IBlockGenerator... externalGenerators) throws TemplateGeneratorException - Throws:
TemplateGeneratorException
-