public static enum WndBag.Mode extends java.lang.Enum<WndBag.Mode>
Enum Constant and Description |
---|
ALL |
ARMOR |
FOR_SALE |
FUSEABLE |
INSCRIBABLE |
MOISTABLE |
QUICKSLOT |
SEED |
UNIDENTIFED |
UPGRADABLE_WEAPON |
UPGRADEABLE |
WAND |
WEAPON |
Modifier and Type | Method and Description |
---|---|
static WndBag.Mode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WndBag.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WndBag.Mode ALL
public static final WndBag.Mode UNIDENTIFED
public static final WndBag.Mode UPGRADEABLE
public static final WndBag.Mode QUICKSLOT
public static final WndBag.Mode FOR_SALE
public static final WndBag.Mode WEAPON
public static final WndBag.Mode ARMOR
public static final WndBag.Mode WAND
public static final WndBag.Mode SEED
public static final WndBag.Mode INSCRIBABLE
public static final WndBag.Mode MOISTABLE
public static final WndBag.Mode FUSEABLE
public static final WndBag.Mode UPGRADABLE_WEAPON
public static WndBag.Mode[] values()
for (WndBag.Mode c : WndBag.Mode.values()) System.out.println(c);
public static WndBag.Mode 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 null