public enum EnumTypeEnhancingItems extends java.lang.Enum<EnumTypeEnhancingItems>
Enum Constant and Description |
---|
blackBelt |
blackGlasses |
charcoal |
dragonFang |
fairyWand |
hardStone |
magnet |
miracleSeed |
mysticWater |
neverMeltIce |
orb |
plate |
poisonBarb |
sharpBeak |
silkScarf |
silverPowder |
softSand |
spellTag |
twistedSpoon |
Modifier and Type | Method and Description |
---|---|
static EnumTypeEnhancingItems |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumTypeEnhancingItems[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumTypeEnhancingItems blackBelt
public static final EnumTypeEnhancingItems blackGlasses
public static final EnumTypeEnhancingItems charcoal
public static final EnumTypeEnhancingItems dragonFang
public static final EnumTypeEnhancingItems hardStone
public static final EnumTypeEnhancingItems magnet
public static final EnumTypeEnhancingItems miracleSeed
public static final EnumTypeEnhancingItems mysticWater
public static final EnumTypeEnhancingItems neverMeltIce
public static final EnumTypeEnhancingItems poisonBarb
public static final EnumTypeEnhancingItems sharpBeak
public static final EnumTypeEnhancingItems silkScarf
public static final EnumTypeEnhancingItems silverPowder
public static final EnumTypeEnhancingItems softSand
public static final EnumTypeEnhancingItems spellTag
public static final EnumTypeEnhancingItems twistedSpoon
public static final EnumTypeEnhancingItems fairyWand
public static final EnumTypeEnhancingItems plate
public static final EnumTypeEnhancingItems orb
public static EnumTypeEnhancingItems[] values()
for (EnumTypeEnhancingItems c : EnumTypeEnhancingItems.values()) System.out.println(c);
public static EnumTypeEnhancingItems 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