public static class GuiScreenEvent.DrawScreenEvent extends GuiScreenEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
GuiScreenEvent.DrawScreenEvent.Post
This event fires just after
GuiScreen.drawScreen() is called. |
static class |
GuiScreenEvent.DrawScreenEvent.Pre
This event fires just before
GuiScreen.drawScreen() is called. |
GuiScreenEvent.ActionPerformedEvent, GuiScreenEvent.DrawScreenEvent, GuiScreenEvent.InitGuiEventEvent.HasResult, Event.Result| Modifier and Type | Field and Description |
|---|---|
int |
mouseX
The x coordinate of the mouse pointer on the screen.
|
int |
mouseY
The y coordinate of the mouse pointer on the screen.
|
float |
renderPartialTicks
Partial render ticks elapsed.
|
gui| Constructor and Description |
|---|
GuiScreenEvent.DrawScreenEvent(GuiScreen gui,
int mouseX,
int mouseY,
float renderPartialTicks) |
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setuppublic final int mouseX
public final int mouseY
public final float renderPartialTicks
public GuiScreenEvent.DrawScreenEvent(GuiScreen gui, int mouseX, int mouseY, float renderPartialTicks)