Enum Class MagicCarpet.CarpetLocation
java.lang.Object
java.lang.Enum<MagicCarpet.CarpetLocation>
net.storm.api.movement.pathfinder.model.MagicCarpet.CarpetLocation
- All Implemented Interfaces:
Serializable,Comparable<MagicCarpet.CarpetLocation>,Constable
- Enclosing class:
MagicCarpet
Enumeration of magic carpet rug locations in the Kharidian Desert.
Each CarpetLocation represents a rug where players can embark/disembark, with its world coordinates and NPC dialogue name.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionBedabin Camp rug.Menaphos rug (requires Icthlarin's Little Helper).Nardah rug.Northern Pollnivneach rug (connects to Shantay Pass).Main hub at the desert entrance.Sophanem rug (requires Icthlarin's Little Helper).Southern Pollnivneach rug (connects to Sophanem, Menaphos, Nardah).Uzer rug (requires The Golem quest). -
Method Summary
Modifier and TypeMethodDescriptionstatic MagicCarpet.CarpetLocationReturns the enum constant of this class with the specified name.static MagicCarpet.CarpetLocation[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SHANTAY_PASS
Main hub at the desert entrance. -
NORTH_POLLNIVNEACH
Northern Pollnivneach rug (connects to Shantay Pass). -
SOUTH_POLLNIVNEACH
Southern Pollnivneach rug (connects to Sophanem, Menaphos, Nardah). -
BEDABIN_CAMP
Bedabin Camp rug. -
UZER
Uzer rug (requires The Golem quest). -
NARDAH
Nardah rug. -
SOPHANEM
Sophanem rug (requires Icthlarin's Little Helper). -
MENAPHOS
Menaphos rug (requires Icthlarin's Little Helper).
-
-
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
-