Package net.mcreator.ui.blockly
Class BlocklyJavascriptTemplates
java.lang.Object
net.mcreator.ui.blockly.BlocklyJavascriptTemplates
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
customDependencyBlock
(VariableType variableType) static String
getVariableBlock
(VariableType variableType) static String
nullableGetVariableBlock
(VariableType variableType) static String
nullableProcedureReturnValueBlock
(VariableType variableType) static String
procedureReturnValueBlock
(VariableType variableType) static String
returnBlock
(VariableType variableType) static String
setVariableBlock
(VariableType variableType) static String
variableListExtension
(VariableType variableType)
-
Constructor Details
-
BlocklyJavascriptTemplates
public BlocklyJavascriptTemplates()
-
-
Method Details
-
variableListExtension
-
getVariableBlock
-
nullableGetVariableBlock
-
setVariableBlock
-
customDependencyBlock
-
procedureReturnValueBlock
-
nullableProcedureReturnValueBlock
-
returnBlock
-