public static enum TimespaceAltarTileEntity.Orb extends java.lang.Enum<TimespaceAltarTileEntity.Orb>
Modifier and Type | Method and Description |
---|---|
static TimespaceAltarTileEntity.Orb |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TimespaceAltarTileEntity.Orb[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TimespaceAltarTileEntity.Orb NONE
public static final TimespaceAltarTileEntity.Orb PALKIA
public static final TimespaceAltarTileEntity.Orb DIALGA
public static final TimespaceAltarTileEntity.Orb GIRATINA
public static TimespaceAltarTileEntity.Orb[] values()
for (TimespaceAltarTileEntity.Orb c : TimespaceAltarTileEntity.Orb.values()) System.out.println(c);
public static TimespaceAltarTileEntity.Orb 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