Class ScreenEvent.MouseDragged.Post

Enclosing class:
ScreenEvent.MouseDragged

public static class ScreenEvent.MouseDragged.Post extends ScreenEvent.MouseDragged
Fired after the mouse drag is handled, if not handled by the screen and the corresponding ScreenEvent.MouseDragged.Pre is not cancelled.

This event is not cancellable, and does not have a result. If the event is cancelled, the mouse drag will be set as handled.

This event is fired on the main Forge event bus, only on the logical client.

  • Constructor Details

    • Post

      @Internal public Post(Screen screen, double mouseX, double mouseY, int mouseButton, double dragX, double dragY)