public static enum ZygardeCubeItem.CoreType extends java.lang.Enum<ZygardeCubeItem.CoreType>
| Enum Constant and Description |
|---|
CORE_ENFORCER |
DRAGON_DANCE |
EXTREME_SPEED |
RANDOM |
THOUSAND_ARROWS |
THOUSAND_WAVES |
| Modifier and Type | Method and Description |
|---|---|
static ZygardeCubeItem.CoreType |
fromIndex(int index) |
ImmutableAttack |
getMove() |
static ZygardeCubeItem.CoreType[] |
getTypes() |
static ZygardeCubeItem.CoreType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ZygardeCubeItem.CoreType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ZygardeCubeItem.CoreType RANDOM
public static final ZygardeCubeItem.CoreType CORE_ENFORCER
public static final ZygardeCubeItem.CoreType THOUSAND_ARROWS
public static final ZygardeCubeItem.CoreType THOUSAND_WAVES
public static final ZygardeCubeItem.CoreType EXTREME_SPEED
public static final ZygardeCubeItem.CoreType DRAGON_DANCE
public static ZygardeCubeItem.CoreType[] values()
for (ZygardeCubeItem.CoreType c : ZygardeCubeItem.CoreType.values()) System.out.println(c);
public static ZygardeCubeItem.CoreType 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 ImmutableAttack getMove()
public static ZygardeCubeItem.CoreType[] getTypes()
public static ZygardeCubeItem.CoreType fromIndex(int index)