public static enum MapPoint.BankPoint extends java.lang.Enum<MapPoint.BankPoint>
Enum Constant and Description |
---|
AL_KHARID |
ARDOUGNE_EAST |
ARDOUGNE_WEST |
DRAYNOR |
EDGEVILLE |
FALADOR_EAST |
FALADOR_WEST |
SEERS |
SHANTAY_PASS |
SHILLO_VILLAGE |
TREE_GNOME_VILLAGE |
VARROCK_EAST |
VARROCK_WEST |
YANILLE |
Modifier and Type | Method and Description |
---|---|
MapPoint |
getMapPoint() |
static MapPoint.BankPoint |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MapPoint.BankPoint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MapPoint.BankPoint EDGEVILLE
public static final MapPoint.BankPoint AL_KHARID
public static final MapPoint.BankPoint DRAYNOR
public static final MapPoint.BankPoint SEERS
public static final MapPoint.BankPoint YANILLE
public static final MapPoint.BankPoint SHANTAY_PASS
public static final MapPoint.BankPoint TREE_GNOME_VILLAGE
public static final MapPoint.BankPoint SHILLO_VILLAGE
public static final MapPoint.BankPoint ARDOUGNE_WEST
public static final MapPoint.BankPoint ARDOUGNE_EAST
public static final MapPoint.BankPoint FALADOR_WEST
public static final MapPoint.BankPoint FALADOR_EAST
public static final MapPoint.BankPoint VARROCK_WEST
public static final MapPoint.BankPoint VARROCK_EAST
public static MapPoint.BankPoint[] values()
for (MapPoint.BankPoint c : MapPoint.BankPoint.values()) System.out.println(c);
public static MapPoint.BankPoint 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 nullpublic MapPoint getMapPoint()