public static enum CompatBloodMagic.OrbType extends java.lang.Enum<CompatBloodMagic.OrbType>
| Enum Constant and Description |
|---|
APPRENTICE |
ARCHMAGE |
MAGICIAN |
MASTER |
WEAK |
| Modifier and Type | Method and Description |
|---|---|
int |
getCapacity() |
static CompatBloodMagic.OrbType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CompatBloodMagic.OrbType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompatBloodMagic.OrbType WEAK
public static final CompatBloodMagic.OrbType APPRENTICE
public static final CompatBloodMagic.OrbType MAGICIAN
public static final CompatBloodMagic.OrbType MASTER
public static final CompatBloodMagic.OrbType ARCHMAGE
public static CompatBloodMagic.OrbType[] values()
for (CompatBloodMagic.OrbType c : CompatBloodMagic.OrbType.values()) System.out.println(c);
public static CompatBloodMagic.OrbType 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 int getCapacity()