Class PreferencesDialogEvent

java.lang.Object
net.mcreator.plugin.MCREvent
net.mcreator.plugin.events.ui.PreferencesDialogEvent
Direct Known Subclasses:
PreferencesDialogEvent.SectionsLoaded

public class PreferencesDialogEvent extends MCREvent

Events for different moments of PreferencesDialog.

  • Constructor Details

    • PreferencesDialogEvent

      protected PreferencesDialogEvent(PreferencesDialog preferencesDialog)

      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