public static enum ShardSpawner.ShardType extends java.lang.Enum<ShardSpawner.ShardType>
| Enum Constant and Description |
|---|
ANTI_ARMOR |
ANTI_SHIELD |
GENERAL |
MISSILE |
POINT_DEFENSE |
| Modifier and Type | Method and Description |
|---|---|
static ShardSpawner.ShardType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ShardSpawner.ShardType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ShardSpawner.ShardType GENERAL
public static final ShardSpawner.ShardType ANTI_ARMOR
public static final ShardSpawner.ShardType ANTI_SHIELD
public static final ShardSpawner.ShardType POINT_DEFENSE
public static final ShardSpawner.ShardType MISSILE
public static ShardSpawner.ShardType[] values()
for (ShardSpawner.ShardType c : ShardSpawner.ShardType.values()) System.out.println(c);
public static ShardSpawner.ShardType 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