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 

T

Tab - Enum in org.osbot.rs07.api.ui
Represents a game tab (such as combat options, or skills, or quests, inventory, etc...)
Tabs - Class in org.osbot.rs07.api
Represents the API for tab functionality.
Tabs() - Constructor for class org.osbot.rs07.api.Tabs
 
tabs - Variable in class org.osbot.rs07.script.MethodProvider
The Tabs instance.
takeScreenshot() - Static method in class org.osbot.rs07.api.util.Utilities
Takes a screenshot and saves it in your OSBot directory's "screenshots" folder.
targeted(Character) - Method in class org.osbot.rs07.api.Projectiles
Gets a list with projectiles that are targeting a given Character
TEMPLATE_ID - Static variable in class org.osbot.rs07.api.model.Item
 
terminate() - Method in class org.osbot.rs07.event.EventExecutor
 
terminate() - Method in class org.osbot.rs07.event.RandomExecutor
 
THEIR_ITEM_CONTAINER_WIDGET - Static variable in class org.osbot.rs07.api.Trade
 
TheirOffer() - Constructor for class org.osbot.rs07.api.Trade.TheirOffer
 
time - Variable in class org.osbot.rs07.api.ai.domain.outcome.AbstractOutcome
 
Time - Class in org.osbot.rs07.api.ai.util
Defines a time span
Time(Time.Unit, long) - Constructor for class org.osbot.rs07.api.ai.util.Time
Constructor
time - Variable in class org.osbot.rs07.input.mouse.awt.BotMouseEvent
 
Time.Unit - Enum in org.osbot.rs07.api.ai.util
 
toBottom() - Method in class org.osbot.rs07.api.Camera
Rotates the camera pitch to the lowest angle possible.
toEntity(Entity) - Method in class org.osbot.rs07.api.Camera
Moves the camera to the specified entity, stopping when the entity is within the gamescreen.
toEntityMouse(Entity) - Method in class org.osbot.rs07.api.Camera
Moves the camera to an entity using the mouse for control
toEntityMouse(Position, Entity) - Method in class org.osbot.rs07.api.Camera
Moves the camera to an entity using the mouse for control
toggleAutoRetaliate(boolean) - Method in class org.osbot.rs07.api.Combat
Sets your auto retaliate to activated or disabled.
toggleSpecialAttack(boolean) - Method in class org.osbot.rs07.api.Combat
A convenience method for Combat.toggleSpecialAttack(boolean) with useOrb provided as true
toggleSpecialAttack(boolean, boolean) - Method in class org.osbot.rs07.api.Combat
Sets your special attack to activated or disabled.
toPosition(Position) - Method in class org.osbot.rs07.api.Camera
Moves the camera to the specified position, stopping when the position is within the gamescreen.
toPositionMouse(Position) - Method in class org.osbot.rs07.api.Camera
Moves the camera to an entity using the mouse for control
toPositionMouse(Position, Position) - Method in class org.osbot.rs07.api.Camera
Moves the camera to a position using the mouse for control
toString() - Method in class org.osbot.rs07.api.ai.domain.requirement.CombatLevelRequirement
toString() - Method in class org.osbot.rs07.api.ai.domain.requirement.DiaryRequirement
toString() - Method in class org.osbot.rs07.api.ai.domain.requirement.ItemRequirement
toString() - Method in class org.osbot.rs07.api.ai.domain.requirement.QuestRequirement
toString() - Method in class org.osbot.rs07.api.ai.domain.requirement.SkillRequirement
toString() - Method in class org.osbot.rs07.api.ai.domain.requirement.ZeahFavourRequirement
toString() - Method in class org.osbot.rs07.api.ai.domain.restriction.DiaryRestriction
toString() - Method in class org.osbot.rs07.api.ai.domain.restriction.ItemRestriction
toString() - Method in class org.osbot.rs07.api.ai.domain.restriction.QuestRestriction
toString() - Method in class org.osbot.rs07.api.ai.domain.restriction.SkillRestriction
toString() - Method in class org.osbot.rs07.api.ai.domain.restriction.ZeahFavourRestriction
toString() - Method in class org.osbot.rs07.api.map.Area
Returns Position#toString() for all positions within the area
toString() - Method in class org.osbot.rs07.api.map.Position
Returns this position in string format (x=this.x, y=this.y, z=this.y).
toString() - Method in class org.osbot.rs07.api.model.Item
toString() - Method in class org.osbot.rs07.api.ui.RS2Widget
toString() - Method in enum org.osbot.rs07.api.ui.Skill
 
toString() - Method in class org.osbot.rs07.script.ScriptQueue.ScriptQueueItem
 
toTop() - Method in class org.osbot.rs07.api.Camera
Rotates the camera pitch to the highest angle possible.
Trade - Class in org.osbot.rs07.api
Represents the API for trade functionality.
Trade() - Constructor for class org.osbot.rs07.api.Trade
 
trade - Variable in class org.osbot.rs07.script.MethodProvider
The Trade instance.
Trade.OfferOwner - Enum in org.osbot.rs07.api
The owner of an offer.
Trade.OurOffer - Class in org.osbot.rs07.api
 
Trade.RequestListener - Class in org.osbot.rs07.api
 
Trade.TheirOffer - Class in org.osbot.rs07.api
 
TradeOfferItemDestination - Class in org.osbot.rs07.input.mouse
 
TradeOfferItemDestination(Bot, Trade.OfferOwner, int) - Constructor for class org.osbot.rs07.input.mouse.TradeOfferItemDestination
 
TRADING_WIDGET_ID - Static variable in class org.osbot.rs07.api.Inventory
 
translate(int, int) - Method in class org.osbot.rs07.api.map.Position
Creates a cloned instance of this position with the given translation.
translate(int, int, int) - Method in class org.osbot.rs07.api.map.Position
Creates a cloned instance of this position with the given translation.
translate(int, int, int) - Method in class org.osbot.rs07.api.model.Model
translates the model.
TripleModeled<C extends org.osbot.core.accessor.Adapter<?>> - Class in org.osbot.rs07.api.model
Represents an object with at least 3 references to an Animable instance.
TripleModeled(C) - Constructor for class org.osbot.rs07.api.model.TripleModeled
Constructor
tryFinishLoading() - Method in class org.osbot.rs07.Bot
Deprecated.
typeContinualKey(char, Condition) - Method in class org.osbot.rs07.api.Keyboard
Types in one character as long as the specified condition evaluates to false with the specified modifiers.
typeContinualKey(char, int, Condition) - Method in class org.osbot.rs07.api.Keyboard
Types in one character as long as the specified condition evaluates to false with the specified modifiers.
typeContinualKey(char, int, boolean, Condition) - Method in class org.osbot.rs07.api.Keyboard
Types in one character as long as the specified condition evaluates to false with the specified modifiers finishing up with enter as specified.
typeEnter() - Method in class org.osbot.rs07.api.Keyboard
 
typeEscape() - Method in class org.osbot.rs07.api.Keyboard
 
typeFKey(int) - Method in class org.osbot.rs07.api.Keyboard
 
typeKey(char) - Method in class org.osbot.rs07.api.Keyboard
Types in one character.
typeKey(char, int) - Method in class org.osbot.rs07.api.Keyboard
Types in one character with the specified modifiers.
typeKey(char, int, boolean) - Method in class org.osbot.rs07.api.Keyboard
Types in one character with the specified modifiers finishing up with enter as specified.
typeKey(char, int, int, boolean) - Method in class org.osbot.rs07.api.Keyboard
Types in one character for the specified amount of time in milliseconds with the specified modifiers finishing up with enter as specified.
TypeKeyEvent - Class in org.osbot.rs07.input.keyboard
Represents an event which executes the task of sending a key event to the client.
TypeKeyEvent(char, int, int, boolean) - Constructor for class org.osbot.rs07.input.keyboard.TypeKeyEvent
Creates a type key event.
typeString(String) - Method in class org.osbot.rs07.api.Keyboard
Types a string and finishes up with enter.
typeString(String, boolean) - Method in class org.osbot.rs07.api.Keyboard
Types a string and finishes up with enter as specified.
TypeStringEvent - Class in org.osbot.rs07.input.keyboard
Represents an event which executes the task of sending a string by sending the separate key events to the client.
TypeStringEvent(String) - Constructor for class org.osbot.rs07.input.keyboard.TypeStringEvent
Creates an instance of this event that sends a string and finishes up with the enter key event.
TypeStringEvent(String, boolean) - Constructor for class org.osbot.rs07.input.keyboard.TypeStringEvent
Creates an instance of this event that send a string and finished up with the enter key event as specified.
TZHAAR - Static variable in class org.osbot.rs07.api.map.constants.Banks
 
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