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
Subclasses with type arguments of type MouseButton in net.risingworld.api.utilsMethods in net.risingworld.api.utils that return MouseButtonModifier and TypeMethodDescriptionstatic MouseButtonMouseButton.get(int ordinal) static MouseButtonReturns 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.