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.handDetermines 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.HandItems.Hand.get(int value) static Items.HandReturns 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.