public class GuiScreenEvent
extends net.minecraftforge.eventbus.api.Event
Modifier and Type | Class and Description |
---|---|
static class |
GuiScreenEvent.ActionPerformedEvent
Deprecated.
|
static class |
GuiScreenEvent.BackgroundDrawnEvent
This event fires at the end of
GuiScreen#drawBackground(int) and before the rest of the Gui draws. |
static class |
GuiScreenEvent.DrawScreenEvent |
static class |
GuiScreenEvent.InitGuiEvent |
static class |
GuiScreenEvent.KeyboardCharTypedEvent |
static class |
GuiScreenEvent.KeyboardKeyEvent |
static class |
GuiScreenEvent.KeyboardKeyPressedEvent |
static class |
GuiScreenEvent.KeyboardKeyReleasedEvent |
static class |
GuiScreenEvent.MouseClickedEvent |
static class |
GuiScreenEvent.MouseDragEvent |
static class |
GuiScreenEvent.MouseInputEvent |
static class |
GuiScreenEvent.MouseReleasedEvent |
static class |
GuiScreenEvent.MouseScrollEvent |
static class |
GuiScreenEvent.PotionShiftEvent
This event fires in
InventoryEffectRenderer#updateActivePotionEffects()
when potion effects are active and the gui wants to move over. |
Constructor and Description |
---|
GuiScreenEvent(Screen gui) |
Modifier and Type | Method and Description |
---|---|
Screen |
getGui()
The GuiScreen object generating this event.
|