Uses of Class
net.minecraftforge.client.event.ScreenEvent.MouseButtonPressed
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
-
Uses of ScreenEvent.MouseButtonPressed in net.minecraftforge.client.event
Modifier and TypeClassDescriptionstatic class
Fired after the mouse click is handled, if the correspondingScreenEvent.MouseButtonPressed.Pre
was not cancelled.static class
Fired before the mouse click is handled by the screen.