Uses of Enum Class
net.risingworld.api.definitions.Items.Hand
Packages that use Items.Hand
-
Uses of Items.Hand in net.risingworld.api.definitions
Fields in net.risingworld.api.definitions declared as Items.HandModifier and TypeFieldDescriptionItems.ItemDefinition.hand
Determines in which hand this item is being held (0 == left, 1 == right, 2 == none).Methods in net.risingworld.api.definitions that return Items.HandModifier 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.