public enum TeleportLocation extends java.lang.Enum<TeleportLocation>
| Modifier and Type | Method and Description |
|---|---|
org.tribot.api2007.types.RSTile |
getRSTile() |
static TeleportLocation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TeleportLocation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TeleportLocation AL_KHARID
public static final TeleportLocation VARROCK_CENTER
public static final TeleportLocation LUMBRIDGE_CASTLE
public static final TeleportLocation DUEL_ARENA
public static final TeleportLocation DRAYNOR_VILLAGE
public static final TeleportLocation FALADOR_CENTER
public static final TeleportLocation CAMELOT
public static final TeleportLocation RANGED_GUILD
public static final TeleportLocation ARDOUGNE_MARKET_PLACE
public static final TeleportLocation CASTLE_WARS
public static final TeleportLocation BURTHORPE_GAMES_ROOM
public static final TeleportLocation CLAN_WARS
public static final TeleportLocation KARAMJA_BANANA_PLANTATION
public static final TeleportLocation WINTERTODT_CAMP
public static final TeleportLocation CORPOREAL_BEAST
public static final TeleportLocation BARBARIAN_OUTPOST
public static final TeleportLocation WARRIORS_GUILD
public static final TeleportLocation CHAMPIONS_GUILD
public static final TeleportLocation MONASTRY_EDGE
public static final TeleportLocation EDGEVILLE
public static final TeleportLocation ECTO
public static final TeleportLocation FISHING_GUILD
public static final TeleportLocation MOTHERLOAD_MINE
public static final TeleportLocation CRAFTING_GUILD
public static final TeleportLocation COOKING_GUILD
public static final TeleportLocation WOOD_CUTTING_GUILD
public static final TeleportLocation GRAND_EXCHANGE
public static final TeleportLocation FALADOR_PARK
public static TeleportLocation[] values()
for (TeleportLocation c : TeleportLocation.values()) System.out.println(c);
public static TeleportLocation 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 org.tribot.api2007.types.RSTile getRSTile()