public static class GuiContainerEvent.DrawBackground extends GuiContainerEvent
GuiContainerEvent.DrawBackground, GuiContainerEvent.DrawForeground| Constructor and Description |
|---|
DrawBackground(GuiContainer guiContainer,
int mouseX,
int mouseY)
Called directly after the GuiContainer has drawn any background elements.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getMouseX() |
int |
getMouseY() |
getGuiContainerpublic DrawBackground(GuiContainer guiContainer, int mouseX, int mouseY)
guiContainer - The container.mouseX - The current X position of the players mouse.mouseY - The current Y position of the players mouse.