Class InternalBlocksLoader

java.lang.Object
net.mcreator.blockly.InternalBlocksLoader

public class InternalBlocksLoader extends Object
  • Constructor Details

    • InternalBlocksLoader

      public InternalBlocksLoader()
  • Method Details

    • preload

      public static void preload()
    • getInternalBlocks

      public static List<IBlockGenerator> getInternalBlocks(BlocklyEditorType blocklyEditorType)
    • getInternalToolboxBlocks

      public static List<ToolboxBlock> getInternalToolboxBlocks(BlocklyEditorType blocklyEditorType)
    • getAllInternalBlockTypeIDs

      public static Set<String> getAllInternalBlockTypeIDs()
    • loadBlocksAndCategoriesInPanel

      public static void loadBlocksAndCategoriesInPanel(BlocklyPanel pane)