public class GuiScreenEvent extends Event
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
GuiScreenEvent.ActionPerformedEvent  | 
static class  | 
GuiScreenEvent.BackgroundDrawnEvent
This event fires at the end of  
GuiScreen.drawDefaultBackground() and before the rest of the Gui draws. | 
static class  | 
GuiScreenEvent.DrawScreenEvent  | 
static class  | 
GuiScreenEvent.InitGuiEvent  | 
static class  | 
GuiScreenEvent.KeyboardInputEvent  | 
static class  | 
GuiScreenEvent.MouseInputEvent  | 
static class  | 
GuiScreenEvent.PotionShiftEvent
This event fires in  
InventoryEffectRenderer.updateActivePotionEffects()
 when potion effects are active and the gui wants to move over. | 
Event.HasResult, Event.Result| Constructor and Description | 
|---|
GuiScreenEvent(GuiScreen gui)  | 
| Modifier and Type | Method and Description | 
|---|---|
GuiScreen | 
getGui()
The GuiScreen object generating this event. 
 | 
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup