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