Uses of Enum Class
net.risingworld.api.definitions.Items.Hand
-
Uses of Items.Hand in net.risingworld.api.definitions
Modifier and TypeFieldDescriptionItems.ItemDefinition.hand
Determines in which hand this item is being held (0 == left, 1 == right, 2 == none).Modifier and TypeMethodDescriptionstatic Items.Hand
Items.Hand.get
(int value) static Items.Hand
Returns the enum constant of this class with the specified name.static Items.Hand[]
Items.Hand.values()
Returns an array containing the constants of this enum class, in the order they are declared.