Package net.mcreator.plugin.events.ui
Class PreferencesDialogEvent
java.lang.Object
net.mcreator.plugin.MCREvent
net.mcreator.plugin.events.ui.PreferencesDialogEvent
- Direct Known Subclasses:
PreferencesDialogEvent.SectionsLoaded
Events for different moments of PreferencesDialog
.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
This event is called when different sections of thePreferencesDialog
are being created and added. -
Constructor Summary
ModifierConstructorDescriptionprotected
PreferencesDialogEvent
(PreferencesDialog preferencesDialog) This event is never called. -
Method Summary
Methods inherited from class net.mcreator.plugin.MCREvent
event, getTimeout, isSynchronous
-
Constructor Details
-
PreferencesDialogEvent
This event is never called. It only aims to group all events of the dialog inside a single class.
- Parameters:
preferencesDialog
-The
PreferencesDialog
window that will be shown to the user.
-
-
Method Details
-
getPreferencesDialog
-