| Modifier and Type | Class and Description |
|---|---|
static class |
TeleportManager.TeleportAction |
| Modifier and Type | Field and Description |
|---|---|
static TeleportManager.TeleportAction |
previousAction |
| Constructor and Description |
|---|
TeleportManager() |
| Modifier and Type | Method and Description |
|---|---|
static void |
clearTeleportLocationBlackList() |
static void |
clearTeleportMethodBlackList() |
java.lang.String |
getName() |
static void |
ignoreTeleportLocations(TeleportLocation... teleportLocations) |
static void |
ignoreTeleportMethods(TeleportMethod... teleportMethods)
Blacklist teleport methods.
|
static void |
setOffset(int offset)
Sets the threshold of tile difference that will trigger teleport action.
|
static java.util.ArrayList<org.tribot.api2007.types.RSTile> |
teleport(int originalPathLength,
org.tribot.api2007.types.RSTile destination) |
public static TeleportManager.TeleportAction previousAction
public static void ignoreTeleportMethods(TeleportMethod... teleportMethods)
teleportMethods - public static void ignoreTeleportLocations(TeleportLocation... teleportLocations)
public static void clearTeleportMethodBlackList()
public static void clearTeleportLocationBlackList()
public static void setOffset(int offset)
offset - distance in tilespublic static java.util.ArrayList<org.tribot.api2007.types.RSTile> teleport(int originalPathLength,
org.tribot.api2007.types.RSTile destination)