public static enum CustomBookOpenEvent.Hand extends Enum<CustomBookOpenEvent.Hand>
| Modifier and Type | Method and Description |
|---|---|
static CustomBookOpenEvent.Hand |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomBookOpenEvent.Hand[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CustomBookOpenEvent.Hand MAIN_HAND
public static final CustomBookOpenEvent.Hand OFF_HAND
public static CustomBookOpenEvent.Hand[] values()
for (CustomBookOpenEvent.Hand c : CustomBookOpenEvent.Hand.values()) System.out.println(c);
public static CustomBookOpenEvent.Hand valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2017. All rights reserved.