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 

O

ObjectComparator - Class in org.osbot.rs07.api.comparator
 
ObjectComparator() - Constructor for class org.osbot.rs07.api.comparator.ObjectComparator
 
ObjectDefinition - Class in org.osbot.rs07.api.def
Represents the definition of an object in the game.
ObjectDefinition(XObjectDefinition) - Constructor for class org.osbot.rs07.api.def.ObjectDefinition
 
Objects - Class in org.osbot.rs07.api
Represents the API regarding object functionality.
Objects() - Constructor for class org.osbot.rs07.api.Objects
 
objects - Variable in class org.osbot.rs07.script.MethodProvider
The Objects instance.
offer(int, int) - Method in class org.osbot.rs07.api.Trade
Offers specified item with the specified amount in the trade screen.
offer(String, int) - Method in class org.osbot.rs07.api.Trade
Offers the specified item with the specified amount in the trade screen.
OFFER_1 - Static variable in class org.osbot.rs07.api.Trade
 
OFFER_10 - Static variable in class org.osbot.rs07.api.Trade
 
OFFER_5 - Static variable in class org.osbot.rs07.api.Trade
 
OFFER_ALL - Static variable in class org.osbot.rs07.api.Trade
 
offerAll(int...) - Method in class org.osbot.rs07.api.Trade
Offers all the items in the filter in the trade screen.
offerAll(String...) - Method in class org.osbot.rs07.api.Trade
Offers all the items in the filter in the trade screen.
offerAll(List<Item>) - Method in class org.osbot.rs07.api.Trade
Offers all the items in the filter in the trade screen.
offerAll(Filter<Item>...) - Method in class org.osbot.rs07.api.Trade
Offers all the items in the filter in the trade screen.
offerAllExcept(int...) - Method in class org.osbot.rs07.api.Trade
Offers all the items in the inventory excluding items with the specified ids.
offerAllExcept(String...) - Method in class org.osbot.rs07.api.Trade
Offers all the items in the inventory excluding items with the specified names.
offerAllExcept(List<Item>) - Method in class org.osbot.rs07.api.Trade
Offers all the items in the inventory excluding the specified list of items passed.
offerAllExcept(Filter<Item>...) - Method in class org.osbot.rs07.api.Trade
Offers all the items in the inventory excluding the items in the filters passed.
onConfig(int, int) - Method in interface org.osbot.rs07.listener.ConfigListener
Event listener used for callbacks on config change events
onConfig(int, int) - Method in class org.osbot.rs07.script.Script
Event listener used for callbacks on config change events
onEnd() - Method in class org.osbot.rs07.event.Event
Called after this event is executed.
onEnd() - Method in class org.osbot.rs07.input.mouse.ClickMouseEvent
 
onExit() - Method in class org.osbot.rs07.script.Script
Called when this script exits and after the event queue has been terminated.
onGameTick() - Method in interface org.osbot.rs07.listener.GameTickListener
Event listener used for callbacks on game tick events
onGameTick() - Method in class org.osbot.rs07.script.Script
Do not do any calculations (or anything computational) in this.
onHeadMessage(Character<?>) - Method in class org.osbot.rs07.api.Client
Deprecated.
onLoop() - Method in class org.osbot.rs07.script.Script
Called by the script executor.
onlyContains(Filter<Item>...) - Method in class org.osbot.rs07.api.util.ItemContainer
Determines whether this container only exists out of the items specified by the filters.
onlyContains(int...) - Method in class org.osbot.rs07.api.util.ItemContainer
Determines whether this container only exists out of the items specified.
onlyContains(String...) - Method in class org.osbot.rs07.api.util.ItemContainer
Determines whether this container only exists out of the items specified.
onlyContainsCancel() - Method in class org.osbot.rs07.api.Menu
 
onMessage(Message) - Method in class org.osbot.rs07.api.Trade.RequestListener
 
onMessage(Message) - Method in interface org.osbot.rs07.listener.MessageListener
Event listener used for callbacks on message events
onMessage(Message) - Method in class org.osbot.rs07.script.Script
Event listener used for callbacks on message events
onPaint(Graphics2D) - Method in interface org.osbot.rs07.canvas.paint.Painter
Called when the next frame should be painted.
onPaint(Graphics2D) - Method in class org.osbot.rs07.script.RandomPainter
 
onPaint(Graphics2D) - Method in class org.osbot.rs07.script.Script
Called when the next frame should be painted.
onPlayAudio(int) - Method in interface org.osbot.rs07.listener.AudioListener
 
onPlayAudio(int) - Method in class org.osbot.rs07.script.Script
onResponseCode(int) - Method in interface org.osbot.rs07.listener.LoginResponseCodeListener
 
onResponseCode(int) - Method in class org.osbot.rs07.script.Script
onStart() - Method in class org.osbot.rs07.event.Event
Called before this event is executed.
onStart() - Method in class org.osbot.rs07.event.InteractionEvent
 
onStart() - Method in class org.osbot.rs07.event.WalkingEvent
 
onStart() - Method in class org.osbot.rs07.event.WebWalkEvent
 
onStart() - Method in class org.osbot.rs07.input.mouse.ClickMouseEvent
 
onStart() - Method in class org.osbot.rs07.script.Script
Called when this script gets started.
onStop() - Method in class org.osbot.rs07.script.Script
Called when this script stops and before the event queue has been terminated.
open() - Method in class org.osbot.rs07.api.Bank
Searches for the best bank, based on type and distance from player.
open(Chatbox.Tab) - Method in class org.osbot.rs07.api.Chatbox
Opens a tab
open() - Method in class org.osbot.rs07.api.DepositBox
Opens the bank deposit box
open() - Method in class org.osbot.rs07.api.LogoutTab
Opens the logout tab.
open() - Method in class org.osbot.rs07.api.Magic
Opens the magic tab.
open() - Method in class org.osbot.rs07.api.Prayer
Opens the prayer tab.
open() - Method in class org.osbot.rs07.api.Settings
Opens the settings tab.
open(Settings.BasicSettingsTab) - Method in class org.osbot.rs07.api.Settings
Opens the basic settings tab.
open(Settings.AllSettingsTab) - Method in class org.osbot.rs07.api.Settings
Opens the all settings tab.
open() - Method in class org.osbot.rs07.api.Skills
Opens the skills tab.
open(Tab) - Method in class org.osbot.rs07.api.Tabs
Opens a tab.
open(Tab, boolean) - Method in class org.osbot.rs07.api.Tabs
Opens a tab
openAllSettingsWidget() - Method in class org.osbot.rs07.api.Settings
Opens the all settings widget
openMenu(Entity) - Method in class org.osbot.rs07.event.InteractionQueue
Adds an InteractionEvent to the queue, to perform a specific interaction
openMenu(Position) - Method in class org.osbot.rs07.event.InteractionQueue
Adds an InteractionEvent to the queue, to perform a specific interaction
openMenu(RS2Widget) - Method in class org.osbot.rs07.event.InteractionQueue
Adds an InteractionEvent to the queue, to perform a specific interaction
openMenu(MouseDestination) - Method in class org.osbot.rs07.event.InteractionQueue
Adds an InteractionEvent to the queue, to perform a specific interaction
openTab(int) - Method in class org.osbot.rs07.api.Bank
Opens the selected bank tab.
openTab() - Method in class org.osbot.rs07.api.Equipment
Opens the equipment tab.
openWebpage(URL) - Static method in class org.osbot.rs07.api.util.Utilities
Attempts to open a webpage using the default web browser.
Option - Class in org.osbot.rs07.api.ui
For internal use only
Option(String, String, int, int, int, int) - Constructor for class org.osbot.rs07.api.ui.Option
Deprecated.
ORBS_WIDGET_ROOT_ID - Static variable in class org.osbot.rs07.api.Settings
 
org.osbot.rs07 - package org.osbot.rs07
 
org.osbot.rs07.api - package org.osbot.rs07.api
 
org.osbot.rs07.api.ai.activity - package org.osbot.rs07.api.ai.activity
 
org.osbot.rs07.api.ai.domain.outcome - package org.osbot.rs07.api.ai.domain.outcome
 
org.osbot.rs07.api.ai.domain.requirement - package org.osbot.rs07.api.ai.domain.requirement
 
org.osbot.rs07.api.ai.domain.restriction - package org.osbot.rs07.api.ai.domain.restriction
 
org.osbot.rs07.api.ai.state - package org.osbot.rs07.api.ai.state
 
org.osbot.rs07.api.ai.util - package org.osbot.rs07.api.ai.util
 
org.osbot.rs07.api.comparator - package org.osbot.rs07.api.comparator
 
org.osbot.rs07.api.def - package org.osbot.rs07.api.def
 
org.osbot.rs07.api.filter - package org.osbot.rs07.api.filter
 
org.osbot.rs07.api.map - package org.osbot.rs07.api.map
 
org.osbot.rs07.api.map.constants - package org.osbot.rs07.api.map.constants
 
org.osbot.rs07.api.model - package org.osbot.rs07.api.model
 
org.osbot.rs07.api.ui - package org.osbot.rs07.api.ui
 
org.osbot.rs07.api.util - package org.osbot.rs07.api.util
 
org.osbot.rs07.canvas.paint - package org.osbot.rs07.canvas.paint
 
org.osbot.rs07.event - package org.osbot.rs07.event
 
org.osbot.rs07.event.interaction - package org.osbot.rs07.event.interaction
 
org.osbot.rs07.event.webwalk - package org.osbot.rs07.event.webwalk
 
org.osbot.rs07.input - package org.osbot.rs07.input
 
org.osbot.rs07.input.filter - package org.osbot.rs07.input.filter
 
org.osbot.rs07.input.focus - package org.osbot.rs07.input.focus
 
org.osbot.rs07.input.keyboard - package org.osbot.rs07.input.keyboard
 
org.osbot.rs07.input.mouse - package org.osbot.rs07.input.mouse
 
org.osbot.rs07.input.mouse.awt - package org.osbot.rs07.input.mouse.awt
 
org.osbot.rs07.listener - package org.osbot.rs07.listener
 
org.osbot.rs07.script - package org.osbot.rs07.script
 
org.osbot.rs07.utility - package org.osbot.rs07.utility
 
OrRequirement - Class in org.osbot.rs07.api.ai.domain.requirement
Functionality to configure requirements in an OR configuration instead of the default AND
OrRequirement(Requirement...) - Constructor for class org.osbot.rs07.api.ai.domain.requirement.OrRequirement
Constructor
OUR_ITEM_CONTAINER_WIDGET - Static variable in class org.osbot.rs07.api.Trade
 
OurOffer() - Constructor for class org.osbot.rs07.api.Trade.OurOffer
 
Outcome - Interface in org.osbot.rs07.api.ai.domain.outcome
Base abstract class for outcomes An outcome is something that can be obtained
overrideOSBotRandom(RandomSolver) - Method in class org.osbot.rs07.event.RandomExecutor
 
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