Interface ScreenMouseEvents.AfterMouseClick
- 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.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanafterMouseClick(net.minecraft.client.gui.screens.Screen screen, net.minecraft.client.input.MouseButtonEvent context, boolean consumed) Called after a mouse click in a screen.
-
Method Details
-
afterMouseClick
boolean afterMouseClick(net.minecraft.client.gui.screens.Screen screen, net.minecraft.client.input.MouseButtonEvent context, boolean consumed) Called after a mouse click in a screen.- Parameters:
screen- the screencontext- the context of the mouse click, containing the mouse position and buttonconsumed- whether the mouse click was already consumed- See Also:
-