Class BlocklyJavascriptTemplates

java.lang.Object
net.mcreator.ui.blockly.BlocklyJavascriptTemplates

public class BlocklyJavascriptTemplates extends Object
  • Constructor Details

    • BlocklyJavascriptTemplates

      public BlocklyJavascriptTemplates()
  • Method Details

    • variableListExtension

      public static String variableListExtension(VariableType variableType)
    • getVariableBlock

      public static String getVariableBlock(VariableType variableType)
    • nullableGetVariableBlock

      public static String nullableGetVariableBlock(VariableType variableType)
    • setVariableBlock

      public static String setVariableBlock(VariableType variableType)
    • customDependencyBlock

      public static String customDependencyBlock(VariableType variableType)
    • procedureReturnValueBlock

      public static String procedureReturnValueBlock(VariableType variableType)
    • nullableProcedureReturnValueBlock

      public static String nullableProcedureReturnValueBlock(VariableType variableType)
    • returnBlock

      public static String returnBlock(VariableType variableType)