public class RenderGameOverlayEvent
extends net.minecraftforge.eventbus.api.Event
| Modifier and Type | Class and Description |
|---|---|
static class |
RenderGameOverlayEvent.BossInfo |
static class |
RenderGameOverlayEvent.Chat |
static class |
RenderGameOverlayEvent.ElementType |
static class |
RenderGameOverlayEvent.Post |
static class |
RenderGameOverlayEvent.Pre |
static class |
RenderGameOverlayEvent.Text |
| Constructor and Description |
|---|
RenderGameOverlayEvent(float partialTicks,
MainWindow resolution) |
| Modifier and Type | Method and Description |
|---|---|
float |
getPartialTicks() |
RenderGameOverlayEvent.ElementType |
getType() |
public RenderGameOverlayEvent(float partialTicks,
MainWindow resolution)
public float getPartialTicks()
public RenderGameOverlayEvent.ElementType getType()