public class GuiContainerEvent extends Event
Modifier and Type | Class and Description |
---|---|
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
Modifier and Type | Field and Description |
---|---|
private GuiContainer |
guiContainer |
Constructor and Description |
---|
GuiContainerEvent(GuiContainer guiContainer) |
Modifier and Type | Method and Description |
---|---|
GuiContainer |
getGuiContainer() |
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup
private final GuiContainer guiContainer
public GuiContainerEvent(GuiContainer guiContainer)
public GuiContainer getGuiContainer()