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. 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