public class GuiContainerEvent extends Event
修飾子とタイプ | クラスと説明 |
---|---|
static class |
GuiContainerEvent.DrawBackground
This event is fired directly after the GuiContainer has draw any background elements,
This is useful for drawing new background elements.
|
static class |
GuiContainerEvent.DrawForeground
This event is fired directly after the GuiContainer has draw any foreground elements,
But before the "dragged" stack, and before any tooltips.
|
Event.HasResult, Event.Result
コンストラクタと説明 |
---|
GuiContainerEvent(ContainerScreen guiContainer) |
修飾子とタイプ | メソッドと説明 |
---|---|
ContainerScreen |
getGuiContainer() |
getListenerList, getParentListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup
public GuiContainerEvent(ContainerScreen guiContainer)
public ContainerScreen getGuiContainer()