public enum EnumOldGenMode extends java.lang.Enum<EnumOldGenMode>
Modifier and Type | Method and Description |
---|---|
static EnumOldGenMode |
getFromIndex(int i) |
java.lang.String |
getLocalizedName() |
static EnumOldGenMode |
getNextMode(EnumOldGenMode mode) |
static EnumOldGenMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumOldGenMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumOldGenMode World
public static final EnumOldGenMode Dynamax
public static final EnumOldGenMode Mega
public static final EnumOldGenMode None
public static final EnumOldGenMode Both
public static EnumOldGenMode[] values()
for (EnumOldGenMode c : EnumOldGenMode.values()) System.out.println(c);
public static EnumOldGenMode 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 static EnumOldGenMode getFromIndex(int i)
public static EnumOldGenMode getNextMode(EnumOldGenMode mode)
public java.lang.String getLocalizedName()