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