public static class GuiScreenEvent.MouseInputEvent.Post extends GuiScreenEvent.MouseInputEvent
GuiScreen.handleMouseInput()
provided that the active
screen has not been changed as a result of GuiScreen.handleMouseInput()
and
the GuiScreen.mouseHandled
flag has not been set.
Cancel this event when you successfully use the mouse input to prevent other handlers from using the same input.GuiScreenEvent.MouseInputEvent.Post, GuiScreenEvent.MouseInputEvent.Pre
GuiScreenEvent.ActionPerformedEvent, GuiScreenEvent.BackgroundDrawnEvent, GuiScreenEvent.DrawScreenEvent, GuiScreenEvent.InitGuiEvent, GuiScreenEvent.KeyboardInputEvent, GuiScreenEvent.MouseInputEvent, GuiScreenEvent.PotionShiftEvent
Event.HasResult, Event.Result
getGui
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup
public Post(GuiScreen gui)