Enum PortalNexus
- java.lang.Object
-
- java.lang.Enum<PortalNexus>
-
- net.storm.api.movement.pathfinder.model.poh.PortalNexus
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<PortalNexus>
public enum PortalNexus extends java.lang.Enum<PortalNexus>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Set<PortalNexus>
getAvailable()
static PortalNexus
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PortalNexus[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ARCEUUS_LIBRARY
public static final PortalNexus ARCEUUS_LIBRARY
-
DRAYNOR_MANOR
public static final PortalNexus DRAYNOR_MANOR
-
BATTLEFRONT
public static final PortalNexus BATTLEFRONT
-
VARROCK
public static final PortalNexus VARROCK
-
GRAND_EXCHANGE
public static final PortalNexus GRAND_EXCHANGE
-
MIND_ALTAR
public static final PortalNexus MIND_ALTAR
-
LUMBRIDGE
public static final PortalNexus LUMBRIDGE
-
FALADOR
public static final PortalNexus FALADOR
-
SALVE_GRAVEYARD
public static final PortalNexus SALVE_GRAVEYARD
-
CAMELOT
public static final PortalNexus CAMELOT
-
SEERS_VILLAGE
public static final PortalNexus SEERS_VILLAGE
-
FENKENSTRAINS_CASTLE
public static final PortalNexus FENKENSTRAINS_CASTLE
-
EAST_ARDOUGNE
public static final PortalNexus EAST_ARDOUGNE
-
WATCHTOWER
public static final PortalNexus WATCHTOWER
-
YANILLE
public static final PortalNexus YANILLE
-
SENNTISTEN
public static final PortalNexus SENNTISTEN
-
WEST_ARDOUGNE
public static final PortalNexus WEST_ARDOUGNE
-
MARIM
public static final PortalNexus MARIM
-
HARMONY_ISLAND
public static final PortalNexus HARMONY_ISLAND
-
KHARYRLL
public static final PortalNexus KHARYRLL
-
LUNAR_ISLE
public static final PortalNexus LUNAR_ISLE
-
KOUREND
public static final PortalNexus KOUREND
-
CEMETERY
public static final PortalNexus CEMETERY
-
WATERBIRTH_ISLAND
public static final PortalNexus WATERBIRTH_ISLAND
-
BARROWS
public static final PortalNexus BARROWS
-
CARRALLANGAR
public static final PortalNexus CARRALLANGAR
-
FISHING_GUILD
public static final PortalNexus FISHING_GUILD
-
CATHERBY
public static final PortalNexus CATHERBY
-
ANNAKARL
public static final PortalNexus ANNAKARL
-
APE_ATOLL_DUNGEON
public static final PortalNexus APE_ATOLL_DUNGEON
-
GHORROCK
public static final PortalNexus GHORROCK
-
TROLL_STRONGHOLD
public static final PortalNexus TROLL_STRONGHOLD
-
WEISS
public static final PortalNexus WEISS
-
CIVITAS_ILLA_FORTIS
public static final PortalNexus CIVITAS_ILLA_FORTIS
-
-
Method Detail
-
values
public static PortalNexus[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (PortalNexus c : PortalNexus.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static PortalNexus valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
getAvailable
public static java.util.Set<PortalNexus> getAvailable()
-
-