public class GuiContainerEvent
extends net.minecraftforge.eventbus.api.Event
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
private ContainerScreen |
guiContainer |
Constructor and Description |
---|
GuiContainerEvent(ContainerScreen guiContainer) |
Modifier and Type | Method and Description |
---|---|
ContainerScreen |
getGuiContainer() |
private final ContainerScreen guiContainer
public GuiContainerEvent(ContainerScreen guiContainer)
public ContainerScreen getGuiContainer()