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