public final class InitGuiComponentEvent extends Event
GuiComponent is created. This event is
called in its constructor, meaning it will not have been added to the Gui.components list yet. It cannot be cancelled.| Modifier and Type | Field and Description |
|---|---|
GuiComponent |
component |
Gui |
gui |
| Constructor and Description |
|---|
InitGuiComponentEvent(Gui gui,
GuiComponent component) |
public final Gui gui
public final GuiComponent component
public InitGuiComponentEvent(Gui gui, GuiComponent component)