public static class GuiContainerEvent.DrawBackground extends GuiContainerEvent
GuiContainerEvent.DrawBackground, GuiContainerEvent.DrawForeground
Event.HasResult, Event.Result
コンストラクタと説明 |
---|
DrawBackground(ContainerScreen guiContainer,
int mouseX,
int mouseY)
Called directly after the GuiContainer has drawn any background elements.
|
修飾子とタイプ | メソッドと説明 |
---|---|
int |
getMouseX() |
int |
getMouseY() |
getGuiContainer
getListenerList, getParentListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup
public DrawBackground(ContainerScreen 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.