Class PreferencesDialogEvent.SectionsLoaded

java.lang.Object
net.mcreator.plugin.MCREvent
net.mcreator.plugin.events.ui.PreferencesDialogEvent
net.mcreator.plugin.events.ui.PreferencesDialogEvent.SectionsLoaded
Enclosing class:
PreferencesDialogEvent

public static class PreferencesDialogEvent.SectionsLoaded extends PreferencesDialogEvent

This event is called when different sections of the PreferencesDialog are being created and added. Template sections for BlocklyEditorType can be added using PreferencesDialog.addEditTemplatesPanel(BlocklyEditorType). Custom template sections can also be added using PreferencesDialog.addEditTemplatesPanel(String, String, String). Those new sections will be after all sections added by MCreator itself.

  • Constructor Details