Package net.mcreator.ui.blockly
Class BlocklyJavascriptTemplates
java.lang.Object
net.mcreator.ui.blockly.BlocklyJavascriptTemplates
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringcustomDependencyBlock(VariableType variableType) static StringgetVariableBlock(VariableType variableType) static StringnullableGetVariableBlock(VariableType variableType) static StringnullableProcedureReturnValueBlock(VariableType variableType) static StringprocedureReturnValueBlock(VariableType variableType) static StringreturnBlock(VariableType variableType) static StringsetVariableBlock(VariableType variableType) static StringvariableListExtension(VariableType variableType)
-
Constructor Details
-
BlocklyJavascriptTemplates
public BlocklyJavascriptTemplates()
-
-
Method Details
-
variableListExtension
-
getVariableBlock
-
nullableGetVariableBlock
-
setVariableBlock
-
customDependencyBlock
-
procedureReturnValueBlock
-
nullableProcedureReturnValueBlock
-
returnBlock
-