JavaScript is disabled on your browser.
Nested Class Summary
Nested Classes
Enum Constant Summary
Enum Constants
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
GRAND_TREE_TO_WHITE_WOLF_MOUNTAIN
public static final GnomeGlider GRAND_TREE_TO_WHITE_WOLF_MOUNTAIN
GRAND_TREE_TO_AL_KHARID
public static final GnomeGlider GRAND_TREE_TO_AL_KHARID
GRAND_TREE_TO_FELDIP_HILLS
public static final GnomeGlider GRAND_TREE_TO_FELDIP_HILLS
GRAND_TREE_TO_APE_ATOLL
public static final GnomeGlider GRAND_TREE_TO_APE_ATOLL
WHITE_WOLF_MOUNTAIN_TO_GRAND_TREE
public static final GnomeGlider WHITE_WOLF_MOUNTAIN_TO_GRAND_TREE
WHITE_WOLF_MOUNTAIN_TO_DIGSITE
public static final GnomeGlider WHITE_WOLF_MOUNTAIN_TO_DIGSITE
WHITE_WOLF_MOUNTAIN_TO_AL_KHARID
public static final GnomeGlider WHITE_WOLF_MOUNTAIN_TO_AL_KHARID
WHITE_WOLF_MOUNTAIN_TO_FELDIP_HILLS
public static final GnomeGlider WHITE_WOLF_MOUNTAIN_TO_FELDIP_HILLS
WHITE_WOLF_MOUNTAIN_TO_APE_ATOLL
public static final GnomeGlider WHITE_WOLF_MOUNTAIN_TO_APE_ATOLL
WHITE_WOLF_MOUNTAIN_TO_KARAMJA
public static final GnomeGlider WHITE_WOLF_MOUNTAIN_TO_KARAMJA
AL_KHARID_TO_GRAND_TREE
public static final GnomeGlider AL_KHARID_TO_GRAND_TREE
AL_KHARID_TO_WHITE_WOLF_MOUNTAIN
public static final GnomeGlider AL_KHARID_TO_WHITE_WOLF_MOUNTAIN
AL_KHARID_TO_FELDIP_HILLS
public static final GnomeGlider AL_KHARID_TO_FELDIP_HILLS
FELDIP_HILLS_TO_GRAND_TREE
public static final GnomeGlider FELDIP_HILLS_TO_GRAND_TREE
FELDIP_HILLS_TO_WHITE_WOLF_MOUNTAIN
public static final GnomeGlider FELDIP_HILLS_TO_WHITE_WOLF_MOUNTAIN
FELDIP_HILLS_TO_DIGSITE
public static final GnomeGlider FELDIP_HILLS_TO_DIGSITE
FELDIP_HILLS_TO_AL_KHARID
public static final GnomeGlider FELDIP_HILLS_TO_AL_KHARID
FELDIP_HILLS_TO_APE_ATOLL
public static final GnomeGlider FELDIP_HILLS_TO_APE_ATOLL
FELDIP_HILLS_TO_KARAMJA
public static final GnomeGlider FELDIP_HILLS_TO_KARAMJA
APE_ATOLL_TO_GRAND_TREE
public static final GnomeGlider APE_ATOLL_TO_GRAND_TREE
APE_ATOLL_TO_WHITE_WOLF_MOUNTAIN
public static final GnomeGlider APE_ATOLL_TO_WHITE_WOLF_MOUNTAIN
APE_ATOLL_TO_FELDIP_HILLS
public static final GnomeGlider APE_ATOLL_TO_FELDIP_HILLS
KARAMJA_TO_WHITE_WOLF_MOUNTAIN
public static final GnomeGlider KARAMJA_TO_WHITE_WOLF_MOUNTAIN
KARAMJA_TO_FELDIP_HILLS
public static final GnomeGlider KARAMJA_TO_FELDIP_HILLS
Method Details
values
Returns an array containing the constants of this enum class, in
the order they are declared.
Returns:
an array containing the constants of this enum class, in the order they are declared
valueOf
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum class has no constant with the specified name
NullPointerException - if the argument is null