public class GuiContainerEvent
extends net.minecraftforge.eventbus.api.Event
| Modifier and Type | Class and Description | 
|---|---|
| static class  | GuiContainerEvent.DrawBackgroundThis event is fired directly after the GuiContainer has draw any background elements,
 This is useful for drawing new background elements. | 
| static class  | GuiContainerEvent.DrawForegroundThis event is fired directly after the GuiContainer has draw any foreground elements,
 But before the "dragged" stack, and before any tooltips. | 
| Constructor and Description | 
|---|
| GuiContainerEvent(GuiContainer guiContainer) | 
| Modifier and Type | Method and Description | 
|---|---|
| GuiContainer | getGuiContainer() | 
public GuiContainerEvent(GuiContainer guiContainer)
public GuiContainer getGuiContainer()