public static enum RunePouch.RuneSlot extends java.lang.Enum<RunePouch.RuneSlot>
| Modifier and Type | Method and Description |
|---|---|
int |
getQuantity() |
java.lang.String |
getRuneName() |
static RunePouch.RuneSlot |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RunePouch.RuneSlot[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RunePouch.RuneSlot FIRST
public static final RunePouch.RuneSlot SECOND
public static final RunePouch.RuneSlot THIRD
public static RunePouch.RuneSlot[] values()
for (RunePouch.RuneSlot c : RunePouch.RuneSlot.values()) System.out.println(c);
public static RunePouch.RuneSlot valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getRuneName()
public int getQuantity()