类 ScreenEvent.MouseScrolled.Pre

封闭类:
ScreenEvent.MouseScrolled

public static class ScreenEvent.MouseScrolled.Pre extends ScreenEvent.MouseScrolled
Fired before the mouse scroll is handled by the screen.

This event is cancellable, and does not have a result. If the event is cancelled, the screen's mouse scroll handler will be bypassed and the corresponding ScreenEvent.MouseScrolled.Post will not be fired.

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

  • 构造器详细资料

    • Pre

      @Internal public Pre(Screen screen, double mouseX, double mouseY, double deltaX, double deltaY)