类 ScreenEvent.MouseButtonPressed.Pre

封闭类:
ScreenEvent.MouseButtonPressed

public static class ScreenEvent.MouseButtonPressed.Pre extends ScreenEvent.MouseButtonPressed
Fired before the mouse click is handled by the screen.

This event is cancellable, and does not have a result. If the event is cancelled, the screen's mouse click handler will be bypassed and the corresponding ScreenEvent.MouseButtonPressed.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, int button)