Uses of Enum Class
net.risingworld.api.utils.MouseButton
Packages that use MouseButton
-
Uses of MouseButton in net.risingworld.api.events.player
Methods in net.risingworld.api.events.player that return MouseButtonModifier and TypeMethodDescriptionPlayerMouseButtonEvent.getButton()
Gets the mouse button that is actuated. -
Uses of MouseButton in net.risingworld.api.utils
Methods in net.risingworld.api.utils that return MouseButtonModifier and TypeMethodDescriptionstatic MouseButton
MouseButton.get
(int ordinal) static MouseButton
Returns the enum constant of this class with the specified name.static MouseButton[]
MouseButton.values()
Returns an array containing the constants of this enum class, in the order they are declared.