Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W X Y Z 

W

wait(int) - Method in class org.osbot.rs07.api.Client
Waits the specified amount of client iteration ticks .
WaitEvent - Class in org.osbot.rs07.event
 
WaitEvent(int, Callable<Boolean>, Callable<Boolean>...) - Constructor for class org.osbot.rs07.event.WaitEvent
 
WaitEvent(int, int, Callable<Boolean>, Callable<Boolean>...) - Constructor for class org.osbot.rs07.event.WaitEvent
 
walk(Position) - Method in class org.osbot.rs07.api.Walking
Walks to the position given with a default WalkingEvent instance.
walk(Entity) - Method in class org.osbot.rs07.api.Walking
Walks to the given entity its location with a default WalkingEvent instance.
walk(Area) - Method in class org.osbot.rs07.api.Walking
Walks to the given area with a default WalkingEvent instance.
Walking - Class in org.osbot.rs07.api
 
Walking() - Constructor for class org.osbot.rs07.api.Walking
 
walking - Variable in class org.osbot.rs07.script.MethodProvider
The Walking instance.
WalkingEvent - Class in org.osbot.rs07.event
Represents an event which task it is to perform walking.
WalkingEvent() - Constructor for class org.osbot.rs07.event.WalkingEvent
Creates a walking event for which a path will need to be set with the setPath() methods.
WalkingEvent(Entity) - Constructor for class org.osbot.rs07.event.WalkingEvent
Creates a walking event with a minDistanceThreshold of 2 and a miniMapDistanceThreshold of 5 to the location of the given entity.
WalkingEvent(Position) - Constructor for class org.osbot.rs07.event.WalkingEvent
Creates a walking event with a minDistanceThreshold of 2 and a miniMapDistanceThreshold of 5 to the location of the given position.
WalkingEvent(Area) - Constructor for class org.osbot.rs07.event.WalkingEvent
Creates a walking event with a minDistanceThreshold of 2 and a miniMapDistanceThreshold of 5 to a random location within the given area.
walkPath(List<Position>) - Method in class org.osbot.rs07.api.Walking
Walks a path using the order in the provided position list.
WallDecoration - Class in org.osbot.rs07.api.model
Represents a wall decoration object.
WallDecoration(XWallDecoration) - Constructor for class org.osbot.rs07.api.model.WallDecoration
Constructor
WallObject - Class in org.osbot.rs07.api.model
Represents a wall object.
WallObject(XWallObject) - Constructor for class org.osbot.rs07.api.model.WallObject
Constructor
warn(String) - Method in class org.osbot.rs07.script.MethodProvider
Logs a message to the console.
webWalk(Area...) - Method in class org.osbot.rs07.api.Walking
Walks to the closest reachable position within given areas with a default WebWalkEvent instance.
webWalk(Position...) - Method in class org.osbot.rs07.api.Walking
Walks to the closest reachable position in given positions array.
WebWalkEvent - Class in org.osbot.rs07.event
 
WebWalkEvent(Area...) - Constructor for class org.osbot.rs07.event.WebWalkEvent
Walks to closest reachable destination area.
WebWalkEvent(Position...) - Constructor for class org.osbot.rs07.event.WebWalkEvent
Walks to closest reachable destination position.
WebWalkEvent.PathType - Enum in org.osbot.rs07.event
 
webwalkRequestCount - Static variable in class org.osbot.rs07.event.WebWalkEvent
 
WidgetComparator - Class in org.osbot.rs07.api.comparator
 
WidgetComparator() - Constructor for class org.osbot.rs07.api.comparator.WidgetComparator
 
WidgetDestination - Class in org.osbot.rs07.input.mouse
 
WidgetDestination(Bot, RS2Widget) - Constructor for class org.osbot.rs07.input.mouse.WidgetDestination
Creates an instance of this mouse destination for a widget.
WidgetDestination(Bot, RS2Widget, boolean) - Constructor for class org.osbot.rs07.input.mouse.WidgetDestination
Creates an instance of this mouse destination for a widget.
WidgetDestination(Bot, RS2Widget, int) - Constructor for class org.osbot.rs07.input.mouse.WidgetDestination
Creates an instance of this mouse destination for a widget.
WidgetDestination(Bot, RS2Widget, int, int) - Constructor for class org.osbot.rs07.input.mouse.WidgetDestination
Creates an instance of this mouse destination for a widget with margins.
Widgets - Class in org.osbot.rs07.api
Represents the API regarding widget (previously called interfaces) functionality.
Widgets() - Constructor for class org.osbot.rs07.api.Widgets
 
widgets - Variable in class org.osbot.rs07.script.MethodProvider
The Widgets instance.
widthComparator - Static variable in class org.osbot.rs07.api.comparator.WidgetComparator
Sorts the RS2Widget collection from least to greatest getWidth() values.
withdraw(int, int) - Method in class org.osbot.rs07.api.Bank
Withdraw an item with the specified amount which its name matches the specified id.
withdraw(String, int) - Method in class org.osbot.rs07.api.Bank
Withdraws an item with the specified amount which its name matches the specified name.
withdraw(HashMap<String, Integer>) - Method in class org.osbot.rs07.api.Bank
Withdraws all items in the HashMap.
withdraw(Filter<Item>, int) - Method in class org.osbot.rs07.api.Bank
Withdraws the first item returned by the filter with the specified amount.
withdraw(Filter<Item>, int, boolean) - Method in class org.osbot.rs07.api.Bank
Withdraws the first item returned by the filter with the specified amount.
WITHDRAW_1 - Static variable in class org.osbot.rs07.api.Bank
 
WITHDRAW_10 - Static variable in class org.osbot.rs07.api.Bank
 
WITHDRAW_5 - Static variable in class org.osbot.rs07.api.Bank
 
WITHDRAW_ALL - Static variable in class org.osbot.rs07.api.Bank
 
WITHDRAW_ALL_BUT_ONE - Static variable in class org.osbot.rs07.api.Bank
 
withdrawAll(int) - Method in class org.osbot.rs07.api.Bank
Withdraws all of the specified item.
withdrawAll(String) - Method in class org.osbot.rs07.api.Bank
Withdraws all of the specified item.
withdrawAll(Filter<Item>) - Method in class org.osbot.rs07.api.Bank
Withdraws all of the specified item.
withdrawAllButOne(int) - Method in class org.osbot.rs07.api.Bank
Withdraws all but one of the specified item.
withdrawAllButOne(String) - Method in class org.osbot.rs07.api.Bank
Withdraws all but one of the specified item.
withdrawAllButOne(Filter<Item>) - Method in class org.osbot.rs07.api.Bank
Withdraws all but one of the specified item.
World - Class in org.osbot.rs07.api.ui
 
World(int, int, boolean, int, String, int) - Constructor for class org.osbot.rs07.api.ui.World
Deprecated.
WorldDefinition(int, boolean) - Constructor for class org.osbot.rs07.utility.WorldListLoader.WorldDefinition
 
WorldListLoader - Class in org.osbot.rs07.utility
 
WorldListLoader() - Constructor for class org.osbot.rs07.utility.WorldListLoader
 
WorldListLoader.WorldDefinition - Class in org.osbot.rs07.utility
 
Worlds - Class in org.osbot.rs07.api
 
Worlds() - Constructor for class org.osbot.rs07.api.Worlds
 
worlds - Variable in class org.osbot.rs07.script.MethodProvider
The (@link org.osbot.rs07.api.Worlds) instance.
A B C D E F G H I K L M N O P Q R S T U V W X Y Z 
Skip navigation links