Uses of Class
net.neoforged.neoforge.client.event.ScreenEvent.MouseButtonPressed
Packages that use 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.neoforged.neoforge.client.event
Subclasses of ScreenEvent.MouseButtonPressed in net.neoforged.neoforge.client.eventModifier and TypeClassDescriptionstatic classThis event is fired after the mouse click is handled, if the correspondingScreenEvent.MouseButtonPressed.Prewas not cancelled.static classFired before the mouse click is handled by the screen.