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