Enum Class GnomeGlider.GliderLocation
java.lang.Object
java.lang.Enum<GnomeGlider.GliderLocation>
net.storm.api.movement.pathfinder.model.GnomeGlider.GliderLocation
- All Implemented Interfaces:
Serializable,Comparable<GnomeGlider.GliderLocation>,Constable
- Enclosing class:
GnomeGlider
Enumeration of physical gnome glider locations.
Each location has a world point, widget ID for selection, and gnomish name.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAl Kharid glider - Kar-Hewo in gnomish.Ape Atoll glider - Ookookolly Undri in gnomish.Digsite glider - Lemanto Andra in gnomish.Feldip Hills glider - Lemantolly Undri in gnomish.Grand Tree glider - Ta Quir Priw in gnomish.Karamja glider - Gandius in gnomish.White Wolf Mountain glider - Sindarpos in gnomish. -
Method Summary
Modifier and TypeMethodDescriptionGets the widget for selecting this glider destination.static GnomeGlider.GliderLocationReturns the enum constant of this class with the specified name.static GnomeGlider.GliderLocation[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
GRAND_TREE
Grand Tree glider - Ta Quir Priw in gnomish. -
WHITE_WOLF_MOUNTAIN
White Wolf Mountain glider - Sindarpos in gnomish. -
DIGSITE
Digsite glider - Lemanto Andra in gnomish. -
AL_KHARID
Al Kharid glider - Kar-Hewo in gnomish. -
FELDIP_HILLS
Feldip Hills glider - Lemantolly Undri in gnomish. -
APE_ATOLL
Ape Atoll glider - Ookookolly Undri in gnomish. -
KARAMJA
Karamja glider - Gandius in gnomish.
-
-
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 nameNullPointerException- if the argument is null
-
getWidget
Gets the widget for selecting this glider destination.- Returns:
- the destination selection widget
-