Package net.mcreator.plugin.events.ui
Class ModElementGUIEvent.BeforeLoading
java.lang.Object
net.mcreator.plugin.MCREvent
net.mcreator.plugin.events.ui.TabEvent
net.mcreator.plugin.events.ui.ModElementGUIEvent
net.mcreator.plugin.events.ui.ModElementGUIEvent.BeforeLoading
- Enclosing class:
ModElementGUIEvent
When a
ModElementGUI is about to start loading, MCreator triggers this event.
The event is triggered BEFORE any component or code is executed on the MCreatorTabs.Tab
of the mod element.-
Nested Class Summary
Nested classes/interfaces inherited from class net.mcreator.plugin.events.ui.ModElementGUIEvent
ModElementGUIEvent.AfterLoading, ModElementGUIEvent.BeforeLoading, ModElementGUIEvent.WhenSavingNested classes/interfaces inherited from class net.mcreator.plugin.events.ui.TabEvent
TabEvent.Added, TabEvent.Closed, TabEvent.Shown -
Constructor Summary
ConstructorsConstructorDescriptionBeforeLoading(MCreator mcreator, MCreatorTabs.Tab tab, ModElementGUI<?> modElementGUI) -
Method Summary
Methods inherited from class net.mcreator.plugin.events.ui.ModElementGUIEvent
getMCreator, getModElementGUIMethods inherited from class net.mcreator.plugin.MCREvent
event, getTimeout, isSynchronous
-
Constructor Details
-
BeforeLoading
-