public class Walking extends API
bank, bot, camera, chatbox, client, colorPicker, combat, configs, depositBox, dialogues, diaries, display, doorHandler, equipment, experienceTracker, favour, grandExchange, graphicObjects, groundItems, hintArrow, inventory, keyboard, logger, logoutTab, magic, map, menu, mouse, npcs, objects, players, prayer, projectiles, quests, settings, skills, store, tabs, trade, walking, widgets, worlds
Constructor and Description |
---|
Walking() |
Modifier and Type | Method and Description |
---|---|
void |
initializeModule() |
boolean |
walk(Area area)
Walks to the given area with a default WalkingEvent instance.
|
boolean |
walk(Entity entity)
Walks to the given entity its location with a default WalkingEvent instance.
|
boolean |
walk(Position position)
Walks to the position given with a default WalkingEvent instance.
|
boolean |
walkPath(java.util.List<Position> positions)
Walks a path using the order in the provided position list.
|
boolean |
webWalk(Area... areas)
Walks to the closest reachable position within given areas with a default WebWalkEvent instance.
|
boolean |
webWalk(Position... positions)
Walks to the closest reachable position in given positions array.
|
exchangeContext, execute, getBank, getBot, getCamera, getChatbox, getClient, getColorPicker, getCombat, getConfigs, getDepositBox, getDialogues, getDiaries, getDisplay, getDoorHandler, getEquipment, getExperienceTracker, getFavour, getGrandExchange, getGraphicObjects, getGroundItems, getHintArrow, getInventory, getKeyboard, getLogoutTab, getMagic, getMap, getMenuAPI, getMouse, getNpcs, getObjects, getPlayers, getPrayer, getProjectiles, getQuests, getSettings, getSkills, getStore, getTabs, getTrade, getWalking, getWidgets, getWorlds, gRandom, gRandom, gRandom, initializeContext, log, log, myPlayer, myPosition, random, random, sleep, stripFormatting, warn
public void initializeModule()
initializeModule
in class API
public boolean walk(Position position)
position
- The destination.public boolean walk(Entity entity)
entity
- The entity destination.public boolean walk(Area area)
area
- The area destination.public boolean walkPath(java.util.List<Position> positions)
positions
- The position list which you wish to traverse.public boolean webWalk(Area... areas)
areas
- The areas.public boolean webWalk(Position... positions)
positions
- The positions.