Class GuiScreenEvent.MouseReleasedEvent.Post

Enclosing class:
GuiScreenEvent.MouseReleasedEvent

public static class GuiScreenEvent.MouseReleasedEvent.Post extends GuiScreenEvent.MouseReleasedEvent
This event fires after IGuiEventListener.mouseReleased(double, double, int) if the release was not already handled. Cancel this event when you successfully use the mouse release, to prevent other handlers from using the same input.
  • Constructor Details

    • Post

      public Post(Screen gui, double mouseX, double mouseY, int button)