public static enum GnomeGlider.Location extends java.lang.Enum<GnomeGlider.Location>
| Enum Constant and Description |
|---|
GANDIUS |
KAR_HEWO |
LEMANTO_ANDRA |
SINDARPOS |
TA_QUIR_PRIW |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
org.tribot.api2007.types.RSTile |
getRSTile() |
int |
getX() |
int |
getY() |
int |
getZ() |
static GnomeGlider.Location |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GnomeGlider.Location[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GnomeGlider.Location TA_QUIR_PRIW
public static final GnomeGlider.Location GANDIUS
public static final GnomeGlider.Location LEMANTO_ANDRA
public static final GnomeGlider.Location KAR_HEWO
public static final GnomeGlider.Location SINDARPOS
public static GnomeGlider.Location[] values()
for (GnomeGlider.Location c : GnomeGlider.Location.values()) System.out.println(c);
public static GnomeGlider.Location 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 java.lang.String getName()
public org.tribot.api2007.types.RSTile getRSTile()
public int getX()
public int getY()
public int getZ()