public final class ComponentRenderOverlayEvent extends Event
GuiComponent renders its overlay using
GuiComponent.renderOverlay(IGameInstance, IAssetManager, IRenderer,
int, int). Cancelling it will result in the overlay not rendering.| Modifier and Type | Field | Description |
|---|---|---|
GuiComponent |
component |
|
Gui |
gui |
|
int |
id |
| Constructor | Description |
|---|---|
ComponentRenderOverlayEvent(Gui gui,
int id,
GuiComponent component) |
public final Gui gui
public final int id
public final GuiComponent component
public ComponentRenderOverlayEvent(Gui gui, int id, GuiComponent component)