| Package | Description |
|---|---|
| net.risingworld.api.objects.custom |
| Modifier and Type | Method and Description |
|---|---|
CustomItem.Hand |
CustomItem.getHand() |
static CustomItem.Hand |
CustomItem.Hand.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CustomItem.Hand[] |
CustomItem.Hand.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomItem.setHand(CustomItem.Hand hand)
Determines in which hand the item is being held (left hand, right hand, no hand).
|