Interface ScreenMouseEvents.BeforeMouseClick

Enclosing class:
ScreenMouseEvents
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface ScreenMouseEvents.BeforeMouseClick
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    beforeMouseClick(net.minecraft.client.gui.screens.Screen screen, net.minecraft.client.input.MouseButtonEvent event)
    Called before a mouse click in a screen.
  • Method Details

    • beforeMouseClick

      void beforeMouseClick(net.minecraft.client.gui.screens.Screen screen, net.minecraft.client.input.MouseButtonEvent event)
      Called before a mouse click in a screen.
      Parameters:
      screen - the screen
      event - the mouse button event, containing the mouse position and button
      See Also:
      • GLFW.GLFW_MOUSE_BUTTON_1