Package net.mcreator.plugin.events.ui
Class TabEvent
java.lang.Object
net.mcreator.plugin.MCREvent
net.mcreator.plugin.events.ui.TabEvent
- Direct Known Subclasses:
ModElementGUIEvent
,TabEvent.Added
,TabEvent.Closed
,TabEvent.Shown
Events for different actions of a MCreatorTabs.Tab
component.
All events are triggered BEFORE the action is executed.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Triggered when aMCreatorTabs.Tab
is added to the UI.static class
Triggered BEFORE theMCreatorTabs.Tab
is closed by the user.static class
Triggered when the user clicks on aMCreatorTabs.Tab
and is shown. -
Constructor Summary
-
Method Summary
Methods inherited from class net.mcreator.plugin.MCREvent
event, getTimeout, isSynchronous
-
Constructor Details
-
TabEvent
-
-
Method Details
-
getTab
-