Package net.mcreator.plugin.events.ui
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
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.
-
Nested Class Summary
Nested classes/interfaces inherited from class net.mcreator.plugin.events.ui.PreferencesDialogEvent
PreferencesDialogEvent.SectionsLoaded -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.mcreator.plugin.events.ui.PreferencesDialogEvent
getPreferencesDialogMethods inherited from class net.mcreator.plugin.MCREvent
event, getTimeout, isSynchronous
-
Constructor Details
-
SectionsLoaded
-