Uses of Enum Class
net.neoforged.neoforge.client.event.ScreenEvent.MouseButtonPressed.Post.Result
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
-
Uses of ScreenEvent.MouseButtonPressed.Post.Result in net.neoforged.neoforge.client.event
Modifier and TypeMethodDescriptionScreenEvent.MouseButtonPressed.Post.getResult()
Returns the result of this event, which controls if the click will be treated as handled.Returns the enum constant of this class with the specified name.ScreenEvent.MouseButtonPressed.Post.Result.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
ScreenEvent.MouseButtonPressed.Post.setResult
(ScreenEvent.MouseButtonPressed.Post.Result result) Changes the result of this event.