A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- A - org.dreambot.api.input.event.impl.keyboard.awt.Key
- A_KINGDOM_DIVIDED - org.dreambot.api.methods.quest.book.PaidQuest
- A_NIGHT_AT_THE_THEATRE - org.dreambot.api.methods.quest.book.PaidQuest
- A_PORCINE_OF_INTEREST - org.dreambot.api.methods.quest.book.PaidQuest
- A_SOULS_BANE - org.dreambot.api.methods.quest.book.PaidQuest
- A_TAIL_OF_TWO_CATS - org.dreambot.api.methods.quest.book.PaidQuest
- AbsoluteHeuristic - Class in org.dreambot.api.methods.walking.pathfinding.impl.local
- AbsoluteHeuristic() - Constructor for class org.dreambot.api.methods.walking.pathfinding.impl.local.AbsoluteHeuristic
- AbstractEvent - Class in org.dreambot.api.input.event
-
Created with IntelliJ IDEA.
- AbstractEvent() - Constructor for class org.dreambot.api.input.event.AbstractEvent
- AbstractKeyEvent - Class in org.dreambot.api.input.event.impl.keyboard.type
-
Abstract key event class to clean up implementations
- AbstractKeyEvent() - Constructor for class org.dreambot.api.input.event.impl.keyboard.type.AbstractKeyEvent
- AbstractKeyEvent(char, KeyLocation) - Constructor for class org.dreambot.api.input.event.impl.keyboard.type.AbstractKeyEvent
- AbstractKeyEvent(Key, KeyLocation) - Constructor for class org.dreambot.api.input.event.impl.keyboard.type.AbstractKeyEvent
- AbstractMouseDestination<T> - Class in org.dreambot.api.input.mouse.destination
-
Created with IntelliJ IDEA.
- AbstractMouseDestination(T) - Constructor for class org.dreambot.api.input.mouse.destination.AbstractMouseDestination
-
Creates a new Abstract Mouse Destination from a generic type.
- AbstractMouseEvent - Class in org.dreambot.api.input.event.impl.mouse
-
Deprecated.
- AbstractMouseEvent - Class in org.dreambot.api.input.event.impl.mouse.type
-
Abstract class for sending mouse events
- AbstractMouseEvent() - Constructor for class org.dreambot.api.input.event.impl.mouse.type.AbstractMouseEvent
- AbstractMouseEvent(AbstractMouseDestination) - Constructor for class org.dreambot.api.input.event.impl.mouse.AbstractMouseEvent
-
Deprecated.
- AbstractPath<E> - Class in org.dreambot.api.methods.walking.path
-
Created with IntelliJ IDEA.
- AbstractPath() - Constructor for class org.dreambot.api.methods.walking.path.AbstractPath
- AbstractScript - Class in org.dreambot.api.script
-
This is the base class of any script to be run on the client.
- AbstractScript() - Constructor for class org.dreambot.api.script.AbstractScript
- AbstractWebNode - Class in org.dreambot.api.methods.walking.web.node
-
This is the base class of all web nodes in our WebFinder
- AbstractWebNode(int, int, int) - Constructor for class org.dreambot.api.methods.walking.web.node.AbstractWebNode
- AbstractWebNode(WebNodes.WebNode) - Constructor for class org.dreambot.api.methods.walking.web.node.AbstractWebNode
-
This shouldn't be used by end users, it's used to load our internal web.
- ABYSSAL_AREA - org.dreambot.api.methods.fairyring.FairyLocation
- ABYSSAL_NEXUS - org.dreambot.api.methods.fairyring.FairyLocation
- accept() - Method in class org.dreambot.api.script.TaskNode
-
The conditional boolean which determines if the node should execute.
- acceptTrade() - Static method in class org.dreambot.api.methods.trade.Trade
-
Accepts the trade based on which screen is currently open
- acceptTrade(int) - Static method in class org.dreambot.api.methods.trade.Trade
-
Accepts trade based on which screen you're in
- ACCOUNT_LOCKED - org.dreambot.api.methods.RSLoginResponse
- ACCOUNT_MANAGEMENT - org.dreambot.api.methods.hotkeys.TabKey
- ACCOUNT_MANAGEMENT - org.dreambot.api.methods.tabs.Tab
- ACCOUNT_TYPE - Static variable in class org.dreambot.api.methods.settings.vars.VarBit
- accountHasTotpKey() - Method in class org.dreambot.api.script.ScriptManager
- AccountManager - Class in org.dreambot.api.utilities
- AccountManager() - Constructor for class org.dreambot.api.utilities.AccountManager
- ACTION_TRADE - Static variable in class org.dreambot.api.methods.container.impl.Shop
- ActionEvent - Class in org.dreambot.api.script.event.impl
- ActionEvent(int, int, int, int, int, int, String, String, int, int) - Constructor for class org.dreambot.api.script.event.impl.ActionEvent
- ActionFilter<E extends Entity> - Class in org.dreambot.api.methods.filter.impl
-
Created with IntelliJ IDEA.
- ActionFilter(String...) - Constructor for class org.dreambot.api.methods.filter.impl.ActionFilter
- ActionListener - Interface in org.dreambot.api.script.listener
-
This is an action listener used by scripts or other classes Events sent by a threaded action listener, only dispatched while a script is running.
- ActionMode - Enum in org.dreambot.api.data
- ACTIVITIES - org.dreambot.api.ClientSettings.SettingsTab
- add(int, Item) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
- add(int, Item) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Adds an item manually to the inventory collection at the given index Not recommended unless you know what you're doing
- add(int, Item) - Static method in class org.dreambot.api.methods.container.impl.Shop
- add(int, Item) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
- add(E) - Method in class org.dreambot.api.methods.walking.path.AbstractPath
- add(String) - Static method in class org.dreambot.api.methods.ignore.IgnoredProvider
- add(Requirement) - Method in class org.dreambot.api.data.requirements.Requirement
- add(Player) - Static method in class org.dreambot.api.methods.ignore.IgnoredProvider
- add(Item) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
- add(Item) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Adds an item manually to the Inventory collection Not recommended unless you know what you're doing.
- add(Item) - Static method in class org.dreambot.api.methods.container.impl.Shop
- add(Item) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
- addAccount(String, String, String) - Static method in class org.dreambot.api.utilities.AccountManager
-
Adds an account with the given nickname, username, and password.
- addAccount(String, String, String, String, String) - Static method in class org.dreambot.api.utilities.AccountManager
-
Adds an account with the given nickname, username, password, bank pin, and totp key
- addAccount(String, String, String, String, String, String, String) - Static method in class org.dreambot.api.utilities.AccountManager
-
Adds an account with the given nickname, username, password, bank pin, and totp key
- addAll(E...) - Method in class org.dreambot.api.methods.walking.path.AbstractPath
- addAll(Collection<? extends E>) - Method in class org.dreambot.api.methods.walking.path.AbstractPath
- addBlacklistedNode(AbstractWebNode) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
- addBlacklistedTile(Tile) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.PathFinder
-
This will add a tile to not be allowed in the final LocalPath calculated.
- addBranches(Branch...) - Method in class org.dreambot.api.script.frameworks.treebranch.Root
-
Adds
Branch
s to this Root Automatically sets the Branch parent to this root - addBranches(Leaf...) - Method in class org.dreambot.api.script.frameworks.treebranch.TreeScript
- addBuyItem(String) - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Adds an item to the buy offer Now checks if there's already an item selected, if it's the wrong item it will attempt to click the back button instead.
- addBuyItem(Item) - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Adds an item to the buy offer Now checks if there's already an item selected, if it's the wrong item it will attempt to click the back button instead.
- addConnections(Queue<WebPathNode>, Set<WebPathNode>) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathNode
- addConnections(AbstractWebNode...) - Method in class org.dreambot.api.methods.walking.web.node.AbstractWebNode
-
Deprecated.
- addCustomWebPath(CustomWebPath) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
- addDialogueOptions(String...) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.impl.PassableObstacle
- addDualConnections(AbstractWebNode...) - Method in class org.dreambot.api.methods.walking.web.node.AbstractWebNode
-
Adds a two-way connection between this node and each of the given nodes.
- addEventListener(EventListener) - Method in class org.dreambot.core.Instance
- addFriend(String) - Static method in class org.dreambot.api.methods.friend.Friends
-
Adds a given name to your friend's list
- addFriend(Player) - Static method in class org.dreambot.api.methods.friend.Friends
-
Adds a
Player
to your friend's list SeeFriends.addFriend(String)
- addIncomingConnections(AbstractWebNode...) - Method in class org.dreambot.api.methods.walking.web.node.AbstractWebNode
-
Adds incoming connections from the given nodes to this node Does NOT connect this node to the given list of nodes.
- addItem(int, int) - Static method in class org.dreambot.api.methods.trade.Trade
-
Adds an item from your inventory to trade screen.
- addItem(String, int) - Static method in class org.dreambot.api.methods.trade.Trade
-
Adds an item from your inventory to trade screen.
- addItem(Item, int) - Static method in class org.dreambot.api.methods.trade.Trade
-
Adds an item from your inventory to trade screen.
- ADDITION - org.dreambot.api.utilities.ShiftKeys
- addLeaves(Leaf...) - Method in class org.dreambot.api.script.frameworks.treebranch.Branch
-
Add leaves to this branch
- addListener(EventListener) - Method in class org.dreambot.api.script.ScriptManager
- addLocationToIgnoreRequirements(FairyLocation) - Static method in class org.dreambot.api.methods.walking.web.node.impl.pathaware.FairyRingWebNode
- addModifierFromClick(MouseButton) - Static method in class org.dreambot.api.input.Mouse
-
Adds to the current modifier based on the
MouseButton.getMask()
called before aMouseEvent.MOUSE_PRESSED
event - addNexus(HousePortal) - Static method in class org.dreambot.api.methods.walking.web.node.impl.teleports.TeleportSettings
- addNode(Tile) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
-
Creates and adds a new BasicWebNode at the provided tile and connects it to the nearest web node in our web
- addNode(Tile) - Method in class org.dreambot.api.methods.walking.web.node.CustomWebPath
-
see
CustomWebPath.addNode(Tile, boolean)
with default of True - addNode(Tile, boolean) - Method in class org.dreambot.api.methods.walking.web.node.CustomWebPath
-
Creates a
BasicWebNode
and adds it to this custom web path usingCustomWebPath.addNode(AbstractWebNode, boolean)
- addNode(AbstractWebNode) - Method in class org.dreambot.api.methods.walking.web.node.CustomWebPath
-
Adds a web node to this custom path using
CustomWebPath.addNode(AbstractWebNode, boolean)
with a default of True - addNode(AbstractWebNode, boolean) - Method in class org.dreambot.api.methods.walking.web.node.CustomWebPath
-
Adds a web node to the end of this path's list.
- addNodes(Tile...) - Method in class org.dreambot.api.methods.walking.web.node.CustomWebPath
-
Adds each Tile using
CustomWebPath.addNode(Tile, boolean)
with a default of True - addNodes(AbstractWebNode...) - Method in class org.dreambot.api.methods.walking.web.node.CustomWebPath
-
Adds each node using
CustomWebPath.addNode(AbstractWebNode, boolean)
with a default of True - addNodes(TaskNode...) - Method in class org.dreambot.api.script.impl.TaskScript
-
Add nodes to task list.
- addObstacle(PathObstacle) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.PathFinder
-
Adds an obstacle to the available obstacle choices list
- addObstacleActions(String...) - Static method in class org.dreambot.api.methods.map.Map
-
Deprecated.no longer used, please use
PathFinder.addObstacle(PathObstacle)
instead - addOutgoingConnections(AbstractWebNode...) - Method in class org.dreambot.api.methods.walking.web.node.AbstractWebNode
-
Adds outgoing connections from this node to the given list of nodes.
- ADDRESS_BLOCKED - org.dreambot.api.methods.RSLoginResponse
- addSellItem(String) - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Adds an item to the sell offer
- addSellItem(Item) - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Adds an item to the sell offer
- addStoredAuth(String, int) - Static method in class org.dreambot.api.ClientSettings
- addTileCondition(Tile, Condition) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.PathFinder
- addToBankHistoryCache(Item) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
This allows you to add an item to the bank history cache, it should only be necessary if you're doing things outside our API.
- addToFront(E) - Method in class org.dreambot.api.methods.walking.path.AbstractPath
- addWebNode(AbstractWebNode) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
-
This adds a custom web node to our standard web nodes without adding any connections automatically
- addWebNodes(AbstractWebNode...) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
-
This just calls addWebNode for each web node passed in
- addWebOnlyObstacleTile(Tile) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.PathFinder
-
Adds a tile for the local walker to ignore obstacles
- addWidgetChild(int, WidgetChild) - Method in class org.dreambot.api.methods.widget.Widget
- ADEPT_REANIMATION - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- ADEPT_REANIMATION - org.dreambot.api.methods.magic.Arceuus
- ADMINISTRATOR - org.dreambot.api.methods.ForumRank
- ADVERTISER - org.dreambot.api.methods.ForumRank
- AGILITY - org.dreambot.api.methods.skills.Skill
- AGILITY - org.dreambot.api.script.Category
- AGILITY_NODE - org.dreambot.api.methods.walking.web.node.WebNodeType
- AgilityWebNode - Class in org.dreambot.api.methods.walking.web.node.impl
-
Represents a agility node
- AgilityWebNode(int, int) - Constructor for class org.dreambot.api.methods.walking.web.node.impl.AgilityWebNode
- AgilityWebNode(int, int, int) - Constructor for class org.dreambot.api.methods.walking.web.node.impl.AgilityWebNode
- AgilityWebNode(WebNodes.WebNode) - Constructor for class org.dreambot.api.methods.walking.web.node.impl.AgilityWebNode
- AIR_ALTAR - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- AL_KHARID - org.dreambot.api.methods.container.impl.bank.BankLocation
- AL_KHARID - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- AL_KHARID - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.JewelryBox
- ALDARIN - org.dreambot.api.methods.container.impl.bank.BankLocation
- ALDARIN - org.dreambot.api.methods.fairyring.FairyLocation
- ALDARIN_POH_OUTSIDE - org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
- ALDARIN_POH_OUTSIDE_TAB - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- ALFRED_GRIMHANDS_BARCRAWL - org.dreambot.api.methods.quest.book.MiniQuest
- all() - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Gets the items in your bank
- all() - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
- all() - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Gets the items in your inventory
- all() - Static method in class org.dreambot.api.methods.container.impl.Shop
- all() - Static method in class org.dreambot.api.methods.depositbox.DepositBox
- all() - Static method in class org.dreambot.api.methods.friend.Friends
-
Gets a list of your friends
- all() - Static method in class org.dreambot.api.methods.ignore.IgnoredProvider
- all() - Static method in class org.dreambot.api.methods.interactive.GameObjects
- all() - Static method in class org.dreambot.api.methods.interactive.GraphicsObjects
- all() - Static method in class org.dreambot.api.methods.interactive.NPCs
- all() - Static method in class org.dreambot.api.methods.interactive.Players
- all() - Static method in class org.dreambot.api.methods.interactive.Projectiles
- all() - Static method in class org.dreambot.api.methods.item.GroundItems
- all() - Static method in class org.dreambot.api.methods.world.Worlds
-
Gets a List of all the worlds
- all(Integer...) - Static method in class org.dreambot.api.methods.interactive.GameObjects
- all(Integer...) - Static method in class org.dreambot.api.methods.interactive.GraphicsObjects
- all(Integer...) - Static method in class org.dreambot.api.methods.interactive.NPCs
- all(Integer...) - Static method in class org.dreambot.api.methods.interactive.Players
- all(Integer...) - Static method in class org.dreambot.api.methods.interactive.Projectiles
- all(Integer...) - Static method in class org.dreambot.api.methods.item.GroundItems
- all(String...) - Static method in class org.dreambot.api.methods.interactive.GameObjects
- all(String...) - Static method in class org.dreambot.api.methods.interactive.NPCs
- all(String...) - Static method in class org.dreambot.api.methods.interactive.Players
- all(String...) - Static method in class org.dreambot.api.methods.item.GroundItems
- all(Filter<GraphicsObject>) - Static method in class org.dreambot.api.methods.interactive.GraphicsObjects
- all(Filter<Projectile>) - Static method in class org.dreambot.api.methods.interactive.Projectiles
- all(Filter<GameObject>) - Static method in class org.dreambot.api.methods.interactive.GameObjects
- all(Filter<NPC>) - Static method in class org.dreambot.api.methods.interactive.NPCs
- all(Filter<Player>) - Static method in class org.dreambot.api.methods.interactive.Players
- all(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
A list of all the non-null items that match the given filter Filters out null before checking against the filter
- all(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
A list of all the filtered items.
- all(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
A list of all the items.
- all(Filter<World>) - Static method in class org.dreambot.api.methods.world.Worlds
-
Returns a List of all worlds that match the given Filter
- all(Filter<GroundItem>) - Static method in class org.dreambot.api.methods.item.GroundItems
- all(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
A list of all the filtered items.
- all(Filter<Item>) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
-
A list of all the filtered items.
- ALL - org.dreambot.api.methods.container.impl.bank.BankQuantitySelection
- ALL - Static variable in class org.dreambot.api.methods.grandexchange.GrandExchange
- ALREADY_LOGGED_IN - org.dreambot.api.methods.RSLoginResponse
- ALT - org.dreambot.api.input.event.impl.keyboard.awt.Key
- ALWAYS_RIGHT - org.dreambot.api.methods.hotkeys.NPCAttackOption
- ALWAYS_RIGHT - org.dreambot.api.methods.hotkeys.PlayerAttackOption
- ALWAYS_RIGHT_CLICK - org.dreambot.api.data.ActionMode
- AMPERSAND - org.dreambot.api.utilities.ShiftKeys
- AMPERSAT - org.dreambot.api.utilities.ShiftKeys
- AMULET - org.dreambot.api.methods.container.impl.equipment.EquipmentSlot
- ANCHOVY_PIZZA - org.dreambot.api.data.consumables.Food
- Ancient - Enum in org.dreambot.api.methods.magic
-
Created by Pandemic
- ANCIENT - org.dreambot.api.methods.magic.Spellbook
- ANCIENT_VAULT - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- and(Filter<? super T>) - Method in interface org.dreambot.api.methods.filter.Filter
- and(Condition) - Method in interface org.dreambot.api.utilities.impl.Condition
- AND - org.dreambot.api.input.event.impl.keyboard.awt.Key
- ANGLE_BRACKET_CLOSE - org.dreambot.api.utilities.ShiftKeys
- ANGLE_BRACKET_OPEN - org.dreambot.api.utilities.ShiftKeys
- ANGLERFISH - org.dreambot.api.data.consumables.Food
- ANGRY - org.dreambot.api.methods.emotes.Emote
- AnimableGameObject - Class in org.dreambot.api.wrappers.interactive
- ANIMAL_MAGNETISM - org.dreambot.api.methods.quest.book.PaidQuest
- AnimationListener - Interface in org.dreambot.api.script.listener
-
This is an animation listener used by scripts or other classes Events sent by a threaded animation listener, only dispatched while a script is running.
- Animations - Class in org.dreambot.api.methods
-
A helper class containing certain, commonly used animation ids.
- Animations() - Constructor for class org.dreambot.api.methods.Animations
- AnimationSequenceWrapper - Class in org.dreambot.api.wrappers.cache.nodes
- AnimationSequenceWrapper(Object) - Constructor for class org.dreambot.api.wrappers.cache.nodes.AnimationSequenceWrapper
- ANNAKARL - org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
- ANNAKARL - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.HousePortal
- ANNAKARL_TAB - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- ANNAKARL_TELEPORT - org.dreambot.api.methods.magic.Ancient
- ANOTHER_CLAN - org.dreambot.api.methods.clan.chat.ClanChatTab
- ANOTHER_SLICE_OF_HAM - org.dreambot.api.methods.quest.book.PaidQuest
- AnyRequirement - Class in org.dreambot.api.methods.diary.requirement.impl
-
Deprecated.
- AnyRequirement(Requirement...) - Constructor for class org.dreambot.api.methods.diary.requirement.impl.AnyRequirement
-
Deprecated.
- APE_ATOLL - org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
- APE_ATOLL_DUNGEON - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.HousePortal
- APE_ATOLL_TAB - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- APE_ATOLL_TELEPORT - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- APE_ATOLL_TELEPORT - org.dreambot.api.methods.magic.Arceuus
- APE_ATOLL_TELEPORT - org.dreambot.api.methods.magic.Normal
- APPLE_PIE - org.dreambot.api.data.consumables.Food
- Arceus - Enum in org.dreambot.api.methods.magic
-
Deprecated.see
Arceuus
- ARCEUS_HOME_TELEPORT - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- ARCEUS_HOME_TELEPORT - org.dreambot.api.methods.magic.Arceuus
- ARCEUS_LIBRARY - org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
- Arceuus - Enum in org.dreambot.api.methods.magic
-
Created by Pandemic
- ARCEUUS - org.dreambot.api.methods.container.impl.bank.BankLocation
- ARCEUUS - org.dreambot.api.methods.diary.requirement.impl.FavourRequirement.House
-
Deprecated.
- ARCEUUS - org.dreambot.api.methods.favour.House
- ARCEUUS - org.dreambot.api.methods.magic.Spellbook
- ARCEUUS_LIBRARY - org.dreambot.api.methods.fairyring.FairyLocation
- ARCEUUS_LIBRARY - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.HousePortal
- ARCEUUS_LIBRARY_TAB - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- ARCEUUS_LIBRARY_TELEPORT - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- ARCEUUS_LIBRARY_TELEPORT - org.dreambot.api.methods.magic.Arceuus
- ARCHITECTURAL_ALLIANCE - org.dreambot.api.methods.quest.book.MiniQuest
- ARDOUGNE - org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
- ARDOUGNE_NORTH - org.dreambot.api.methods.container.impl.bank.BankLocation
- ARDOUGNE_SOUTH - org.dreambot.api.methods.container.impl.bank.BankLocation
- ARDOUGNE_TAB - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- ARDOUGNE_TELEPORT - org.dreambot.api.methods.magic.Normal
- ARDOUGNE_ZOO - org.dreambot.api.methods.fairyring.FairyLocation
- ArdougneDiary - Class in org.dreambot.api.methods.diary
- ArdougneDiary() - Constructor for class org.dreambot.api.methods.diary.ArdougneDiary
- Area - Class in org.dreambot.api.methods.map
- Area(int, int, int, int) - Constructor for class org.dreambot.api.methods.map.Area
-
Creates a rectangular area using basic coordinates for plane 0.
- Area(int, int, int, int, int) - Constructor for class org.dreambot.api.methods.map.Area
-
Creates a rectangular area using basic coordinates.
- Area(Tile...) - Constructor for class org.dreambot.api.methods.map.Area
- Area(Tile, Tile) - Constructor for class org.dreambot.api.methods.map.Area
-
Creates an Area based on the northeast and southwest corner tiles (both inclusive)
- AREA_DESTINATION - Static variable in class org.dreambot.api.input.mouse.destination.AbstractMouseDestination
- AREA_SOUND_PLAYER_SETTING - Static variable in class org.dreambot.api.methods.settings.vars.VarPlayer
- AreaDestination - Class in org.dreambot.api.input.mouse.destination.impl.shape
- AreaDestination(Area) - Constructor for class org.dreambot.api.input.mouse.destination.impl.shape.AreaDestination
-
Creates a destination from a given
Area
- AreaFilter<E extends Locatable> - Class in org.dreambot.api.methods.filter.impl
-
Created with IntelliJ IDEA.
- AreaFilter(Area) - Constructor for class org.dreambot.api.methods.filter.impl.AreaFilter
- areChatEffectsEnabled() - Static method in class org.dreambot.api.ClientSettings
-
Checks if chat effects are enabled
- areCollectionLogNotificationsEnabled() - Static method in class org.dreambot.api.ClientSettings
- areCollectionLogPopupsEnabled() - Static method in class org.dreambot.api.ClientSettings
- areDataOrbsEnabled() - Static method in class org.dreambot.api.ClientSettings
-
Checks if data orbs are enabled
- areItemPilesOnDeathEnabled() - Static method in class org.dreambot.api.ClientSettings
-
Checks if item piles on death are enabled
- areLootNotificationsEnabled() - Static method in class org.dreambot.api.ClientSettings
-
Checks whether loot notifications are enabled or not
- areOptionsAvailable() - Static method in class org.dreambot.api.methods.dialogues.Dialogues
-
Checks if there are any available options that you can click on
- areRoofsHidden() - Static method in class org.dreambot.api.ClientSettings
-
Checks if roofs are currently set to hidden
- areRunesAutoPouching() - Static method in class org.dreambot.api.ClientSettings
- args - Variable in class org.dreambot.api.script.ScriptManager
- ARROWS - org.dreambot.api.methods.container.impl.equipment.EquipmentSlot
- ASCENDING - org.dreambot.api.methods.walking.TileObstacle.Type
- ASTERISK - org.dreambot.api.input.event.impl.keyboard.awt.Key
- ASTERISK - org.dreambot.api.utilities.ShiftKeys
- AT - org.dreambot.api.input.event.impl.keyboard.awt.Key
- AT_FIRST_LIGHT - org.dreambot.api.methods.quest.book.PaidQuest
- attachToWeb() - Method in class org.dreambot.api.methods.walking.web.node.CustomWebPath
-
Attaches this custom web path into the global web
- attachToWeb(boolean, boolean) - Method in class org.dreambot.api.methods.walking.web.node.CustomWebPath
-
Attaches this custom web path into the global web Will automatically call
CustomWebPath.connectStartToClosestNode()
andCustomWebPath.connectEndToClosestNode()
based on the parameters passed - ATTACK - org.dreambot.api.methods.combat.CombatStyle
- ATTACK - org.dreambot.api.methods.skills.Skill
- AUDIO - org.dreambot.api.ClientSettings.SettingsTab
- AUGURY - org.dreambot.api.methods.prayer.Prayer
- AUSTRALIA - org.dreambot.api.methods.world.Location
- AUTH - org.dreambot.api.methods.login.LoginStage
- author() - Method in annotation type org.dreambot.api.script.ScriptManifest
- AUTO - org.dreambot.api.wrappers.widgets.message.MessageType
- AUTO_RETALIATE_SETTING - Static variable in class org.dreambot.api.methods.settings.vars.VarPlayer
- availableTabs() - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Gets the number of tabs currently available
- AVIUM_SAVANNAH - org.dreambot.api.methods.fairyring.FairyLocation
B
- B - org.dreambot.api.input.event.impl.keyboard.awt.Key
- BACK_QUOTE - org.dreambot.api.input.event.impl.keyboard.awt.Key
- BACK_SLASH - org.dreambot.api.input.event.impl.keyboard.awt.Key
- BACKSPACE - org.dreambot.api.input.event.impl.keyboard.awt.Key
- BACKWARD - org.dreambot.api.methods.walking.path.PathDirection
- BAD_AUTH_CODE - org.dreambot.api.methods.RSLoginResponse
- BAD_SESSION - org.dreambot.api.methods.RSLoginResponse
- BAKE_PIE - org.dreambot.api.methods.magic.Lunar
- BANDIT_CAMP - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- Bank - Class in org.dreambot.api.methods.container.impl.bank
- BANK - org.dreambot.api.methods.container.general.ItemContainerId
- BANK - org.dreambot.api.methods.container.impl.ContainerType
- BANK_NODE - org.dreambot.api.methods.walking.web.node.WebNodeType
- BANK_NOTIFICATION - org.dreambot.api.randoms.RandomEvent
- BANK_PIN - org.dreambot.api.randoms.RandomEvent
- BANK_PIN_CONFIRM - org.dreambot.api.randoms.RandomEvent
- BANK_TUTORIAL - org.dreambot.api.randoms.RandomEvent
- BankItemEvent - Class in org.dreambot.api.script.event.impl
- BankItemEvent(Item) - Constructor for class org.dreambot.api.script.event.impl.BankItemEvent
- BankItemEvent(Item, Item) - Constructor for class org.dreambot.api.script.event.impl.BankItemEvent
- BankLocation - Enum in org.dreambot.api.methods.container.impl.bank
- BANKMAIN_SEARCHING - Static variable in class org.dreambot.api.methods.cs2.ScriptId
- BankMode - Enum in org.dreambot.api.methods.container.impl.bank
-
Created with IntelliJ IDEA.
- BankPinConfirmSolver - Class in org.dreambot.api.randoms
- BankPinConfirmSolver() - Constructor for class org.dreambot.api.randoms.BankPinConfirmSolver
- BankPinSolver - Class in org.dreambot.api.randoms
- BankPinSolver() - Constructor for class org.dreambot.api.randoms.BankPinSolver
- BankQuantitySelection - Enum in org.dreambot.api.methods.container.impl.bank
-
Created with IntelliJ IDEA.
- BankScroll - Enum in org.dreambot.api.methods.container.impl.bank
- BankTab - Enum in org.dreambot.api.methods.container.impl.bank
-
Enum holding Bank Tab information such as configs and widget ID's
- BankType - Enum in org.dreambot.api.methods.container.impl.bank
- BankWebNode - Class in org.dreambot.api.methods.walking.web.node.impl
-
Bank web node
- BankWebNode(int, int) - Constructor for class org.dreambot.api.methods.walking.web.node.impl.BankWebNode
- BankWebNode(int, int, int) - Constructor for class org.dreambot.api.methods.walking.web.node.impl.BankWebNode
- BankWebNode(WebNodes.WebNode) - Constructor for class org.dreambot.api.methods.walking.web.node.impl.BankWebNode
- BANNED - org.dreambot.api.methods.ForumRank
- BANNED_2 - org.dreambot.api.methods.ForumRank
- BARBARIAN - org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
- BARBARIAN_ASSAULT - org.dreambot.api.methods.minigame.Minigame
- BARBARIAN_ASSAULT - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- BARBARIAN_ASSAULT - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.JewelryBox
- BARBARIAN_OUTPOST - org.dreambot.api.methods.container.impl.bank.BankLocation
- BARBARIAN_TAB - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- BARBARIAN_TELEPORT - org.dreambot.api.methods.magic.Lunar
- BARBARIAN_TRAINING - org.dreambot.api.methods.quest.book.MiniQuest
- BARROWS - org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
- BARROWS - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.HousePortal
- BARROWS_CHEST - org.dreambot.api.methods.container.general.ItemContainerId
- BARROWS_TAB - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- BARROWS_TELEPORT - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- BARROWS_TELEPORT - org.dreambot.api.methods.magic.Arceuus
- BASIC_NODE - org.dreambot.api.methods.walking.web.node.WebNodeType
- BASIC_REANIMATION - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- BASIC_REANIMATION - org.dreambot.api.methods.magic.Arceuus
- BasicWebNode - Class in org.dreambot.api.methods.walking.web.node.impl
-
Basic web node, which stores connections and location.
- BasicWebNode(int, int) - Constructor for class org.dreambot.api.methods.walking.web.node.impl.BasicWebNode
- BasicWebNode(int, int, int) - Constructor for class org.dreambot.api.methods.walking.web.node.impl.BasicWebNode
- BasicWebNode(WebNodes.WebNode) - Constructor for class org.dreambot.api.methods.walking.web.node.impl.BasicWebNode
- BASS - org.dreambot.api.data.consumables.Food
- BATTLEFRONT - org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
- BATTLEFRONT - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.HousePortal
- BATTLEFRONT_TAB - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- BATTLEFRONT_TELEPORT - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- BATTLEFRONT_TELEPORT - org.dreambot.api.methods.magic.Arceuus
- BEAR_YOUR_SOUL - org.dreambot.api.methods.quest.book.MiniQuest
- BECKON - org.dreambot.api.methods.emotes.Emote
- BELOW_ICE_MOUNTAIN - org.dreambot.api.methods.quest.book.FreeQuest
- BENEATH_CURSED_SANDS - org.dreambot.api.methods.quest.book.PaidQuest
- BETA - org.dreambot.api.methods.world.WorldType
- BETWEEN_A_ROCK - org.dreambot.api.methods.quest.book.PaidQuest
- BIG_CHOMPY_BIRD_HUNTING - org.dreambot.api.methods.quest.book.PaidQuest
- BIND - org.dreambot.api.methods.magic.Normal
- BIOHAZARD - org.dreambot.api.methods.quest.book.PaidQuest
- BLACK_KNIGHTS_FORTRESS - org.dreambot.api.methods.quest.book.FreeQuest
- BLAST_FURNACE - org.dreambot.api.methods.container.impl.bank.BankLocation
- BLAST_FURNACE - org.dreambot.api.methods.minigame.Minigame
- BLIGHTED_ANGLERFISH - org.dreambot.api.data.consumables.Food
- BLIGHTED_KARAMBWAN - org.dreambot.api.data.consumables.Food
- BLIGHTED_MANTA_RAY - org.dreambot.api.data.consumables.Food
- BLOCK_FLOOR - Static variable in class org.dreambot.api.methods.walking.pathfinding.data.TileFlags
- BLOOD_BARRAGE - org.dreambot.api.methods.magic.Ancient
- BLOOD_BLITZ - org.dreambot.api.methods.magic.Ancient
- BLOOD_BURST - org.dreambot.api.methods.magic.Ancient
- BLOOD_RUSH - org.dreambot.api.methods.magic.Ancient
- BLOW_KISS - org.dreambot.api.methods.emotes.Emote
- Bond - Class in org.dreambot.api.methods.bond
- Bond() - Constructor for class org.dreambot.api.methods.bond.Bond
- BONE_VOYAGE - org.dreambot.api.methods.quest.book.PaidQuest
- BONES_TO_BANANAS - org.dreambot.api.methods.magic.Normal
- BONES_TO_PEACHES - org.dreambot.api.methods.magic.Normal
- BOOK_HOME_TELEPORT_1 - Static variable in class org.dreambot.api.methods.Animations
- BOOK_HOME_TELEPORT_2 - Static variable in class org.dreambot.api.methods.Animations
- BOOK_HOME_TELEPORT_3 - Static variable in class org.dreambot.api.methods.Animations
- BOOK_HOME_TELEPORT_4 - Static variable in class org.dreambot.api.methods.Animations
- BOOK_HOME_TELEPORT_5 - Static variable in class org.dreambot.api.methods.Animations
- BOOST_POTION_SHARE - org.dreambot.api.methods.magic.Lunar
- BOOTH - org.dreambot.api.methods.container.impl.bank.BankType
- BoundaryObject - Class in org.dreambot.api.wrappers.interactive
- BoundaryObject(Object) - Constructor for class org.dreambot.api.wrappers.interactive.BoundaryObject
-
Note: This shouldn't be used by API users, it's an internal constructor.
- BOW - org.dreambot.api.methods.emotes.Emote
- BRACE_CLOSE - org.dreambot.api.utilities.ShiftKeys
- BRACE_OPEN - org.dreambot.api.utilities.ShiftKeys
- Branch - Class in org.dreambot.api.script.frameworks.treebranch
-
Branch of the framework, holds on to leaf children
- Branch() - Constructor for class org.dreambot.api.script.frameworks.treebranch.Branch
- BREAD - org.dreambot.api.data.consumables.Food
- BREAK - org.dreambot.api.randoms.RandomEvent
- BreakEvent - Class in org.dreambot.api.script.event.impl
- BreakEvent(AbstractBreak) - Constructor for class org.dreambot.api.script.event.impl.BreakEvent
- BreakListener - Interface in org.dreambot.api.script.listener
- BreakSolver - Class in org.dreambot.api.randoms
-
Break Solver/Handler class.
- BreakSolver() - Constructor for class org.dreambot.api.randoms.BreakSolver
- BRIGHTNESS_PLAYER_SETTING - Static variable in class org.dreambot.api.methods.settings.vars.VarPlayer
- BRIMHAVEN_POH_OUTSIDE - org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
- BRIMHAVEN_POH_OUTSIDE_TAB - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- BROADCAST - org.dreambot.api.wrappers.widgets.message.MessageType
- build() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathQuery.WebPathQueryBuilder
- build() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathResponse.WebPathResponseBuilder
- build() - Method in class org.dreambot.api.methods.walking.web.node.impl.items.RequiredItem.RequiredItemBuilder
- build() - Method in class org.dreambot.api.methods.world.World.WorldBuilder
- build(int[], String[]) - Static method in class org.dreambot.api.methods.magic.cost.Rune
- BUILD_CHATBOX - Static variable in class org.dreambot.api.methods.cs2.ScriptId
- builder() - Static method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathQuery
- builder() - Static method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathResponse
- builder() - Static method in class org.dreambot.api.methods.walking.web.node.impl.items.RequiredItem
- buildForBank(int, String) - Static method in class org.dreambot.api.wrappers.widgets.builder.MenuRowBuilder
-
Builds a MenuRow for a bank withdraw/deposit action
- buildForInventory(int, String) - Static method in class org.dreambot.api.wrappers.widgets.builder.MenuRowBuilder
-
This is for normal inventory usage, adjusts for bank, GE, and shop
- buildForSpell(Spell) - Static method in class org.dreambot.api.wrappers.widgets.builder.MenuRowBuilder
- buildForSpell(Spell, String) - Static method in class org.dreambot.api.wrappers.widgets.builder.MenuRowBuilder
- buildForWidget(WidgetChild, String, String) - Static method in class org.dreambot.api.wrappers.widgets.builder.MenuRowBuilder
-
Builds a MenuRow for a given WidgetChild with the given action and object.
- buildForWorld(int, WidgetChild) - Static method in class org.dreambot.api.wrappers.widgets.builder.MenuRowBuilder
- buildFromEntity(Entity, String) - Static method in class org.dreambot.api.wrappers.widgets.builder.MenuRowBuilder
-
Builds a menu row from a given entity with the provided action.
- buildFromGroundItem(GroundItem, String) - Static method in class org.dreambot.api.wrappers.widgets.builder.MenuRowBuilder
-
Builds a menu row from a ground item with a given action
- buildFromNpc(NPC, String) - Static method in class org.dreambot.api.wrappers.widgets.builder.MenuRowBuilder
-
Builds MenuRow for given NPC with given action
- buildFromObject(GameObject, String) - Static method in class org.dreambot.api.wrappers.widgets.builder.MenuRowBuilder
-
Builds a MenuRow for a given GameObject and a given Action
- buildFromPlayer(Player, String) - Static method in class org.dreambot.api.wrappers.widgets.builder.MenuRowBuilder
-
Builds a MenuRow from a given Player with a given action
- buildRandomManager() - Method in class org.dreambot.api.script.AbstractScript
-
Creates the random manager and thread for this script
- bulkImportAccounts(File) - Static method in class org.dreambot.api.utilities.AccountManager
-
Bulk imports accounts from a file Formats accepted: JSON: {"accounts":[ {"nickname":"Account1", "username":"[email protected]", "password":"password1234", "pin":"1234", "totp":"totp key"}, {"nickname":"Account1", "username":"[email protected]", "password":"password1234", "pin":"1234"}, {"nickname":"Account1", "username":"[email protected]", "password":"password1234", "totp":"totp key"}, {"nickname":"Account1", "username":"[email protected]", "password":"password1234"}, {"username":"[email protected]", "password":"password1234", "pin":"1234", "totp":"totp key"}, {"username":"[email protected]", "password":"password1234", "pin":"1234"}, {"username":"[email protected]", "password":"password1234", "totp":"totp key"}, {"username":"[email protected]", "password":"password1234"} ]} order agnostic nickname optional: defaults to username pin optional: defaults to empty totp optional: defaults to empty Colon Delimited: [email protected]:password1234 Account1:[email protected]:password1234 Account1:[email protected]:password1234:1234 Account1:[email protected]:password1234:1234:totp key Account1:[email protected]:password1234::totp key Given only username:password results in nickname defaulting to username
- BURGH_DE_ROTT - org.dreambot.api.methods.container.impl.bank.BankLocation
- BURGH_MORYTANIA_LEGS_3 - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- BURGH_MORYTANIA_LEGS_4 - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- BURST_OF_STRENGTH - org.dreambot.api.methods.prayer.Prayer
- BURTHORPE_GAMES_ROOM - org.dreambot.api.methods.minigame.Minigame
- BURTHORPE_GAMES_ROOM - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- BURTHORPE_GAMES_ROOM - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.JewelryBox
- BURYING_BONES - Static variable in class org.dreambot.api.methods.Animations
- BUY - org.dreambot.api.methods.grandexchange.Status
- BUY_COLLECT - org.dreambot.api.methods.grandexchange.Status
- BUY_FIFTY - Static variable in class org.dreambot.api.methods.container.impl.Shop
- BUY_FIVE - Static variable in class org.dreambot.api.methods.container.impl.Shop
- BUY_ONE - Static variable in class org.dreambot.api.methods.container.impl.Shop
- BUY_TEN - Static variable in class org.dreambot.api.methods.container.impl.Shop
- buyItem(int, int, int) - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Puts in a buy order in the Grand Exchange
- buyItem(String, int, int) - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Puts in a buy order in the Grand Exchange
C
- C - org.dreambot.api.input.event.impl.keyboard.awt.Key
- CABIN_FEVER - org.dreambot.api.methods.quest.book.PaidQuest
- CacheNode - Class in org.dreambot.api.wrappers.cache.nodes
- CacheNode(Object) - Constructor for class org.dreambot.api.wrappers.cache.nodes.CacheNode
-
Note: This shouldn't be used by API users, it's an internal constructor.
- CacheSettings - Class in org.dreambot.api.settings
- CacheSettings() - Constructor for class org.dreambot.api.settings.CacheSettings
- CAKE - org.dreambot.api.data.consumables.Food
- CALCIFIED_MOTH - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- CALCS_PER_SECOND - Static variable in class org.dreambot.api.input.mouse.algorithm.MouseProfile
- calculate() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathQuery
-
Calculates and returns a
WebPathResponse
Sets the calculated response to the fieldWebPathQuery.calculated
- calculate(int, int, int, int) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.local.LocalPathFinder
- calculate(int, int, int, int) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.PathFinder
-
Calculate a walkable abstract path from the start tile location (sx, sy) to the destination tile location (dx, dy), using data provided by the tile map.
- calculate(int, int, int, int, int) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.local.LocalPathFinder
- calculate(int, int, int, int, int) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.PathFinder
-
Calculate a walkable abstract path from the start tile location (x1, y1,z) to the destination tile location (x2, y2,z), using data provided by the tile map.
- calculate(int, int, int, int, int, int) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.local.LocalPathFinder
- calculate(int, int, int, int, int, int) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.PathFinder
-
Calculates an AbstractPath from the start location (x1,y1,z1) to the destination tile location (x2,y2,z2)
- calculate(int, int, int, int, int, int) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
- calculate(Tile, Tile) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.local.LocalPathFinder
-
Calculates and returns a valid path from the start tile to the end tile.
- calculate(AbstractWebNode, AbstractWebNode) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
- calculate(AbstractWebNode, AbstractWebNode, int) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
-
Calculates a web path with a given start node, destination node, and a maximum depth
- calculate(Tile, Tile) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.PathFinder
-
Calculates a path from the start tile to the end tile
- calculate(Tile, Tile) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
- calculate(WebPathQuery) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
- calculateCenterPoint() - Method in class org.dreambot.api.wrappers.interactive.Model
-
Calculates the true center point of the model using its vertices.
- calculated(WebPathResponse) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathQuery.WebPathQueryBuilder
- calculateEnd() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.impl.TeleportObstacle
- calculateModelArea() - Method in class org.dreambot.api.wrappers.interactive.Model
-
Calculates the model area using its vertices.
- calculateSlotPosition(int) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Gets the virtual position for the specified slot.
- Calculations - Class in org.dreambot.api.methods
- Calculations() - Constructor for class org.dreambot.api.methods.Calculations
- CAM_TORUM - org.dreambot.api.methods.container.impl.bank.BankLocation
- CAMELOT - org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
- CAMELOT - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.HousePortal
- CAMELOT_TAB - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- CAMELOT_TELEPORT - org.dreambot.api.methods.magic.Normal
- Camera - Class in org.dreambot.api.methods.input
-
Created by Nezz
- CAMERA_PITCH_YAW - Static variable in class org.dreambot.api.methods.cs2.ScriptId
-
Sets the camera pitch and yaw event.createEvent(CAMERA_PITCH_YAW, pitch, yaw);
- CAMERA_ZOOM - Static variable in class org.dreambot.api.methods.cs2.ScriptId
-
Sets the camera zoom event.createEvent(CAMERA_ZOOM, zoom, zoom);
- CameraEvent - Class in org.dreambot.api.methods.event
- CameraEvent(int, int) - Constructor for class org.dreambot.api.methods.event.CameraEvent
- CameraEvent(int, int, boolean) - Constructor for class org.dreambot.api.methods.event.CameraEvent
- CameraEvent(CameraEvent.CameraType, int) - Constructor for class org.dreambot.api.methods.event.CameraEvent
- CameraEvent(CameraEvent.CameraType, int, boolean) - Constructor for class org.dreambot.api.methods.event.CameraEvent
- CameraEvent(Tile) - Constructor for class org.dreambot.api.methods.event.CameraEvent
- CameraEvent(Tile, boolean) - Constructor for class org.dreambot.api.methods.event.CameraEvent
- CameraEvent(Entity) - Constructor for class org.dreambot.api.methods.event.CameraEvent
- CameraEvent(Entity, boolean) - Constructor for class org.dreambot.api.methods.event.CameraEvent
- CameraEvent.CameraType - Enum in org.dreambot.api.methods.event
- CameraMode - Enum in org.dreambot.api.methods.input
-
Camera mode for deciding how the client will make any default camera movements.
- canAccept() - Static method in class org.dreambot.api.methods.trade.Trade
-
Checks if the Accept button is available to click
- canAttack() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Determines if this Character can be attacked.
- canCast(Spell) - Static method in class org.dreambot.api.methods.magic.Magic
-
Checks if you can cast the given spell.
- canCast(Spell, boolean) - Static method in class org.dreambot.api.methods.magic.Magic
-
Checks if you can cast the given spell Does account for any staffs equipped.
- cancelAll() - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Cancels all available offers If inside an offer, will cancel inside the offer, otherwise it will cancel from main screen
- cancelOffer(int) - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Aborts the current offer in the slot specified in the Grand Exchange Works with buy/sell open or from main ge screen
- canContinue() - Static method in class org.dreambot.api.methods.dialogues.Dialogues
-
Checks if you can continue in a dialogue via "Click here to continue" or "Click to continue"
- canDo() - Method in enum org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
- canEnterInput() - Static method in class org.dreambot.api.methods.dialogues.Dialogues
-
Returns true if you are able to enter input into the dialogue (like withdrawing X from bank and such)
- canEnterInput(String) - Static method in class org.dreambot.api.methods.dialogues.Dialogues
- canEquipTeleports() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
- CANIFIS - org.dreambot.api.methods.container.impl.bank.BankLocation
- CANIFIS - org.dreambot.api.methods.fairyring.FairyLocation
- canInteract() - Method in class org.dreambot.api.input.mouse.destination.AbstractMouseDestination
-
Evaluates whether an interaction for this mouse destination is allowed to be performed.
- canInteract() - Method in class org.dreambot.api.input.mouse.destination.impl.PointDestination
- canInteract(String) - Method in class org.dreambot.api.input.mouse.destination.AbstractMouseDestination
- canInteract(String) - Method in class org.dreambot.api.input.mouse.destination.impl.EntityDestination
- canMake(int) - Static method in class org.dreambot.api.methods.widget.helpers.Smithing
-
This will check if you can make at least one of the chosen item
- canMake(String) - Static method in class org.dreambot.api.methods.widget.helpers.Smithing
-
This will check if you can make at least one of the chosen item
- canMake(Filter<Item>) - Static method in class org.dreambot.api.methods.widget.helpers.Smithing
-
This will check if you can make at least one of the chosen item
- canMake(Item) - Static method in class org.dreambot.api.methods.widget.helpers.Smithing
-
This will check if you can make at least one of the chosen item
- canReach() - Method in class org.dreambot.api.wrappers.interactive.Entity
- canReach() - Method in interface org.dreambot.api.wrappers.interactive.Locatable
-
Checks if this location is reachable by the local player without obstacles
- canReach(Tile) - Static method in class org.dreambot.api.methods.map.Map
-
Determines if the given destination tile is reachable from your current local players position, and not blocked by any objects/obstacles.
- canReach(Tile) - Method in class org.dreambot.api.wrappers.interactive.GameObject
- canReach(Tile) - Method in interface org.dreambot.api.wrappers.interactive.Locatable
-
Checks if this location is reachable by the provided tile without obstacles
- canReach(Tile, boolean) - Static method in class org.dreambot.api.methods.map.Map
-
Determines if the given destination tile reachable from your current local players position, and not blocked by any objects/obstacles.
- canReach(Tile, Tile) - Static method in class org.dreambot.api.methods.map.Map
-
Determines if the given destination tile reachable from the given start tile, and not blocked by any objects/obstacles.
- canReach(Tile, Tile, boolean) - Static method in class org.dreambot.api.methods.map.Map
-
Determines if the given destination tile reachable from the given start tile, and not blocked by any objects/obstacles.
- canReach(Entity) - Static method in class org.dreambot.api.methods.map.Map
-
Determines if the given destination Entity is reachable from your current local players position, and not blocked by any objects/obstacles.
- canUse() - Method in enum org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- canUseBankCache() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathQuery
- canUseEquipmentTeleports() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
- canUseInventoryTeleports() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
- canUseMiddleMouseForCamera() - Static method in class org.dreambot.api.ClientSettings
-
Checks to see if RS's middle mouse button controls the camera setting is enabled
- canWalk(Tile) - Static method in class org.dreambot.api.methods.walking.impl.Walking
-
Returns whether you are able to walk to the tile, only works with local tiles.
- canWalk(Entity) - Static method in class org.dreambot.api.methods.walking.impl.Walking
-
Checks whether you can walk to a given entity using local walk.
- capacity() - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Gets the bank's max capacity
- capacity() - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Gets the capacity for the equipment interface
- capacity() - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Returns the capacity of your inventory (28)
- capacity() - Static method in class org.dreambot.api.methods.container.impl.Shop
- capacity() - Static method in class org.dreambot.api.methods.depositbox.DepositBox
- CAPE - org.dreambot.api.methods.container.impl.equipment.EquipmentSlot
- CAPS - org.dreambot.api.input.event.impl.keyboard.awt.Key
- CAPTAIN - org.dreambot.api.methods.clan.chat.ClanChatMember.Rank
- CAPTAIN - org.dreambot.api.methods.clan.ClanMember.Rank
-
Deprecated.
- CARET - org.dreambot.api.input.event.impl.keyboard.awt.Key
- CARRALLANGAR - org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
-
Deprecated.
- CARRALLANGAR - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.HousePortal
-
Deprecated.
- CARRALLANGAR_TAB - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
-
Deprecated.
- CARRALLANGAR_TELEPORT - org.dreambot.api.methods.magic.Ancient
-
Deprecated.
- CARRALLANGER - org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
- CARRALLANGER - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.HousePortal
- CARRALLANGER_TAB - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- CARRALLANGER_TELEPORT - org.dreambot.api.methods.magic.Ancient
- CASTLE_WARS - org.dreambot.api.methods.container.impl.bank.BankLocation
- CASTLE_WARS - org.dreambot.api.methods.minigame.Minigame
- CASTLE_WARS - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- CASTLE_WARS - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.JewelryBox
- castSpell(Spell) - Static method in class org.dreambot.api.methods.magic.Magic
-
Casts a spell
- castSpell(Spell, String) - Static method in class org.dreambot.api.methods.magic.Magic
-
Casts a spell with the given action
- castSpellOn(Spell, Entity) - Static method in class org.dreambot.api.methods.magic.Magic
-
Casts a spell on an entity
- castSpellOn(Spell, Item) - Static method in class org.dreambot.api.methods.magic.Magic
-
Casts a spell on an item in inventory
- category() - Method in annotation type org.dreambot.api.script.ScriptManifest
- Category - Enum in org.dreambot.api.script
- CATHERBY - org.dreambot.api.methods.container.impl.bank.BankLocation
- CATHERBY - org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
- CATHERBY - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.HousePortal
- CATHERBY_TAB - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- CATHERBY_TELEPORT - org.dreambot.api.methods.magic.Lunar
- CAVE_KRAKEN_DEATH - Static variable in class org.dreambot.api.methods.Animations
- CEMETERY - org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
- CEMETERY - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.HousePortal
- CEMETERY_TAB - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- CEMETERY_TELEPORT - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- CEMETERY_TELEPORT - org.dreambot.api.methods.magic.Arceuus
- CHAMBERS_OF_XERIC_CHEST - org.dreambot.api.methods.container.general.ItemContainerId
- CHAMPIONS_GUILD - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- CHAMPIONS_GUILD - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.JewelryBox
- chance(int) - Static method in class org.dreambot.api.methods.Calculations
-
Checks if the given {@param target} is less than or equal to a random value between 0(inclusive) and 100 (exclusive)
- chance(int) - Static method in class org.dreambot.api.methods.Randoms
-
Checks if the given {@param target} is less than or equal to a random value between 0(inclusive) and 100 (exclusive)
- chance(int, int) - Static method in class org.dreambot.api.methods.Calculations
-
Checks if the given {@param target} is less than or equal to a random value between 0(inclusive) and {@param overall}(exclusive) Method just returns Calculations.random(overall) <= target
- chance(int, int) - Static method in class org.dreambot.api.methods.Randoms
-
Checks if the given {@param target} is less than or equal to a random value between 0(inclusive) and {@param overall}(exclusive) Method just returns Calculations.random(overall) <= target
- changeWorld(int) - Static method in class org.dreambot.api.methods.login.LoginUtility
-
Deprecated.use
WorldHopper.changeWorldDirect(World)
instead - changeWorldDirect(World) - Static method in class org.dreambot.api.methods.worldhopper.WorldHopper
-
Directly calls a set world method inside of RS, correctly updating all members information required Only works while logged out.
- CHAOS_TEMPLE - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- Character - Class in org.dreambot.api.wrappers.interactive
-
The type Character.
- CHARGE - org.dreambot.api.methods.magic.Normal
- CHARGE_AIR_ORB - org.dreambot.api.methods.magic.Normal
- CHARGE_EARTH_ORB - org.dreambot.api.methods.magic.Normal
- CHARGE_FIRE_ORB - org.dreambot.api.methods.magic.Normal
- CHARGE_WATER_ORB - org.dreambot.api.methods.magic.Normal
- CHARTER_NODE - org.dreambot.api.methods.walking.web.node.WebNodeType
- CharterWebNode - Class in org.dreambot.api.methods.walking.web.node.impl.pathaware
- CHASM_OF_FIRE - org.dreambot.api.methods.fairyring.FairyLocation
- CHAT - org.dreambot.api.ClientSettings.SettingsTab
- CHAT_AREA_WIDGET_ID - Static variable in class org.dreambot.api.methods.dialogues.Dialogues
- CHAT_BOX_PARENT_ID - Static variable in class org.dreambot.api.methods.dialogues.Dialogues
- CHAT_CHANNEL - org.dreambot.api.methods.clan.chat.ClanChatTab
- CHAT_CHANNEL - org.dreambot.api.wrappers.widgets.message.MessageType
- CHAT_EFFECTS_PLAYER_SETTING - Static variable in class org.dreambot.api.methods.settings.vars.VarPlayer
- CHAT_ENTER_VALUE_ID - Static variable in class org.dreambot.api.methods.dialogues.Dialogues
- CHAT_MODERATOR - org.dreambot.api.methods.ForumRank
- CHAT_PROMPT_INIT - Static variable in class org.dreambot.api.methods.cs2.ScriptId
- CHAT_SEND - Static variable in class org.dreambot.api.methods.cs2.ScriptId
-
Sends a chat message.
- CHAT_TEXT_INPUT_REBUILD - Static variable in class org.dreambot.api.methods.cs2.ScriptId
-
Rebuilds the text input widget inside the chat interface.
- CHATBOX_INIT - Static variable in class org.dreambot.api.methods.cs2.ScriptId
- CHATBOX_TYPED_TEXT - Static variable in class org.dreambot.api.methods.cs2.VarClientString
- ChatListener - Interface in org.dreambot.api.script.listener
- checkTileCondition(Tile) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.PathFinder
- checkValidity(Object[]) - Method in class org.dreambot.api.methods.widget.Widget
- CHEER - org.dreambot.api.methods.emotes.Emote
- CHEST - org.dreambot.api.methods.container.impl.bank.BankType
- CHEST - org.dreambot.api.methods.container.impl.equipment.EquipmentSlot
- CHILDREN_OF_THE_SUN - org.dreambot.api.methods.quest.book.PaidQuest
- childwidget - Variable in enum org.dreambot.api.methods.emotes.Emote
- CHILLI_POTATO - org.dreambot.api.data.consumables.Food
- CHIVALRY - org.dreambot.api.methods.prayer.Prayer
- CHOC_ICE - org.dreambot.api.data.consumables.Food
- CHOCOLATE_BOMB - org.dreambot.api.data.consumables.Food
- CHOCOLATE_CAKE - org.dreambot.api.data.consumables.Food
- chooseFirstOption(String...) - Static method in class org.dreambot.api.methods.dialogues.Dialogues
-
This will go through the provided options in order, and will choose the first available.
- chooseFirstOptionContaining(String...) - Static method in class org.dreambot.api.methods.dialogues.Dialogues
-
This will go through the provided options in order, and will choose the first available option that contains one of your provided options.
- chooseOption(int) - Static method in class org.dreambot.api.methods.dialogues.Dialogues
-
Chooses whether to click the given option index or press the key based on mouse distance and profiled values.
- chooseOption(String) - Static method in class org.dreambot.api.methods.dialogues.Dialogues
-
Chooses the index of the given option NOT CASE SENSITIVE
- CHRONICLE - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- CIRCUMFLEX - org.dreambot.api.utilities.ShiftKeys
- CIVITAS_ILLA_FORTIS - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- CIVITAS_ILLA_FORTIS - org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
- CIVITAS_ILLA_FORTIS_EAST - org.dreambot.api.methods.container.impl.bank.BankLocation
- CIVITAS_ILLA_FORTIS_TELEPORT - org.dreambot.api.methods.magic.Normal
- CIVITAS_ILLA_FORTIS_WEST - org.dreambot.api.methods.container.impl.bank.BankLocation
- Clan - Class in org.dreambot.api.methods.clan
-
Deprecated.see
ClanChat
- Clan - Class in org.dreambot.api.methods.clan.guild
- Clan() - Constructor for class org.dreambot.api.methods.clan.guild.Clan
- CLAN - org.dreambot.api.methods.hotkeys.TabKey
- CLAN - org.dreambot.api.methods.tabs.Tab
- CLAN_CHAT - org.dreambot.api.wrappers.widgets.message.MessageType
- CLAN_CREATION_INVITE - org.dreambot.api.wrappers.widgets.message.MessageType
- CLAN_GUEST_CHAT - org.dreambot.api.wrappers.widgets.message.MessageType
- CLAN_GUEST_MESSAGE - org.dreambot.api.wrappers.widgets.message.MessageType
- CLAN_IRON_MAN_FORM_GROUP - org.dreambot.api.wrappers.widgets.message.MessageType
- CLAN_IRON_MAN_GROUP_WITH - org.dreambot.api.wrappers.widgets.message.MessageType
- CLAN_MESSAGE - org.dreambot.api.wrappers.widgets.message.MessageType
- CLAN_WARS - org.dreambot.api.methods.minigame.Minigame
- CLAN_WARS_CHALLENGE - org.dreambot.api.wrappers.widgets.message.MessageType
- ClanChat - Class in org.dreambot.api.methods.clan.chat
- ClanChat() - Constructor for class org.dreambot.api.methods.clan.chat.ClanChat
- ClanChatMember - Class in org.dreambot.api.methods.clan.chat
- ClanChatMember.Rank - Enum in org.dreambot.api.methods.clan.chat
- ClanChatTab - Enum in org.dreambot.api.methods.clan.chat
- ClanMember - Class in org.dreambot.api.methods.clan
-
Deprecated.see
ClanChatMember
- ClanMember - Class in org.dreambot.api.methods.clan.guild
- ClanMember.Rank - Enum in org.dreambot.api.methods.clan
-
Deprecated.
- ClanMemberHandler - Class in org.dreambot.api.methods.clan
-
Deprecated.see
ClanChat
- ClanMemberHandler(RSClanChatHandler) - Constructor for class org.dreambot.api.methods.clan.ClanMemberHandler
-
Deprecated.Note: This shouldn't be used by API users, it's an internal constructor.
- CLAP - org.dreambot.api.methods.emotes.Emote
- CLARITY_OF_THOUGHT - org.dreambot.api.methods.prayer.Prayer
- CLASS - Static variable in class org.dreambot.api.methods.interactive.GameObjects
- CLAWS_OF_GUTHIX - org.dreambot.api.methods.magic.Normal
- clear() - Method in class org.dreambot.api.methods.walking.path.AbstractPath
- clear() - Method in class org.dreambot.api.methods.walking.web.node.AbstractWebNode
- clear() - Method in class org.dreambot.api.script.frameworks.treebranch.Branch
-
Clears the leaves of this branch
- clear() - Method in class org.dreambot.api.script.frameworks.treebranch.TreeScript
-
Clears the root's children See
Branch.clear()
- clear() - Static method in class org.dreambot.api.script.loader.LocalLoader
- clearBlacklist() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.PathFinder
- clearBlacklist() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
- clearCustomNodes() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
- clearGameObjectCache() - Static method in class org.dreambot.api.methods.map.Map
- clearLayoutPreferences() - Static method in class org.dreambot.api.ClientSettings
- clearNexus() - Static method in class org.dreambot.api.methods.walking.web.node.impl.teleports.TeleportSettings
- clearRegisteredSolvers() - Method in class org.dreambot.api.randoms.RandomManager
- clearReloadedScript() - Method in class org.dreambot.api.script.ScriptManager
- clearTileConditions() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.PathFinder
- clearWithItems() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathQuery.WebPathQueryBuilder
- clearWorlds() - Static method in class org.dreambot.api.methods.world.Worlds
-
Clears the world list and sets it to null
- click() - Static method in class org.dreambot.api.input.Mouse
-
Triggers a left click
- click(boolean) - Static method in class org.dreambot.api.input.Mouse
-
Triggers a left click
- click(Point) - Static method in class org.dreambot.api.input.Mouse
-
Moves mouse to point, and preforms left click.
- click(Point, boolean) - Static method in class org.dreambot.api.input.Mouse
-
Moves mouse to point, and preforms desired type of click, as determines by arguments.
- click(Rectangle) - Static method in class org.dreambot.api.input.Mouse
-
Moves mouse to rectangle, and preforms left click.
- click(Rectangle, boolean) - Static method in class org.dreambot.api.input.Mouse
-
Moves mouse to rectangle, and preforms desired type of click, as determines by arguments.
- click(ClickMode) - Static method in class org.dreambot.api.input.Mouse
-
Deprecated.
- click(MouseButton) - Static method in class org.dreambot.api.input.Mouse
-
Triggers a click as determined by the
MouseButton
- click(AbstractMouseDestination) - Static method in class org.dreambot.api.input.Mouse
-
Moves mouse to destination, and preforms left click.
- click(AbstractMouseDestination<?>, MouseButton) - Static method in class org.dreambot.api.input.Mouse
-
Triggers a click based from
MouseButton
at desiredAbstractMouseDestination
. - click(AbstractMouseDestination, boolean) - Static method in class org.dreambot.api.input.Mouse
-
Moves mouse to destination, and preforms desired type of click, as determines by arguments.
- click(AbstractMouseDestination, ClickMode) - Static method in class org.dreambot.api.input.Mouse
-
Deprecated.
- click(Entity) - Static method in class org.dreambot.api.input.Mouse
-
Moves mouse to entity, and preforms left click.
- click(Entity, boolean) - Static method in class org.dreambot.api.input.Mouse
-
Moves mouse to entity, and preforms desired type of click, as determines by arguments.
- CLICK - org.dreambot.api.input.event.impl.mouse.MouseMode
- CLICK - org.dreambot.api.methods.container.impl.bank.BankScroll
- CLICK - org.dreambot.api.methods.input.mouse.MouseSetting
- clickAction(String) - Static method in class org.dreambot.api.wrappers.widgets.Menu
-
Clicks the menu action given.
- clickAction(String, String) - Static method in class org.dreambot.api.wrappers.widgets.Menu
-
Click action.
- clickAction(String, String, int) - Static method in class org.dreambot.api.wrappers.widgets.Menu
-
Click action.
- clickAction(String, String, Entity) - Static method in class org.dreambot.api.wrappers.widgets.Menu
-
Deprecated.
- clickAction(String, Entity) - Static method in class org.dreambot.api.wrappers.widgets.Menu
-
Click action.
- clickAndSkipItem() - Static method in class org.dreambot.api.methods.input.MouseKeys
-
Clicks 5, sleeps, pushes 8 then 2 twice
- clickContinue() - Static method in class org.dreambot.api.methods.dialogues.Dialogues
-
Attempts to click the continue dialogue
- CLICKED - org.dreambot.api.methods.input.mouse.CrosshairState
- ClickEvent - Class in org.dreambot.api.input.event.impl.mouse.impl.click
-
Deprecated.see
ClickEvent
- ClickEvent - Class in org.dreambot.api.input.event.impl.mouse.type
-
Sends a
MouseEvent.MOUSE_CLICKED
event Removes this mouse button from mouse modifiers Does NOT handle press/release events - ClickEvent(ClickMode) - Constructor for class org.dreambot.api.input.event.impl.mouse.impl.click.ClickEvent
-
Deprecated.
- ClickEvent(ClickMode, AbstractMouseDestination) - Constructor for class org.dreambot.api.input.event.impl.mouse.impl.click.ClickEvent
-
Deprecated.
- ClickEvent(MouseButton) - Constructor for class org.dreambot.api.input.event.impl.mouse.type.ClickEvent
- clickIndex(int) - Static method in class org.dreambot.api.wrappers.widgets.Menu
-
Click index.
- ClickMode - Enum in org.dreambot.api.input.event.impl.mouse.impl.click
-
Deprecated.see
MouseButton
- clickOption(int) - Static method in class org.dreambot.api.methods.dialogues.Dialogues
-
Clicks the given option index.
- clickOption(String) - Static method in class org.dreambot.api.methods.dialogues.Dialogues
-
Clicks a dialogue option with the mouse NOT CASE SENSITIVE
- clickTileOnMinimap(Tile) - Static method in class org.dreambot.api.methods.walking.impl.Walking
-
Clicks a tile on the minimap
- Client - Class in org.dreambot.api
- CLIENT_OF_KOUREND - org.dreambot.api.methods.quest.book.PaidQuest
- ClientLayout - Enum in org.dreambot.api.data
- ClientSettings - Class in org.dreambot.api
-
Created by Nezz on 10/25/2015.
- ClientSettings.SettingsTab - Enum in org.dreambot.api
- CLIMB_ROPE - org.dreambot.api.methods.emotes.Emote
- ClimbableObstacle - Class in org.dreambot.api.methods.walking.pathfinding.impl.obstacle.impl
-
Created with IntelliJ IDEA.
- ClimbableObstacle(String, String) - Constructor for class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.impl.ClimbableObstacle
-
Creates a new ClimbableObstacle
- ClimbableObstacle(String, String, Tile, Tile, Tile) - Constructor for class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.impl.ClimbableObstacle
-
Creates a new ClimbableObstacle
- ClimbableObstacle.ClimbableObstacleBuilder - Class in org.dreambot.api.methods.walking.pathfinding.impl.obstacle.impl
-
Builder class used to create a new ClimbableObstacleBuilder new ClimbableObstacle.ClimbableObstacleBuilder("Staircase","Climb-up").createClimbableObstacle();
- ClimbableObstacleBuilder(String, String) - Constructor for class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.impl.ClimbableObstacle.ClimbableObstacleBuilder
-
Constructor of ClimbableObstacleBuilder
- CLOCK_TOWER - org.dreambot.api.methods.quest.book.PaidQuest
- clone() - Method in class org.dreambot.api.methods.map.Tile
- clone() - Method in class org.dreambot.api.script.schedule.ScriptSchedule
- clone() - Method in class org.dreambot.api.wrappers.widgets.MenuRow
- close() - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Exits the bank with the close button.
- close() - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Closes the shop interface.
- close() - Static method in class org.dreambot.api.methods.depositbox.DepositBox
-
Attempts to close an opened deposit box, if open
- close() - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Closes the GrandExchange screen If close interface with ESC is enabled, will use esc key to close interface
- close() - Static method in class org.dreambot.api.methods.trade.Trade
-
Closes screen based on which screen is currently open
- close() - Method in class org.dreambot.api.methods.widget.Widget
-
Closes the Widget
- close() - Static method in class org.dreambot.api.wrappers.widgets.Menu
-
Removes the current menu from the game interface.
- close(int) - Static method in class org.dreambot.api.methods.trade.Trade
-
Closes trade screen depending on which screen you input
- CLOSE_BRACKET - org.dreambot.api.input.event.impl.keyboard.awt.Key
- CLOSE_CURLY_BRACKET - org.dreambot.api.input.event.impl.keyboard.awt.Key
- closeAll() - Static method in class org.dreambot.api.methods.widget.Widgets
-
This will attempt to close out of any interfaces that might be opened that are on the game screen
- CLOSED_BETA - org.dreambot.api.methods.RSLoginResponse
- closeInterfaceWithEsc() - Static method in class org.dreambot.api.input.Keyboard
-
If closing interfaces with esc is enabled in the game, this will close interfaces with the esc key
- closeInterfaceWithESC() - Static method in class org.dreambot.api.methods.input.Keyboard
-
Deprecated.
- closeSettingsInterface() - Static method in class org.dreambot.api.ClientSettings
-
This will close the "All Settings" interface
- closest() - Method in class org.dreambot.api.methods.walking.path.impl.GlobalPath
-
Gets the closest node to your player
- closest() - Method in class org.dreambot.api.methods.walking.path.impl.LocalPath
- closest(Integer...) - Static method in class org.dreambot.api.methods.interactive.GameObjects
- closest(Integer...) - Static method in class org.dreambot.api.methods.interactive.GraphicsObjects
- closest(Integer...) - Static method in class org.dreambot.api.methods.interactive.NPCs
- closest(Integer...) - Static method in class org.dreambot.api.methods.interactive.Players
- closest(Integer...) - Static method in class org.dreambot.api.methods.interactive.Projectiles
- closest(Integer...) - Static method in class org.dreambot.api.methods.item.GroundItems
- closest(String...) - Static method in class org.dreambot.api.methods.interactive.GameObjects
- closest(String...) - Static method in class org.dreambot.api.methods.interactive.NPCs
- closest(String...) - Static method in class org.dreambot.api.methods.interactive.Players
- closest(String...) - Static method in class org.dreambot.api.methods.item.GroundItems
- closest(Filter<GraphicsObject>) - Static method in class org.dreambot.api.methods.interactive.GraphicsObjects
- closest(Filter<GraphicsObject>, Tile) - Static method in class org.dreambot.api.methods.interactive.GraphicsObjects
- closest(Filter<Projectile>) - Static method in class org.dreambot.api.methods.interactive.Projectiles
- closest(Filter<Projectile>, Tile) - Static method in class org.dreambot.api.methods.interactive.Projectiles
- closest(Filter<GameObject>) - Static method in class org.dreambot.api.methods.interactive.GameObjects
- closest(Filter<GameObject>, Tile) - Static method in class org.dreambot.api.methods.interactive.GameObjects
- closest(Filter<NPC>) - Static method in class org.dreambot.api.methods.interactive.NPCs
- closest(Filter<NPC>, Tile, boolean) - Static method in class org.dreambot.api.methods.interactive.NPCs
- closest(Filter<NPC>, Tile) - Static method in class org.dreambot.api.methods.interactive.NPCs
- closest(Filter<Player>) - Static method in class org.dreambot.api.methods.interactive.Players
- closest(Filter<Player>, Tile) - Static method in class org.dreambot.api.methods.interactive.Players
- closest(Filter<GroundItem>) - Static method in class org.dreambot.api.methods.item.GroundItems
- closest(Filter<GroundItem>, Tile) - Static method in class org.dreambot.api.methods.item.GroundItems
- closest(Tile) - Method in class org.dreambot.api.methods.walking.path.impl.GlobalPath
-
Gets the closest node to specified tile
- closest(Tile) - Method in class org.dreambot.api.methods.walking.path.impl.LocalPath
- closeWorldHopper() - Static method in class org.dreambot.api.methods.worldhopper.WorldHopper
- closeWorldScreen() - Static method in class org.dreambot.api.methods.login.LoginUtility
-
Closes the world select screen
- codeEquals(String[]) - Static method in class org.dreambot.api.methods.fairyring.FairyRings
-
Checks if the current code of the fairy ring equals the given code Ignores case
- COLD_WAR - org.dreambot.api.methods.quest.book.PaidQuest
- collect() - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Presses the collect button on the main interface, collects to inventory
- collectToBank() - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Uses the collect button to collect everything directly to the bank
- CollisionMap - Class in org.dreambot.api.wrappers.map.impl
-
Collision map wrapper class.
- CollisionMap(Object) - Constructor for class org.dreambot.api.wrappers.map.impl.CollisionMap
-
Note: This shouldn't be used by API users, it's an internal constructor.
- COLON - org.dreambot.api.input.event.impl.keyboard.awt.Key
- COLON - org.dreambot.api.utilities.ShiftKeys
- ColorPicker - Class in org.dreambot.api.utilities
-
Created by Pandemic
- ColorPicker() - Constructor for class org.dreambot.api.utilities.ColorPicker
- Combat - Class in org.dreambot.api.methods.combat
-
A class used to handle and retrieve data related to combat.
- COMBAT - org.dreambot.api.methods.hotkeys.TabKey
- COMBAT - org.dreambot.api.methods.tabs.Tab
- COMBAT - org.dreambot.api.script.Category
- CombatRequirement - Class in org.dreambot.api.data.requirements
- CombatRequirement - Class in org.dreambot.api.methods.diary.requirement.impl
-
Deprecated.
- CombatRequirement(int) - Constructor for class org.dreambot.api.data.requirements.CombatRequirement
- CombatRequirement(int) - Constructor for class org.dreambot.api.methods.diary.requirement.impl.CombatRequirement
-
Deprecated.
- CombatStyle - Enum in org.dreambot.api.methods.combat
- combine(int, int) - Static method in class org.dreambot.api.methods.container.impl.Inventory
- combine(String, String) - Static method in class org.dreambot.api.methods.container.impl.Inventory
- combine(Item, Item) - Static method in class org.dreambot.api.methods.container.impl.Inventory
- CombinedSkillRequirement - Class in org.dreambot.api.methods.diary.requirement.impl
-
Deprecated.
- CombinedSkillRequirement(int, Skill...) - Constructor for class org.dreambot.api.methods.diary.requirement.impl.CombinedSkillRequirement
-
Deprecated.
- COMMA - org.dreambot.api.input.event.impl.keyboard.awt.Key
- commandLog(Logger.LogType, Object) - Static method in class org.dreambot.api.utilities.Logger
- compareAction(String) - Method in class org.dreambot.api.wrappers.widgets.MenuRow
-
Compare action a inputted action, and determines if the action associated with this menu row matches the given action.
- compareEntity(Entity) - Method in class org.dreambot.api.wrappers.widgets.MenuRow
- compareObject(String) - Method in class org.dreambot.api.wrappers.widgets.MenuRow
-
Compares a inputted object, and determines if the object associated with this menu row matches the given object.
- compareTo(PathNode) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.node.PathNode
- compareTo(WebPathNode) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathNode
- completed() - Method in class org.dreambot.api.input.event.AbstractEvent
-
Abstract
Condition
used to determine if current event is complete. - completed() - Method in class org.dreambot.api.input.event.impl.keyboard.KeyboardEvent
-
Condition to determine if this event has completed
- completed() - Method in class org.dreambot.api.input.event.impl.keyboard.type.AbstractKeyEvent
- completed() - Method in class org.dreambot.api.input.event.impl.keyboard.type.HoldKey
- completed() - Method in class org.dreambot.api.input.event.impl.mouse.AbstractMouseEvent
-
Deprecated.Abstract
Condition
used to determine if current event is complete. - completed() - Method in class org.dreambot.api.input.event.impl.mouse.impl.click.ClickEvent
-
Deprecated.Abstract
Condition
used to determine if current event is complete. - completed() - Method in class org.dreambot.api.input.event.impl.mouse.impl.MoveEvent
-
Deprecated.Abstract
Condition
used to determine if current event is complete. - completed() - Method in class org.dreambot.api.input.event.impl.mouse.impl.wheel.WheelEvent
-
Deprecated.Abstract
Condition
used to determine if current event is complete. - completed() - Method in class org.dreambot.api.input.event.impl.mouse.MouseEvent
-
Abstract
Condition
used to determine if current event is complete. - completed() - Method in class org.dreambot.api.input.event.impl.mouse.type.AbstractMouseEvent
- Condition - Interface in org.dreambot.api.utilities.impl
- ConditionalLocation - Interface in org.dreambot.api.methods.walking.web.node.impl.pathaware
- ConditionalRequirement - Class in org.dreambot.api.data.requirements
- ConditionalRequirement(LogicType, Requirement...) - Constructor for class org.dreambot.api.data.requirements.ConditionalRequirement
- confirm() - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Confirms the offer in the Grand Exchange
- CONFUSE - org.dreambot.api.methods.magic.Normal
- connectEndToClosestNode() - Method in class org.dreambot.api.methods.walking.web.node.CustomWebPath
-
This will connect the end of this path to the nearest BasicWebNode when
CustomWebPath.attachToWeb()
orWebFinder.addCustomWebPath(CustomWebPath)
is called - CONNECTING_TO_SERVER - org.dreambot.api.methods.RSLoginResponse
- CONNECTION_TIMED_OUT - org.dreambot.api.methods.RSLoginResponse
- connectStartToClosestNode() - Method in class org.dreambot.api.methods.walking.web.node.CustomWebPath
-
This will connect the start of this path to the nearest BasicWebNode when
CustomWebPath.attachToWeb()
orWebFinder.addCustomWebPath(CustomWebPath)
is called for this path This will NOT cadd this path to the full global web. - connectToEnd(int) - Method in class org.dreambot.api.methods.walking.web.node.CustomWebPath
-
This will connect the end of this path to the provided node index when
CustomWebPath.attachToWeb()
orWebFinder.addCustomWebPath(CustomWebPath)
is called for this path This will NOT connect this path to the full global web - connectToStart(int) - Method in class org.dreambot.api.methods.walking.web.node.CustomWebPath
-
This will connect the start of this path to the provided node index when
CustomWebPath.attachToWeb()
orWebFinder.addCustomWebPath(CustomWebPath)
is called for this path This will NOT add this path to the full global web. - consoleLog(Logger.LogType, Object) - Static method in class org.dreambot.api.utilities.Logger
- CONSTRUCTION - org.dreambot.api.methods.skills.Skill
- CONSTRUCTION - org.dreambot.api.script.Category
- CONSTRUCTION - Static variable in class org.dreambot.api.methods.Animations
- consumed(boolean) - Method in class org.dreambot.api.methods.walking.web.node.impl.items.RequiredItem.RequiredItemBuilder
- CONSUMING - Static variable in class org.dreambot.api.methods.Animations
- CONTACT - org.dreambot.api.methods.quest.book.PaidQuest
- ContainerType - Enum in org.dreambot.api.methods.container.impl
- contains(boolean, int...) - Static method in class org.dreambot.api.methods.trade.Trade
-
Checks if your or their trade screen contains all the specified item IDs
- contains(boolean, int, int) - Static method in class org.dreambot.api.methods.trade.Trade
-
Checks if your or their trade screen contains at least specified amount of specified item ID.
- contains(boolean, int, String) - Static method in class org.dreambot.api.methods.trade.Trade
-
Checks if your or their trade screen contains at least specified amount of specified item name.
- contains(boolean, String...) - Static method in class org.dreambot.api.methods.trade.Trade
-
Checks if your or their trade screen contains all items specified
- contains(char) - Static method in enum org.dreambot.api.utilities.ShiftKeys
- contains(int) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Checks if the bank contains the given ID Placeholders are ignored
- contains(int) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Contains boolean.
- contains(int) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Contains boolean.
- contains(int) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Checks if the Shop contains an Item with the given id
- contains(int) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
-
Checks if deposit box contains an Item with given ID
- contains(int[]) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
- contains(int[]) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
- contains(int[]) - Static method in class org.dreambot.api.methods.container.impl.Inventory
- contains(int[]) - Static method in class org.dreambot.api.methods.container.impl.Shop
- contains(int[]) - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
- contains(int, int) - Method in class org.dreambot.api.methods.map.Area
-
Checks if the Area contains the x and the y points
- contains(Integer...) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Checks if your collection contains at least one item which meets one of the specified ids.
- contains(Object) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Checks to see if the bank contains an item matching the given Object Placeholders are ignored
- contains(Object) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
- contains(String) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Determines if bank contains an item that matches the given name.
- contains(String) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Determines if collection contains item with specified name.
- contains(String...) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Checks if your collection contains at least one item which meets one of the specified names.
- contains(String...) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Checks if your collection contains one item which meets one of the specified names.
- contains(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Checks if your collection contains at least one item which meets the specified filter.
- contains(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Checks if your equipment contains one item which meets the specified filter.
- contains(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Checks if your collection contains one item which meets the specified filter.
- contains(Object) - Static method in class org.dreambot.api.methods.container.impl.Inventory
- contains(Point) - Method in class org.dreambot.api.input.mouse.destination.AbstractMouseDestination
-
Determines if point is contained inside of destination shape.
- contains(Point) - Method in class org.dreambot.api.input.mouse.destination.impl.EntityDestination
- contains(Point) - Method in class org.dreambot.api.input.mouse.destination.impl.TileDestination
- contains(Integer...) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Checks if your equipment contains one item which meets one of the specified ids.
- contains(Integer...) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Checks if your collection contains one item which meets one of the specified ids.
- contains(Integer...) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Checks if the Shop contains at least one item which meets one of the specified ids.
- contains(Integer...) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
-
Checks if your collection contains at least one item which meets any of the specified ids.
- contains(Integer...) - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Checks if your collection contains one item which meets one of the specified ids.
- contains(Object) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Checks if the Shop contains an Item matching the given Object Object could be Integer, String, Filter, or a given Item Logs an error if object type is not supported.
- contains(Object) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
- contains(String) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Determines if collection contains item with specified name.
- contains(String) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Determines if the Shop contains item with specified name.
- contains(String) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
-
Determines if deposit box contains item with specified name.
- contains(String) - Static method in class org.dreambot.api.wrappers.widgets.Menu
-
Determines if menu contains action (NOT THE ENTITY/OBJECT NAME) in one of the menu rows.
- contains(String...) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Checks if your equipment contains one item which meets one of the specified names.
- contains(String...) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Checks if the Shop contains at least one item which meets one of the specified names.
- contains(String...) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
-
Checks if your collection contains at least one item which meets any of the specified names.
- contains(String...) - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Checks if your collection contains one item which meets one of the specified names.
- contains(String, String, Entity) - Static method in class org.dreambot.api.wrappers.widgets.Menu
-
Deprecated.
- contains(String, Entity) - Static method in class org.dreambot.api.wrappers.widgets.Menu
-
Determines if menu contains action (NOT THE ENTITY/OBJECT NAME) in one of the menu rows.
- contains(InteractionSetting[], InteractionSetting) - Static method in enum org.dreambot.api.input.event.impl.InteractionSetting
- contains(AbstractMouseDestination) - Method in class org.dreambot.api.input.mouse.destination.AbstractMouseDestination
-
Determines if point is contained inside of destination shape.
- contains(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Checks if the SHop contains at least one item which meets the specified filter.
- contains(Filter<Item>) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
-
Checks if your collection contains at least one item which meets the specified filter.
- contains(Filter<Item>) - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Checks if your collection contains one item which meets the specified filter.
- contains(Tile) - Method in class org.dreambot.api.methods.map.Area
-
Checks if the Area contains the provided Tile
- contains(Entity) - Method in class org.dreambot.api.methods.map.Area
-
Checks if an Area contains the provided Entity
- containsAccount(String) - Static method in class org.dreambot.api.utilities.AccountManager
-
Checks if the client has an account with the supplied nickname
- containsAccountWithEmail(String) - Static method in class org.dreambot.api.utilities.AccountManager
-
Checks if the client has an account with the supplied email
- containsAll(int[]) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
- containsAll(int...) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Checks if your equipment contains all of the items with specified IDs
- containsAll(int...) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Checks if your Inventory contains all of the items with specified IDs
- containsAll(int[]) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Checks if the Shop contains all the items with specified IDs
- containsAll(int...) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
-
Checks if the deposit box contains all of the items with specified IDs
- containsAll(Integer...) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Checks if your Bank contains all of the items with specified IDs Placeholders are ignored
- containsAll(String...) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Checks if your Bank contains all of the items with names specified Placeholders are ignored
- containsAll(String...) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Checks if your Inventory contains all of the items with names specified
- containsAll(Collection<?>) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Checks if your bank contains all of the items in the collection
- containsAll(Collection<?>) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Checks if your equipment contains all of the items in the collections
- containsAll(Collection<?>) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Checks if your collection contains all of the items in the collections
- containsAll(Integer...) - Static method in class org.dreambot.api.methods.container.impl.Shop
- containsAll(String...) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Checks if your equipment contains all of the items with names specified
- containsAll(String...) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Checks if the Shop contains all the items with names specified
- containsAll(String...) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
-
Checks if the deposit box contains all of the items with names specified
- containsAll(Collection<?>) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Checks if the Shop contains all the items that match everything in the given collection Uses
Shop.contains(Object)
- containsAll(Collection<?>) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
-
Checks if the deposit box contains all of the checks in the given Collection
- containsEntity(Entity) - Static method in class org.dreambot.api.wrappers.widgets.Menu
- containsListener(EventListener) - Method in class org.dreambot.api.script.ScriptManager
- containsMouse() - Method in class org.dreambot.api.input.mouse.destination.AbstractMouseDestination
-
Determines if the destination shape contains the mouse.
- containsMouse() - Method in class org.dreambot.api.input.mouse.destination.impl.EntityDestination
- containsMouse() - Method in class org.dreambot.api.input.mouse.destination.impl.PointDestination
-
Determines if the destination shape contains the mouse.
- containsMouse() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
- containsNexus(HousePortal) - Static method in class org.dreambot.api.methods.walking.web.node.impl.teleports.TeleportSettings
- containsObject(String) - Static method in class org.dreambot.api.wrappers.widgets.Menu
-
Determines if menu contains object name (NOT THE ACTION) in one of the menu rows.
- continueDialogue() - Static method in class org.dreambot.api.methods.dialogues.Dialogues
-
Chooses either to click continue or press space to continue based on a profiled distance of your mouse
- control(int) - Method in class org.dreambot.api.methods.event.KeyboardEvent
-
Deprecated.Pushes control and then sleeps for the calculated sleep time afterwards
- control(int, boolean) - Method in class org.dreambot.api.methods.event.KeyboardEvent
-
Deprecated.Pushes control with given event type and then sleeps for a calculated sleep time after pushing if the sleep arg is true.
- CONTROLS - org.dreambot.api.ClientSettings.SettingsTab
- COOKED_CHICKEN - org.dreambot.api.data.consumables.Food
- COOKED_KARAMBWAN - org.dreambot.api.data.consumables.Food
- COOKED_MEAT - org.dreambot.api.data.consumables.Food
- COOKING - org.dreambot.api.methods.skills.Skill
- COOKING - org.dreambot.api.script.Category
- COOKING_FIRE - Static variable in class org.dreambot.api.methods.Animations
- COOKING_GUILD - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- COOKING_GUILD - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.JewelryBox
- COOKING_RANGE - Static variable in class org.dreambot.api.methods.Animations
- COOKING_WINE - Static variable in class org.dreambot.api.methods.Animations
- COOKS_ASSISTANT - org.dreambot.api.methods.quest.book.FreeQuest
- COOKS_GUILD - org.dreambot.api.methods.container.impl.bank.BankLocation
- CORPORAL - org.dreambot.api.methods.clan.chat.ClanChatMember.Rank
- CORPORAL - org.dreambot.api.methods.clan.ClanMember.Rank
-
Deprecated.
- CORPOREAL_BEAST - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- CORPOREAL_BEAST - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.JewelryBox
- CORSAIR_COVE - org.dreambot.api.methods.container.impl.bank.BankLocation
- CORSAIR_CURSE - org.dreambot.api.methods.quest.book.FreeQuest
- COSMIC_ENTITY_PLANE - org.dreambot.api.methods.fairyring.FairyLocation
- costToTile(int, int, int, int, boolean) - Static method in class org.dreambot.api.methods.map.Map
- costToTile(int, int, int, int, int, boolean) - Static method in class org.dreambot.api.methods.map.Map
- count() - Method in enum org.dreambot.api.methods.container.impl.bank.BankTab
- count(int) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Count of all the items that match the search.
- count(int) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Count of all the items that match the search.
- count(int) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Count of all the items that match the search.
- count(int) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Count of the item that matches the given id.
- count(int) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
-
Count of all the items that match the search.
- count(int) - Method in class org.dreambot.api.methods.walking.web.node.impl.items.RequiredItem.RequiredItemBuilder
- count(int[]) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
- count(int[]) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
The total count of all the items that match the given ids
- count(Integer...) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Count of all the items that match the search.
- count(String) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Count of all the items that match the search.
- count(String) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Count of all the items that match the search.
- count(String...) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Count of all the items that match the search.
- count(BankTab) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Gets the Item count for the BankTab
- count(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Count of all the items that match the search.
- count(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Count of all the items that match the search.
- count(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Count of all the items that match the search.
- count(Integer...) - Static method in class org.dreambot.api.methods.container.impl.Shop
- count(String) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Count of all the items that match the search.
- count(String) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Count of the item that matches the given name
- count(String) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
-
Count of all the items that match the search.
- count(String...) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Count of all the items that match the given names
- count(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Count of all the items that match the filter.
- count(Filter<Item>) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
-
Count of all the items that match the search.
- COW_HOME_TELEPORT_1 - Static variable in class org.dreambot.api.methods.Animations
- COW_HOME_TELEPORT_2 - Static variable in class org.dreambot.api.methods.Animations
- COW_HOME_TELEPORT_3 - Static variable in class org.dreambot.api.methods.Animations
- COW_HOME_TELEPORT_4 - Static variable in class org.dreambot.api.methods.Animations
- COW_HOME_TELEPORT_5 - Static variable in class org.dreambot.api.methods.Animations
- COW_HOME_TELEPORT_6 - Static variable in class org.dreambot.api.methods.Animations
- CRAFTING - org.dreambot.api.methods.skills.Skill
- CRAFTING - org.dreambot.api.script.Category
- CRAFTING_BATTLESTAVES - Static variable in class org.dreambot.api.methods.Animations
- CRAFTING_GLASSBLOWING - Static variable in class org.dreambot.api.methods.Animations
- CRAFTING_GUILD - org.dreambot.api.methods.container.impl.bank.BankLocation
- CRAFTING_GUILD - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- CRAFTING_GUILD - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.JewelryBox
- CRAFTING_LEATHER - Static variable in class org.dreambot.api.methods.Animations
- CRAFTING_POTTERS_WHEEL - Static variable in class org.dreambot.api.methods.Animations
- CRAFTING_POTTERY_OVEN - Static variable in class org.dreambot.api.methods.Animations
- CRAFTING_SPINNING - Static variable in class org.dreambot.api.methods.Animations
- CRASHED - org.dreambot.api.data.GameState
- createAndAddNode(Tile) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
-
Creates and adds a new BasicWebNode at the provided tile and connects it to the nearest web node in our web
- createClimbableObstacle() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.impl.ClimbableObstacle.ClimbableObstacleBuilder
-
Creates a new ClimbableObstacle based on the builder's information
- createDestructableObstacle() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.impl.DestructableObstacle.DestructableObstacleBuilder
- createEvent(Object...) - Method in class org.dreambot.api.methods.cs2.RuneScriptEvent
-
Creates its cs2 script based on the given args
- createPassableObstacle() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.impl.PassableObstacle.PassableObstacleBuilder
- CREATURE_OF_FENKENSTRAIN - org.dreambot.api.methods.quest.book.PaidQuest
- CrosshairState - Enum in org.dreambot.api.methods.input.mouse
-
Created with IntelliJ IDEA.
- CRUMBLE_UNDEAD - org.dreambot.api.methods.magic.Normal
- CRY - org.dreambot.api.methods.emotes.Emote
- CTRL - org.dreambot.api.input.event.impl.keyboard.awt.Key
- CURE_GROUP - org.dreambot.api.methods.magic.Lunar
- CURE_ME - org.dreambot.api.methods.magic.Lunar
- CURE_OTHER - org.dreambot.api.methods.magic.Lunar
- CURE_PLANT - org.dreambot.api.methods.magic.Lunar
- CURRY - org.dreambot.api.data.consumables.Food
- CURSE - org.dreambot.api.methods.magic.Normal
- CURSE_OF_THE_EMPTY_LORD - org.dreambot.api.methods.quest.book.MiniQuest
- CURVE_COS - Static variable in class org.dreambot.api.methods.ViewportTools
- CURVE_SIN - Static variable in class org.dreambot.api.methods.ViewportTools
- CUSTOM - org.dreambot.api.methods.walking.TileObstacle.Type
- CustomWebPath - Class in org.dreambot.api.methods.walking.web.node
-
CustomWebPath is a helper class that makes creating and attaching custom web nodes to our standard web nodes easier
- CustomWebPath(boolean, AbstractWebNode...) - Constructor for class org.dreambot.api.methods.walking.web.node.CustomWebPath
-
Adds each web node to this custom web node path If connect is true, each node will have a two way connection to the previous node
- CustomWebPath(Tile...) - Constructor for class org.dreambot.api.methods.walking.web.node.CustomWebPath
-
Creates a new
BasicWebNode
for each Tile with two way connections between each node - CustomWebPath(AbstractWebNode...) - Constructor for class org.dreambot.api.methods.walking.web.node.CustomWebPath
-
see
CustomWebPath(boolean, AbstractWebNode...)
with a default boolean of True
D
- D - org.dreambot.api.input.event.impl.keyboard.awt.Key
- DADDYS_HOME - org.dreambot.api.methods.quest.book.MiniQuest
- DAGANNOTH_KINGS - org.dreambot.api.methods.minigame.Minigame
- DANCE - org.dreambot.api.methods.emotes.Emote
- DAREEYAK - org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
- DAREEYAK_TAB - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- DAREEYAK_TELEPORT - org.dreambot.api.methods.magic.Ancient
- DARK_BEASTS - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- DARK_CRAB - org.dreambot.api.data.consumables.Food
- DARK_DEMONBANE - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- DARK_DEMONBANE - org.dreambot.api.methods.magic.Arceuus
- DARK_LURE - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- DARK_LURE - org.dreambot.api.methods.magic.Arceuus
- DARKMEYER - org.dreambot.api.methods.container.impl.bank.BankLocation
- DARKMEYER - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- DARKNESS_OF_HALLOWVALE - org.dreambot.api.methods.quest.book.PaidQuest
- DASH - org.dreambot.api.utilities.ShiftKeys
- DBKeyEvent - Class in org.dreambot.api.input.event.impl.keyboard.awt
-
Represents a DreamBot implementation of
KeyEvent
Will set the internal fields required for a key event to emulate a system level event Primarily for internal use, please see implementations ofAbstractKeyEvent
for sending keyboard events - DBKeyEvent(Component, int, long, int, int, char, int, int, int, int, int) - Constructor for class org.dreambot.api.input.event.impl.keyboard.awt.DBKeyEvent
- DBKeyEvent(Component, int, Key) - Constructor for class org.dreambot.api.input.event.impl.keyboard.awt.DBKeyEvent
- DBKeyEvent(Component, int, Key, KeyLocation) - Constructor for class org.dreambot.api.input.event.impl.keyboard.awt.DBKeyEvent
- DBKeyEvent(Component, int, Key, KeyLocation, int) - Constructor for class org.dreambot.api.input.event.impl.keyboard.awt.DBKeyEvent
- DBMouseEvent - Class in org.dreambot.api.input.event.impl.mouse.awt
-
DreamBot implementation of
MouseEvent
Sets all required internal fields Primarily used internally, you should be usingAbstractMouseEvent
implementations for sending mouse events - DBMouseEvent(Component, int, long, int, int, int, int, int, int, boolean, int) - Constructor for class org.dreambot.api.input.event.impl.mouse.awt.DBMouseEvent
- DBMouseWheelEvent - Class in org.dreambot.api.input.event.impl.mouse.awt
-
DreamBot implementation of
MouseWheelEvent
Sets all required internal fields Primarily used internally, you should be usingAbstractMouseEvent
implementations for sending mouse events Sets abs x/y to 0 as expected, if your OS/JVM behaves differently please report your OS and JVM to one of the developers so we can research it in more depth - DBMouseWheelEvent(Component, int, long, int, int, int, int, boolean, int, int, int) - Constructor for class org.dreambot.api.input.event.impl.mouse.awt.DBMouseWheelEvent
- DEADMAN - org.dreambot.api.methods.world.WorldType
- DEATH - Static variable in class org.dreambot.api.methods.Animations
- DEATH_CHARGE - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- DEATH_CHARGE - org.dreambot.api.methods.magic.Arceuus
- DEATH_PLATEAU - org.dreambot.api.methods.quest.book.PaidQuest
- DEATH_TO_THE_DORGESHUUN - org.dreambot.api.methods.quest.book.PaidQuest
- DEATHS_DOOR - org.dreambot.api.randoms.RandomEvent
- DeathsDoor - Class in org.dreambot.api.randoms
- DeathsDoor() - Constructor for class org.dreambot.api.randoms.DeathsDoor
- debug(Object) - Method in class org.dreambot.api.methods.MethodProvider
-
Logs to console with
Logger.LogType.DEBUG
Only logs if debug flag is enabled - debug(Object) - Static method in class org.dreambot.api.utilities.Logger
- debug(Supplier<Object>) - Static method in class org.dreambot.api.utilities.Logger
- DEBUG - org.dreambot.api.utilities.Logger.LogType
- declineTrade() - Static method in class org.dreambot.api.methods.trade.Trade
-
Declines the trade based on which screen is currently open
- declineTrade(int) - Static method in class org.dreambot.api.methods.trade.Trade
-
Declines trade for screen specified
- DECORATION_BLOCK - Static variable in class org.dreambot.api.methods.walking.pathfinding.data.TileFlags
- DEFENCE - org.dreambot.api.methods.combat.CombatStyle
- DEFENCE - org.dreambot.api.methods.skills.Skill
- DEFENDER_OF_VARROCK - org.dreambot.api.methods.quest.book.PaidQuest
- DEGRIME - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- DEGRIME - org.dreambot.api.methods.magic.Arceuus
- DELETE - org.dreambot.api.input.event.impl.keyboard.awt.Key
- deleteAccount(String) - Static method in class org.dreambot.api.utilities.AccountManager
-
Removes the account with the specified nickname from the accounts list.
- deleteFriend(String) - Static method in class org.dreambot.api.methods.friend.Friends
-
Removes a player from your friends list based on player name
- deleteFriend(Friend) - Static method in class org.dreambot.api.methods.friend.Friends
-
Removes a
Friend
from your friends list - DEMON_SLAYER - org.dreambot.api.methods.quest.book.FreeQuest
- DEMONIC_GORILLA_AOE_ATTACK - Static variable in class org.dreambot.api.methods.Animations
- DEMONIC_GORILLA_DEFEND - Static variable in class org.dreambot.api.methods.Animations
- DEMONIC_GORILLA_MAGIC_ATTACK - Static variable in class org.dreambot.api.methods.Animations
- DEMONIC_GORILLA_MELEE_ATTACK - Static variable in class org.dreambot.api.methods.Animations
- DEMONIC_GORILLA_PRAYER_SWITCH - Static variable in class org.dreambot.api.methods.Animations
- DEMONIC_GORILLA_RANGED_ATTACK - Static variable in class org.dreambot.api.methods.Animations
- DEMONIC_OFFERING - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- DEMONIC_OFFERING - org.dreambot.api.methods.magic.Arceuus
- DENSE_ESSENCE_CHIPPING - Static variable in class org.dreambot.api.methods.Animations
- DENSE_ESSENCE_CHISELING - Static variable in class org.dreambot.api.methods.Animations
- DEPEND_ON_CB_LEVEL - org.dreambot.api.methods.hotkeys.NPCAttackOption
- DEPEND_ON_CB_LEVEL - org.dreambot.api.methods.hotkeys.PlayerAttackOption
- DEPENDS_ON_COMBAT_LEVELS - org.dreambot.api.data.ActionMode
- deposit(int) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
- deposit(int) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
- deposit(int, int) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
- deposit(int, int) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
- deposit(String) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
- deposit(String, int) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
- deposit(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
- deposit(Filter<Item>, int) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Deposits the first item that matches the given
Filter
for the given amount - deposit(Item) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
- deposit(Item, int) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
- deposit(String) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
- deposit(String, int) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
- deposit(Filter<Item>) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
- deposit(Filter<Item>, int) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
- deposit(Item) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
- deposit(Item, int) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
- DEPOSIT_BOX - org.dreambot.api.methods.container.impl.ContainerType
- depositAll(int) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
- depositAll(int) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
- depositAll(String) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
- depositAll(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
- depositAll(Item) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
- depositAll(String) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
- depositAll(Filter<Item>) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
- depositAll(Item) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
- depositAllEquipment() - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Deposits all worn equipment with the deposit all equipment button.
- depositAllEquipment() - Static method in class org.dreambot.api.methods.depositbox.DepositBox
- depositAllExcept(int[]) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
- depositAllExcept(Integer...) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
- depositAllExcept(String...) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
- depositAllExcept(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Deposits all items that do not match the given
Filter
Will callBank.depositAllItems()
if your inventory does not contain any of the given filter (nothing to exclude) - depositAllExcept(Integer...) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
- depositAllExcept(String...) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
- depositAllExcept(Filter<Item>) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
- depositAllItems() - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Deposits all items in your inventory with the deposit all button.
- depositAllItems() - Static method in class org.dreambot.api.methods.depositbox.DepositBox
- depositAllLoot() - Static method in class org.dreambot.api.methods.depositbox.DepositBox
- DepositBox - Class in org.dreambot.api.methods.depositbox
- DESCENDING - org.dreambot.api.methods.walking.TileObstacle.Type
- description() - Method in annotation type org.dreambot.api.script.ScriptManifest
- deselect() - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Deselects any item if it is selected
- deselect() - Static method in class org.dreambot.api.methods.magic.Magic
-
Deselects the current spell if one is selected
- DESERT_EAGLE_STATION - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- DESERT_TREASURE - org.dreambot.api.methods.quest.book.PaidQuest
- DESERT_TREASURE_II - org.dreambot.api.methods.quest.book.PaidQuest
- DesertDiary - Class in org.dreambot.api.methods.diary
- DesertDiary() - Constructor for class org.dreambot.api.methods.diary.DesertDiary
- DESIGNER - org.dreambot.api.methods.ForumRank
- destroy() - Method in class org.dreambot.core.Instance
- DestructableObstacle - Class in org.dreambot.api.methods.walking.pathfinding.impl.obstacle.impl
-
Created with IntelliJ IDEA.
- DestructableObstacle(String, String) - Constructor for class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.impl.DestructableObstacle
-
Instantiates a new Path obstacle with name and action
- DestructableObstacle(String, String, Tile, Tile, Tile) - Constructor for class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.impl.DestructableObstacle
-
Instantiates a new Path obstacle with name action, and both primary and secondary tile
- DestructableObstacle.DestructableObstacleBuilder - Class in org.dreambot.api.methods.walking.pathfinding.impl.obstacle.impl
- DestructableObstacleBuilder(String, String) - Constructor for class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.impl.DestructableObstacle.DestructableObstacleBuilder
- DEVELOPER - org.dreambot.api.methods.ForumRank
- DEVIOUS_MINDS - org.dreambot.api.methods.quest.book.PaidQuest
- DIALOG - org.dreambot.api.wrappers.widgets.message.MessageType
- Dialogues - Class in org.dreambot.api.methods.dialogues
- Diaries - Class in org.dreambot.api.methods.diary
- Diaries() - Constructor for class org.dreambot.api.methods.diary.Diaries
- Diary - Class in org.dreambot.api.methods.diary
- Diary() - Constructor for class org.dreambot.api.methods.diary.Diary
- DIARY_ARDOUGNE_EASY - Static variable in class org.dreambot.api.methods.settings.vars.VarBit
-
Diary Entries
- DIARY_ARDOUGNE_ELITE - Static variable in class org.dreambot.api.methods.settings.vars.VarBit
- DIARY_ARDOUGNE_HARD - Static variable in class org.dreambot.api.methods.settings.vars.VarBit
- DIARY_ARDOUGNE_MEDIUM - Static variable in class org.dreambot.api.methods.settings.vars.VarBit
- DIARY_DESERT_EASY - Static variable in class org.dreambot.api.methods.settings.vars.VarBit
- DIARY_DESERT_ELITE - Static variable in class org.dreambot.api.methods.settings.vars.VarBit
- DIARY_DESERT_HARD - Static variable in class org.dreambot.api.methods.settings.vars.VarBit
- DIARY_DESERT_MEDIUM - Static variable in class org.dreambot.api.methods.settings.vars.VarBit
- DIARY_FALADOR_EASY - Static variable in class org.dreambot.api.methods.settings.vars.VarBit
- DIARY_FALADOR_ELITE - Static variable in class org.dreambot.api.methods.settings.vars.VarBit
- DIARY_FALADOR_HARD - Static variable in class org.dreambot.api.methods.settings.vars.VarBit
- DIARY_FALADOR_MEDIUM - Static variable in class org.dreambot.api.methods.settings.vars.VarBit
- DIARY_FREMENNIK_EASY - Static variable in class org.dreambot.api.methods.settings.vars.VarBit
- DIARY_FREMENNIK_ELITE - Static variable in class org.dreambot.api.methods.settings.vars.VarBit
- DIARY_FREMENNIK_HARD - Static variable in class org.dreambot.api.methods.settings.vars.VarBit
- DIARY_FREMENNIK_MEDIUM - Static variable in class org.dreambot.api.methods.settings.vars.VarBit
- DIARY_KANDARIN_EASY - Static variable in class org.dreambot.api.methods.settings.vars.VarBit
- DIARY_KANDARIN_ELITE - Static variable in class org.dreambot.api.methods.settings.vars.VarBit
- DIARY_KANDARIN_HARD - Static variable in class org.dreambot.api.methods.settings.vars.VarBit
- DIARY_KANDARIN_MEDIUM - Static variable in class org.dreambot.api.methods.settings.vars.VarBit
- DIARY_KARAMJA_EASY - Static variable in class org.dreambot.api.methods.settings.vars.VarBit
- DIARY_KARAMJA_ELITE - Static variable in class org.dreambot.api.methods.settings.vars.VarBit
- DIARY_KARAMJA_HARD - Static variable in class org.dreambot.api.methods.settings.vars.VarBit
- DIARY_KARAMJA_MEDIUM - Static variable in class org.dreambot.api.methods.settings.vars.VarBit
- DIARY_KOUREND_EASY - Static variable in class org.dreambot.api.methods.settings.vars.VarBit
- DIARY_KOUREND_ELITE - Static variable in class org.dreambot.api.methods.settings.vars.VarBit
- DIARY_KOUREND_HARD - Static variable in class org.dreambot.api.methods.settings.vars.VarBit
- DIARY_KOUREND_MEDIUM - Static variable in class org.dreambot.api.methods.settings.vars.VarBit
- DIARY_LUMBRIDGE_EASY - Static variable in class org.dreambot.api.methods.settings.vars.VarBit
- DIARY_LUMBRIDGE_ELITE - Static variable in class org.dreambot.api.methods.settings.vars.VarBit
- DIARY_LUMBRIDGE_HARD - Static variable in class org.dreambot.api.methods.settings.vars.VarBit
- DIARY_LUMBRIDGE_MEDIUM - Static variable in class org.dreambot.api.methods.settings.vars.VarBit
- DIARY_MORYTANIA_EASY - Static variable in class org.dreambot.api.methods.settings.vars.VarBit
- DIARY_MORYTANIA_ELITE - Static variable in class org.dreambot.api.methods.settings.vars.VarBit
- DIARY_MORYTANIA_HARD - Static variable in class org.dreambot.api.methods.settings.vars.VarBit
- DIARY_MORYTANIA_MEDIUM - Static variable in class org.dreambot.api.methods.settings.vars.VarBit
- DIARY_VARROCK_EASY - Static variable in class org.dreambot.api.methods.settings.vars.VarBit
- DIARY_VARROCK_ELITE - Static variable in class org.dreambot.api.methods.settings.vars.VarBit
- DIARY_VARROCK_HARD - Static variable in class org.dreambot.api.methods.settings.vars.VarBit
- DIARY_VARROCK_MEDIUM - Static variable in class org.dreambot.api.methods.settings.vars.VarBit
- DIARY_WESTERN_EASY - Static variable in class org.dreambot.api.methods.settings.vars.VarBit
- DIARY_WESTERN_ELITE - Static variable in class org.dreambot.api.methods.settings.vars.VarBit
- DIARY_WESTERN_HARD - Static variable in class org.dreambot.api.methods.settings.vars.VarBit
- DIARY_WESTERN_MEDIUM - Static variable in class org.dreambot.api.methods.settings.vars.VarBit
- DIARY_WILDERNESS_EASY - Static variable in class org.dreambot.api.methods.settings.vars.VarBit
- DIARY_WILDERNESS_ELITE - Static variable in class org.dreambot.api.methods.settings.vars.VarBit
- DIARY_WILDERNESS_HARD - Static variable in class org.dreambot.api.methods.settings.vars.VarBit
- DIARY_WILDERNESS_MEDIUM - Static variable in class org.dreambot.api.methods.settings.vars.VarBit
- DiaryRequirement - Class in org.dreambot.api.methods.diary.requirement
-
Deprecated.
- DiaryRequirement(String, Requirement...) - Constructor for class org.dreambot.api.methods.diary.requirement.DiaryRequirement
-
Deprecated.
- DIG - Static variable in class org.dreambot.api.methods.Animations
- DIGSITE - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- DIGSITE_SCROLL - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- direction() - Method in class org.dreambot.api.methods.walking.path.AbstractPath
-
Gets the PathDirection
- Direction - Enum in org.dreambot.api.wrappers.interactive.util
-
Created with IntelliJ IDEA.
- disable() - Method in class org.dreambot.api.randoms.RandomSolver
- DISABLED - org.dreambot.api.methods.login.LoginStage
- DISABLED - org.dreambot.api.methods.RSLoginResponse
- disableEquipmentTeleports() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
- disableEquippingTeleports() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
- disableInventoryTeleports() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
- disableSolver(String) - Method in class org.dreambot.api.randoms.RandomManager
- disableSolver(RandomEvent) - Method in class org.dreambot.api.randoms.RandomManager
- disableTeleport(Teleport) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
-
Disables a teleport from being used in the pathfinder
- disableWebNodeType(WebNodeType) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
-
Disables a type of web nodes from being used in the pathfinder
- DISCONNECTED - org.dreambot.api.methods.login.LoginStage
- DISMISS - org.dreambot.api.randoms.RandomEvent
- DismissBankNotificationTutorial - Class in org.dreambot.api.randoms
- DismissBankNotificationTutorial() - Constructor for class org.dreambot.api.randoms.DismissBankNotificationTutorial
- DismissBankTutorial - Class in org.dreambot.api.randoms
- DismissBankTutorial() - Constructor for class org.dreambot.api.randoms.DismissBankTutorial
- DismissSolver - Class in org.dreambot.api.randoms
- DismissSolver() - Constructor for class org.dreambot.api.randoms.DismissSolver
- dispatch(EventListener) - Method in class org.dreambot.api.script.event.impl.ActionEvent
- dispatch(EventListener) - Method in class org.dreambot.api.script.event.impl.BankItemEvent
- dispatch(EventListener) - Method in class org.dreambot.api.script.event.impl.BreakEvent
- dispatch(EventListener) - Method in class org.dreambot.api.script.event.impl.EquipmentItemEvent
- dispatch(EventListener) - Method in class org.dreambot.api.script.event.impl.ExperienceEvent
- dispatch(EventListener) - Method in class org.dreambot.api.script.event.impl.GameObjectSpawnEvent
- dispatch(EventListener) - Method in class org.dreambot.api.script.event.impl.GameStateEvent
- dispatch(EventListener) - Method in class org.dreambot.api.script.event.impl.GroundItemSpawnEvent
- dispatch(EventListener) - Method in class org.dreambot.api.script.event.impl.HitSplatEvent
- dispatch(EventListener) - Method in class org.dreambot.api.script.event.impl.HumanMouseEvent
- dispatch(EventListener) - Method in class org.dreambot.api.script.event.impl.InventoryItemEvent
- dispatch(EventListener) - Method in class org.dreambot.api.script.event.impl.LoadingStateEvent
- dispatch(EventListener) - Method in class org.dreambot.api.script.event.impl.LoginResponseEvent
- dispatch(EventListener) - Method in class org.dreambot.api.script.event.impl.LoginStageEvent
- dispatch(EventListener) - Method in class org.dreambot.api.script.event.impl.LootBagItemEvent
- dispatch(EventListener) - Method in class org.dreambot.api.script.event.impl.MenuAddedEvent
- dispatch(EventListener) - Method in class org.dreambot.api.script.event.impl.MessageEvent
- dispatch(EventListener) - Method in class org.dreambot.api.script.event.impl.NpcAnimationEvent
- dispatch(EventListener) - Method in class org.dreambot.api.script.event.impl.PaintEvent
- dispatch(EventListener) - Method in class org.dreambot.api.script.event.impl.PlayerAnimationEvent
- dispatch(EventListener) - Method in class org.dreambot.api.script.event.impl.ProjectileTargetEvent
- dispatch(EventListener) - Method in class org.dreambot.api.script.event.impl.RegionLoadEvent
- dispatch(EventListener) - Method in class org.dreambot.api.script.event.impl.RSCanvasFocusEvent
- dispatch(EventListener) - Method in class org.dreambot.api.script.event.impl.RSCanvasKeyboardEvent
- dispatch(EventListener) - Method in class org.dreambot.api.script.event.impl.RSCanvasMouseEvent
- dispatch(EventListener) - Method in class org.dreambot.api.script.event.impl.ScriptPrefiredEvent
- dispatch(EventListener) - Method in class org.dreambot.api.script.event.impl.ServerTickEvent
- dispatch(EventListener) - Method in class org.dreambot.api.script.event.impl.SpawnEvent
- dispatch(EventListener) - Method in class org.dreambot.api.script.event.impl.SpotAnimationEvent
- dispatch(EventListener) - Method in class org.dreambot.api.script.event.impl.TickEvent
- dispatch(EventListener) - Method in class org.dreambot.api.script.event.impl.VarBitEvent
- dispatch(EventListener) - Method in class org.dreambot.api.script.event.impl.VarpEvent
- dispatch(EventListener) - Method in class org.dreambot.api.script.event.impl.WidgetDecodedEvent
- dispatch(EventListener) - Method in class org.dreambot.api.script.event.ScriptEvent
- dispatchCanvasEvent(AWTEvent) - Static method in class org.dreambot.core.Instance
- dispatchPressed(char) - Method in class org.dreambot.api.methods.event.KeyboardEvent
-
Deprecated.
- dispatchReleased(char) - Method in class org.dreambot.api.methods.event.KeyboardEvent
-
Deprecated.
- dispatchTyped(char) - Method in class org.dreambot.api.methods.event.KeyboardEvent
-
Deprecated.
- DISPLAY - org.dreambot.api.ClientSettings.SettingsTab
- distance() - Method in class org.dreambot.api.methods.map.Tile
-
Gets the distance between the current Tile and your player.
- distance() - Method in class org.dreambot.api.wrappers.interactive.Entity
- distance() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- distance(int, int, int, int) - Static method in class org.dreambot.api.methods.Calculations
-
Calculates the distance between two sets of coordinates
- distance(Point, Point) - Static method in class org.dreambot.api.methods.Calculations
-
Calculates the distance between two points
- distance(Tile, Tile) - Static method in class org.dreambot.api.methods.Calculations
-
Calculates the distance between two tiles.
- distance(Tile) - Method in class org.dreambot.api.methods.map.Tile
-
Gets the distance between the current Tile and specified Tile
- distance(Tile) - Method in class org.dreambot.api.methods.walking.web.node.AbstractWebNode
- distance(Tile) - Method in class org.dreambot.api.wrappers.interactive.Entity
- distance(Tile) - Method in class org.dreambot.api.wrappers.interactive.GameObject
- distance(Tile) - Method in interface org.dreambot.api.wrappers.interactive.Locatable
-
Distance (as the crow flies) away from the given tile.
- distance(Entity) - Method in class org.dreambot.api.methods.map.Tile
-
Gets the distance of the current Tile to the Entity
- distance(Entity) - Method in class org.dreambot.api.wrappers.interactive.Entity
-
Distance away from the given entity.
- distance(Entity) - Method in class org.dreambot.api.wrappers.interactive.GameObject
- DOCS_CONTRIBUTOR - org.dreambot.api.methods.ForumRank
- doEmote(Emote) - Static method in class org.dreambot.api.methods.emotes.Emotes
-
Performs chosen emote
- DOLLAR - org.dreambot.api.input.event.impl.keyboard.awt.Key
- DOLLAR_SIGN - org.dreambot.api.utilities.ShiftKeys
- DONDAKAN - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- DONDAKAN - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.JewelryBox
- doRandomEmote() - Static method in class org.dreambot.api.methods.emotes.Emotes
-
Does a random emote
- DORGESH_KAAN - org.dreambot.api.methods.container.impl.bank.BankLocation
- DORICS_QUEST - org.dreambot.api.methods.quest.book.FreeQuest
- DOUBLE_QUOTES - org.dreambot.api.input.event.impl.keyboard.awt.Key
- DOWN - org.dreambot.api.input.event.impl.keyboard.awt.Key
- DOWN - org.dreambot.api.input.event.impl.mouse.impl.wheel.WheelMode
-
Deprecated.
- DOWN - org.dreambot.api.input.event.impl.mouse.WheelMode
- drag(int, int) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Drags the item from one slot to another, either of which can be empty to simply move an item from one slot to the other
- drag(int, int) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
This will move the first matching item in the inventory to the provided slot.
- drag(String, int) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
This will move the first matching item in the inventory to the provided slot.
- drag(Filter<Item>, int) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
This will move the first matching item in the inventory to the provided slot.
- drag(Item, int) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
This will move the first matching item in the inventory to the provided slot.
- drag(Point) - Static method in class org.dreambot.api.input.Mouse
-
Drags the mouse from current point to the given point
- drag(Rectangle) - Static method in class org.dreambot.api.input.Mouse
-
Drags the mouse from current position to the given Rectangle
- drag(AbstractMouseDestination<?>) - Static method in class org.dreambot.api.input.Mouse
-
Drags the mouse to the given AbstractMouseDestination Automatically temporarily disables mouse hop if enabled
- drag(Tile) - Static method in class org.dreambot.api.input.Mouse
-
Drags the mouse from the current point to the given Tile
- drag(Entity) - Static method in class org.dreambot.api.input.Mouse
-
Drags the mouse from the current position to the given Entity
- DRAG - org.dreambot.api.input.event.impl.mouse.MouseMode
- DRAGON_SLAYER - org.dreambot.api.methods.quest.book.FreeQuest
- DRAGON_SLAYER_2 - org.dreambot.api.methods.quest.book.PaidQuest
- DRAGONFIRE_SHIELD_SPECIAL - Static variable in class org.dreambot.api.methods.Animations
- drawModel(Graphics2D, int, int, int, Model) - Method in class org.dreambot.api.methods.ViewportTools
- drawMouse() - Method in class org.dreambot.core.Instance
- drawWireFrame(Graphics) - Method in class org.dreambot.api.wrappers.interactive.Model
-
Draws wire frame of this object.
- DRAYNOR - org.dreambot.api.methods.container.impl.bank.BankLocation
- DRAYNOR_MANOR - org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
- DRAYNOR_MANOR - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.HousePortal
- DRAYNOR_MANOR_TAB - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- DRAYNOR_MANOR_TELEPORT - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- DRAYNOR_MANOR_TELEPORT - org.dreambot.api.methods.magic.Arceuus
- DRAYNOR_VILLAGE - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- DRAYNOR_VILLAGE - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.JewelryBox
- DREAM - org.dreambot.api.methods.magic.Lunar
- DREAM_MENTOR - org.dreambot.api.methods.quest.book.PaidQuest
- drop(int) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Drops the item with specified ID from inventory
- drop(String) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Drops the item with specified name from Inventory
- drop(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Drops the item matching specified Filter from Inventory
- dropAll() - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Drops all items in your inventory.
- dropAll(int) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Drops all items in your inventory matching specified ID
- dropAll(int[]) - Static method in class org.dreambot.api.methods.container.impl.Inventory
- dropAll(String) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Drops all items in your inventory matching specified name
- dropAll(String...) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Drops all items in your inventory matching specified names.
- dropAll(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Drops all items in your inventory matching the specified filter
- dropAll(Integer...) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Drops all items in your inventory matching specified id's
- dropAllExcept(int[]) - Static method in class org.dreambot.api.methods.container.impl.Inventory
- dropAllExcept(String...) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Drops all items that don't match the given names
- dropAllExcept(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Drops all items that are not filtered.
- dropAllExcept(Integer...) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Drops all items that don't match the given ID's
- dropAllItems() - Static method in class org.dreambot.api.methods.input.MouseKeys
- dropAllItemsExcept(int[]) - Static method in class org.dreambot.api.methods.input.MouseKeys
- dropAllItemsExceptInSlots(int[], int[]) - Static method in class org.dreambot.api.methods.input.MouseKeys
- dropAllItemsInSlots(int[]) - Static method in class org.dreambot.api.methods.input.MouseKeys
- dropAllSpecificItems(int[]) - Static method in class org.dreambot.api.methods.input.MouseKeys
- dropAllSpecificItemsInSlots(int[], int[]) - Static method in class org.dreambot.api.methods.input.MouseKeys
- dropColumn(int, Filter<Item>) - Static method in class org.dreambot.api.methods.input.MouseKeys
-
Drops all the items in a given column that match the given filter
- dropItem(Item, Filter<Item>) - Static method in class org.dreambot.api.methods.input.MouseKeys
-
Checks the item against the given filter, if the item is null or dropFilter doesn't match, it skips it otherwise calls mouseKeyCombo
- dropItems(Filter<Item>) - Static method in class org.dreambot.api.methods.input.MouseKeys
-
Drops all items in all rows that match the dropFilter
- DropPattern - Interface in org.dreambot.api.methods.container.impl
-
The drop pattern interface used in
Inventory
dropAll methods for determining which item we should drop first. - DRUIDIC_RITUAL - org.dreambot.api.methods.quest.book.PaidQuest
- DUEL - org.dreambot.api.wrappers.widgets.message.MessageType
- DUEL_ARENA - org.dreambot.api.methods.container.impl.bank.BankLocation
- DUEL_ARENA - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
-
Deprecated.
- DUEL_ARENA - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.JewelryBox
-
Deprecated.
- DUEL_OPPONENT_NAME - Static variable in class org.dreambot.api.methods.cs2.VarClientString
- DUNGEON_DORGESHKAAN - org.dreambot.api.methods.fairyring.FairyLocation
- DUNGEON_MYRQUE_HIDEOUT - org.dreambot.api.methods.fairyring.FairyLocation
- duplicate(Tile) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.impl.ClimbableObstacle
- duplicate(Tile) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.impl.DestructableObstacle
- duplicate(Tile) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.impl.PassableObstacle
- duplicate(Tile) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.impl.SOSDoor
- duplicate(Tile) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.impl.TeleportObstacle
- duplicate(Tile) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.PathObstacle
-
Creates a new PathObstacle setting the obstacles tile Note: This MUST return a new PathObstacle with the correct obstacle tile
- DWARF_CANNON - org.dreambot.api.methods.quest.book.PaidQuest
- dynamicRandom() - Method in class org.dreambot.api.input.mouse.algorithm.StandardMouseAlgorithm
-
Dynamic random value based on the current characters user name.
E
- E - org.dreambot.api.input.event.impl.keyboard.awt.Key
- EADGARS_RUSE - org.dreambot.api.methods.quest.book.PaidQuest
- EAGLE_EYE - org.dreambot.api.methods.prayer.Prayer
- EAGLES_PEAK - org.dreambot.api.methods.quest.book.PaidQuest
- EARTH_ALTAR - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- EARTH_BLAST - org.dreambot.api.methods.magic.Normal
- EARTH_BOLT - org.dreambot.api.methods.magic.Normal
- EARTH_STRIKE - org.dreambot.api.methods.magic.Normal
- EARTH_SURGE - org.dreambot.api.methods.magic.Normal
- EARTH_WAVE - org.dreambot.api.methods.magic.Normal
- EAST - org.dreambot.api.wrappers.interactive.util.Direction
- EAST_ARDOUGNE - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.HousePortal
- EAST_YANILLE - org.dreambot.api.methods.fairyring.FairyLocation
- easyFinished() - Method in class org.dreambot.api.methods.diary.ArdougneDiary
- easyFinished() - Method in class org.dreambot.api.methods.diary.DesertDiary
- easyFinished() - Method in class org.dreambot.api.methods.diary.Diary
- easyFinished() - Method in class org.dreambot.api.methods.diary.FaladorDiary
- easyFinished() - Method in class org.dreambot.api.methods.diary.FremennikDiary
- easyFinished() - Method in class org.dreambot.api.methods.diary.KandarinDiary
- easyFinished() - Method in class org.dreambot.api.methods.diary.KaramjaDiary
- easyFinished() - Method in class org.dreambot.api.methods.diary.KourendKebosDiary
- easyFinished() - Method in class org.dreambot.api.methods.diary.LumbridgeDraynorDiary
- easyFinished() - Method in class org.dreambot.api.methods.diary.MorytaniaDiary
- easyFinished() - Method in class org.dreambot.api.methods.diary.VarrockDiary
- easyFinished() - Method in class org.dreambot.api.methods.diary.WesternProvincesDiary
- easyFinished() - Method in class org.dreambot.api.methods.diary.WildernessDiary
- eat() - Method in enum org.dreambot.api.data.consumables.Food
-
Eats the given food using
Inventory.interact(Filter, String)
usingFood.getFilter()
and either "Eat" or "Drink" as the action. - eat(boolean) - Static method in enum org.dreambot.api.data.consumables.Food
- eat(int, boolean) - Static method in enum org.dreambot.api.data.consumables.Food
-
Checks for the best
Food
and eats it based on the minHealth and overEat parameters. - ECTOFUNTUS - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- EDGEVILLE - org.dreambot.api.methods.container.impl.bank.BankLocation
- EDGEVILLE - org.dreambot.api.methods.fairyring.FairyLocation
- EDGEVILLE - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- EDGEVILLE - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.JewelryBox
- EDGEVILLE_MONASTERY - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- EDGEVILLE_MONASTERY - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.JewelryBox
- EFFECTS_SOUND_PLAYER_SETTING - Static variable in class org.dreambot.api.methods.settings.vars.VarPlayer
- EIGHT - org.dreambot.api.input.event.impl.keyboard.awt.Key
- EIGHTH_TAB - org.dreambot.api.methods.container.impl.bank.BankTab
- elapsed() - Method in class org.dreambot.api.utilities.Timer
- elapsed(long) - Static method in class org.dreambot.api.methods.Calculations
-
Calculates the time elapsed from the supplied previous time.
- ELEMENTAL_WORKSHOP_I - org.dreambot.api.methods.quest.book.PaidQuest
- ELEMENTAL_WORKSHOP_II - org.dreambot.api.methods.quest.book.PaidQuest
- ELITE_DONOR - org.dreambot.api.methods.ForumRank
- eliteFinished() - Method in class org.dreambot.api.methods.diary.ArdougneDiary
- eliteFinished() - Method in class org.dreambot.api.methods.diary.DesertDiary
- eliteFinished() - Method in class org.dreambot.api.methods.diary.Diary
- eliteFinished() - Method in class org.dreambot.api.methods.diary.FaladorDiary
- eliteFinished() - Method in class org.dreambot.api.methods.diary.FremennikDiary
- eliteFinished() - Method in class org.dreambot.api.methods.diary.KandarinDiary
- eliteFinished() - Method in class org.dreambot.api.methods.diary.KaramjaDiary
- eliteFinished() - Method in class org.dreambot.api.methods.diary.KourendKebosDiary
- eliteFinished() - Method in class org.dreambot.api.methods.diary.LumbridgeDraynorDiary
- eliteFinished() - Method in class org.dreambot.api.methods.diary.MorytaniaDiary
- eliteFinished() - Method in class org.dreambot.api.methods.diary.VarrockDiary
- eliteFinished() - Method in class org.dreambot.api.methods.diary.WesternProvincesDiary
- eliteFinished() - Method in class org.dreambot.api.methods.diary.WildernessDiary
- EMIRS_ARENA - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- EMIRS_ARENA - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.JewelryBox
- Emote - Enum in org.dreambot.api.methods.emotes
- Emotes - Class in org.dreambot.api.methods.emotes
- EMOTES - org.dreambot.api.methods.hotkeys.TabKey
- EMOTES - org.dreambot.api.methods.tabs.Tab
- EMPTY - org.dreambot.api.methods.grandexchange.Status
- EMPTY - org.dreambot.api.methods.hint.HintArrowType
- EMPTY_SETTING - org.dreambot.api.input.event.impl.InteractionSetting
- emptySlotCount() - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Number of slots that do not contain an item or placeholder
- emptySlotCount() - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Gets the number of slots that do not contain items
- emptySlotCount() - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Empty slot count.
- emptySlotCount() - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Empty slot count.
- emptySlotCount() - Static method in class org.dreambot.api.methods.depositbox.DepositBox
-
Empty slot count.
- enable() - Method in class org.dreambot.api.randoms.RandomSolver
- enabled() - Static method in class org.dreambot.api.wrappers.widgets.builder.MenuRowQueue
- enableEquipmentTeleports() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
- enableEquippingTeleports() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
- enableInputs() - Method in class org.dreambot.core.Instance
- enableInventoryTeleports() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
- enableSolver(String) - Method in class org.dreambot.api.randoms.RandomManager
- enableSolver(RandomEvent) - Method in class org.dreambot.api.randoms.RandomManager
- enableTeleport(Teleport) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
-
Re-enables a previously disabled teleport to be used in the pathfinder
- enableWebNodeType(WebNodeType) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
-
Re-enables a previously disabled type of web nodes to be used in the pathfinder
- ENAKHRAS_LAMENT - org.dreambot.api.methods.quest.book.PaidQuest
- ENCHANT_CROSSBOW_BOLT - org.dreambot.api.methods.magic.Normal
- ENCHANTED_KEY - org.dreambot.api.methods.quest.book.MiniQuest
- ENCHANTED_VALLEY - org.dreambot.api.methods.fairyring.FairyLocation
- endNode - Variable in class org.dreambot.api.methods.walking.web.node.CustomWebPath
- endTile(Tile) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.impl.ClimbableObstacle.ClimbableObstacleBuilder
-
Sets the end tile of the obstacle
- endTile(Tile) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.impl.DestructableObstacle.DestructableObstacleBuilder
- endTile(Tile) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.impl.PassableObstacle.PassableObstacleBuilder
- ENERGY_TRANSFER - org.dreambot.api.methods.magic.Lunar
- ENERGY_TRANSFER_VENGEANCE_OTHER - Static variable in class org.dreambot.api.methods.Animations
- ENFEEBLE - org.dreambot.api.methods.magic.Normal
- ENGINE - org.dreambot.api.wrappers.widgets.message.MessageType
- ENLIGHTENED_JOURNEY - org.dreambot.api.methods.quest.book.PaidQuest
- ENTANGLE - org.dreambot.api.methods.magic.Normal
- ENTER - org.dreambot.api.input.event.impl.keyboard.awt.Key
- ENTER_AUTH - org.dreambot.api.data.GameState
- ENTER_AUTH - org.dreambot.api.methods.RSLoginResponse
- ENTER_INFO - org.dreambot.api.methods.login.LoginStage
- ENTER_THE_ABYSS - org.dreambot.api.methods.quest.book.MiniQuest
- enterCode(int, String) - Static method in class org.dreambot.api.methods.fairyring.FairyRings
-
Enters a letter for a given slot First slot starts at 0
- EnterEvent - Class in org.dreambot.api.input.event.impl.mouse.type
-
Creates and sends a
MouseEvent.MOUSE_ENTERED
- EnterEvent(Point) - Constructor for class org.dreambot.api.input.event.impl.mouse.type.EnterEvent
- enterPassword(String) - Static method in class org.dreambot.api.methods.login.LoginUtility
- enterTravelCode(String[]) - Static method in class org.dreambot.api.methods.fairyring.FairyRings
-
See enterTravelCode(FairyLocation fl)
- enterTravelCode(FairyLocation) - Static method in class org.dreambot.api.methods.fairyring.FairyRings
-
Enters the code for a given fairy location
- enterUsername(String) - Static method in class org.dreambot.api.methods.login.LoginUtility
- Entity - Class in org.dreambot.api.wrappers.interactive
-
The wrapper for all interactable game objects.
- ENTITY_DESTINATION - Static variable in class org.dreambot.api.input.mouse.destination.AbstractMouseDestination
- EntityDestination - Class in org.dreambot.api.input.mouse.destination.impl
-
Created with IntelliJ IDEA.
- EntityDestination(Entity) - Constructor for class org.dreambot.api.input.mouse.destination.impl.EntityDestination
- EntityFilter<E extends Entity> - Class in org.dreambot.api.methods.filter.impl
-
Created with IntelliJ IDEA.
- EntityFilter(E) - Constructor for class org.dreambot.api.methods.filter.impl.EntityFilter
- ENTRANCE_NODE - org.dreambot.api.methods.walking.web.node.WebNodeType
- EntranceWebNode - Class in org.dreambot.api.methods.walking.web.node.impl
-
Web node that uses an object to go somewhere on a different plane or far away Default weight of 25
- EntranceWebNode(int, int) - Constructor for class org.dreambot.api.methods.walking.web.node.impl.EntranceWebNode
- EntranceWebNode(int, int, int) - Constructor for class org.dreambot.api.methods.walking.web.node.impl.EntranceWebNode
- EntranceWebNode(int, int, int, String, String) - Constructor for class org.dreambot.api.methods.walking.web.node.impl.EntranceWebNode
- EntranceWebNode(Tile, String, String) - Constructor for class org.dreambot.api.methods.walking.web.node.impl.EntranceWebNode
- EntranceWebNode(WebNodes.WebNode) - Constructor for class org.dreambot.api.methods.walking.web.node.impl.EntranceWebNode
- ENTRY - org.dreambot.api.methods.walking.TileObstacle.Type
- equals(Object) - Method in class org.dreambot.api.input.event.impl.keyboard.KeyboardEvent
- equals(Object) - Method in class org.dreambot.api.input.event.impl.keyboard.type.AbstractKeyEvent
- equals(Object) - Method in class org.dreambot.api.input.event.impl.keyboard.type.HoldKey
- equals(Object) - Method in class org.dreambot.api.input.event.impl.keyboard.type.PressKey
- equals(Object) - Method in class org.dreambot.api.input.event.impl.keyboard.type.ReleaseKey
- equals(Object) - Method in class org.dreambot.api.input.event.impl.keyboard.type.TypeKey
- equals(Object) - Method in class org.dreambot.api.input.event.impl.mouse.MouseEvent
- equals(Object) - Method in class org.dreambot.api.input.event.impl.mouse.type.ClickEvent
- equals(Object) - Method in class org.dreambot.api.methods.map.Tile
- equals(Object) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.PathObstacle
- equals(Object) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathNode
- equals(Object) - Method in class org.dreambot.api.methods.walking.web.node.AbstractWebNode
- equals(Object) - Method in class org.dreambot.api.methods.walking.web.node.impl.items.RequiredItem
- equals(Object) - Method in class org.dreambot.api.methods.walking.web.node.impl.pathaware.MagicCarpetWebNode
- equals(Object) - Method in class org.dreambot.api.methods.walking.web.node.impl.pathaware.ShipWebNode
- equals(Object) - Method in class org.dreambot.api.wrappers.cache.nodes.MessageNode
- equals(Object) - Method in class org.dreambot.api.wrappers.graphics.GraphicsObject
- equals(Object) - Method in class org.dreambot.api.wrappers.interactive.Entity
- equals(Object) - Method in class org.dreambot.api.wrappers.items.Item
- equals(Object) - Method in class org.dreambot.api.wrappers.widgets.MenuRow
- equals(Object) - Method in class org.dreambot.api.wrappers.widgets.message.Message
- equals(Object) - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
- EQUALS - org.dreambot.api.input.event.impl.keyboard.awt.Key
- equip(EquipmentSlot, int[]) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
- equip(EquipmentSlot, Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Equips the first item that matches the given filter in the slot provided
- equip(EquipmentSlot, Integer...) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Equips the first item that matches one of the given IDs in the slot provided
- equip(EquipmentSlot, String...) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Equips the first item that matches one of the given names in the slot provided
- Equipment - Class in org.dreambot.api.methods.container.impl.equipment
- EQUIPMENT - org.dreambot.api.methods.container.general.ItemContainerId
- EQUIPMENT - org.dreambot.api.methods.container.impl.ContainerType
- EQUIPMENT - org.dreambot.api.methods.hotkeys.TabKey
- EQUIPMENT - org.dreambot.api.methods.tabs.Tab
- EquipmentItemEvent - Class in org.dreambot.api.script.event.impl
- EquipmentItemEvent(Item) - Constructor for class org.dreambot.api.script.event.impl.EquipmentItemEvent
- EquipmentItemEvent(Item, Item) - Constructor for class org.dreambot.api.script.event.impl.EquipmentItemEvent
- EquipmentSlot - Enum in org.dreambot.api.methods.container.impl.equipment
- ERNEST_THE_CHICKEN - org.dreambot.api.methods.quest.book.FreeQuest
- error(Object) - Method in class org.dreambot.api.methods.MethodProvider
-
Logs to console with
Logger.LogType.ERROR
- error(Object) - Static method in class org.dreambot.api.utilities.Logger
- error(Object, Throwable) - Static method in class org.dreambot.api.utilities.Logger
- error(String, Throwable) - Static method in class org.dreambot.api.utilities.Logger
- ERROR - org.dreambot.api.utilities.Logger.LogType
- ERROR_CONNECTING - org.dreambot.api.methods.RSLoginResponse
- ERROR_LOADING_PROFILE - org.dreambot.api.methods.RSLoginResponse
- ESC - org.dreambot.api.input.event.impl.keyboard.awt.Key
- ESC - org.dreambot.api.methods.hotkeys.Hotkey
- ETCETERIA - org.dreambot.api.methods.container.impl.bank.BankLocation
- EURO - org.dreambot.api.utilities.ShiftKeys
- EX_STAFF - org.dreambot.api.methods.ForumRank
- exactDistance(Tile) - Static method in class org.dreambot.api.methods.map.Map
-
Calculates the exact distance (number of tiles) your current player is away from destination.
- exactDistance(Tile, boolean) - Static method in class org.dreambot.api.methods.map.Map
-
Determines if the given destination tile reachable from your current local players position, and not blocked by any objects/obstacles.
- exactDistance(Tile, Tile) - Static method in class org.dreambot.api.methods.map.Map
-
Determines if the given destination tile reachable from the given start tile, and not blocked by any objects/obstacles.
- exactDistance(Tile, Tile, boolean) - Static method in class org.dreambot.api.methods.map.Map
-
Determines if the given destination tile reachable from the given start tile, and not blocked by any objects/obstacles.
- exactDistance(Entity) - Static method in class org.dreambot.api.methods.map.Map
-
Calculates the exact distance (number of tiles) your current player is away from destination.
- except(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Get all items which do not fit the given criteria.
- except(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Get all items which do not fit the given criteria.
- except(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Get all items which do not fit the given criteria.
- except(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Get all items which do not fit the given criteria.
- except(Filter<Item>) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
-
Get all items which do not fit the given criteria.
- EXCHANGE - org.dreambot.api.methods.container.impl.bank.BankType
- EXCLAMATION - org.dreambot.api.input.event.impl.keyboard.awt.Key
- EXCLAMATION_MARK - org.dreambot.api.utilities.ShiftKeys
- execute() - Method in class org.dreambot.api.methods.walking.web.node.AbstractWebNode
-
This is called by the walker to handle the actual walking, entity handling, or whatever else needed to get past this node.
- execute() - Method in class org.dreambot.api.methods.walking.web.node.impl.AgilityWebNode
- execute() - Method in class org.dreambot.api.methods.walking.web.node.impl.EntranceWebNode
- execute() - Method in class org.dreambot.api.methods.walking.web.node.impl.pathaware.ShipWebNode
- execute() - Method in enum org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- execute() - Method in enum org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
- execute() - Method in enum org.dreambot.api.methods.walking.web.node.impl.teleports.poh.HousePortal
- execute() - Method in enum org.dreambot.api.methods.walking.web.node.impl.teleports.poh.JewelryBox
- execute() - Method in interface org.dreambot.api.methods.walking.web.node.impl.teleports.Teleport
- execute() - Method in class org.dreambot.api.methods.walking.web.node.impl.teleports.TeleportWebNode
- execute() - Method in class org.dreambot.api.methods.walking.web.node.impl.TollWebNode
- execute() - Method in class org.dreambot.api.script.TaskNode
-
The actions that should execute when all conditions are met.
- execute(AbstractWebNode) - Method in class org.dreambot.api.methods.walking.web.node.impl.BasicWebNode
- execute(AbstractWebNode) - Method in class org.dreambot.api.methods.walking.web.node.impl.EntranceWebNode
- execute(AbstractWebNode) - Method in class org.dreambot.api.methods.walking.web.node.impl.pathaware.CharterWebNode
- execute(AbstractWebNode) - Method in class org.dreambot.api.methods.walking.web.node.impl.pathaware.FairyRingWebNode
- execute(AbstractWebNode) - Method in class org.dreambot.api.methods.walking.web.node.impl.pathaware.GnomeGliderWebNode
- execute(AbstractWebNode) - Method in class org.dreambot.api.methods.walking.web.node.impl.pathaware.MagicCarpetWebNode
- execute(AbstractWebNode) - Method in class org.dreambot.api.methods.walking.web.node.impl.pathaware.MountainGuideWebNode
- execute(AbstractWebNode) - Method in interface org.dreambot.api.methods.walking.web.node.impl.pathaware.PathAwareWebNode
-
This is the same as
AbstractWebNode.execute()
except the web walker will pass the next web node in the path after this node. - execute(AbstractWebNode) - Method in class org.dreambot.api.methods.walking.web.node.impl.pathaware.SpiritTreeWebNode
- exists() - Static method in class org.dreambot.api.methods.hint.HintArrow
- exists() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.PathObstacle
-
Checks whether the obstacles name, action, end tile, start tile, existing tile, and object itself exist
- exists() - Method in class org.dreambot.api.wrappers.graphics.Projectile
- exists() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Determines where or not this object exists in game.
- exists() - Method in class org.dreambot.api.wrappers.interactive.Entity
- exists() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- exists() - Method in class org.dreambot.api.wrappers.interactive.Model
-
Used to determine if this model exists and is valid.
- exists() - Method in interface org.dreambot.api.wrappers.interactive.Verified
-
Determines where or not this object exists in game.
- exists() - Method in class org.dreambot.api.wrappers.items.GroundItem
- exists(Class<T>, String...) - Static method in class org.dreambot.api.settings.ScriptSettings
-
Checks if a saved file exists at the provided file location steps and (if provided) checks if it can be loaded as the provided class
- ExitEvent - Class in org.dreambot.api.input.event.impl.mouse.type
-
creates and sends a
MouseEvent.MOUSE_EXITED
event Sets DreamBot'sMouse.setPosition(int, int)
to -1,-1 Destination point does NOT get altered - ExitEvent(Point) - Constructor for class org.dreambot.api.input.event.impl.mouse.type.ExitEvent
- ExperienceEvent - Class in org.dreambot.api.script.event.impl
-
An event based on any experience/level changes in the game.
- ExperienceEvent(int, int, Skill) - Constructor for class org.dreambot.api.script.event.impl.ExperienceEvent
- ExperienceListener - Interface in org.dreambot.api.script.listener
-
This is an experience listener used by scripts or other classes Events sent by a threaded experience listener, only dispatched while a script is running.
- EXPERT_REANIMATION - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- EXPERT_REANIMATION - org.dreambot.api.methods.magic.Arceuus
F
- F - org.dreambot.api.input.event.impl.keyboard.awt.Key
- F1 - org.dreambot.api.input.event.impl.keyboard.awt.Key
- F1 - org.dreambot.api.methods.hotkeys.Hotkey
- F10 - org.dreambot.api.input.event.impl.keyboard.awt.Key
- F10 - org.dreambot.api.methods.hotkeys.Hotkey
- F11 - org.dreambot.api.input.event.impl.keyboard.awt.Key
- F11 - org.dreambot.api.methods.hotkeys.Hotkey
- F12 - org.dreambot.api.input.event.impl.keyboard.awt.Key
- F12 - org.dreambot.api.methods.hotkeys.Hotkey
- F2 - org.dreambot.api.input.event.impl.keyboard.awt.Key
- F2 - org.dreambot.api.methods.hotkeys.Hotkey
- f2p() - Static method in class org.dreambot.api.methods.world.Worlds
-
Returns a list of f2p Worlds
- F2P - org.dreambot.api.methods.quest.book.Quest.Type
- F3 - org.dreambot.api.input.event.impl.keyboard.awt.Key
- F3 - org.dreambot.api.methods.hotkeys.Hotkey
- F4 - org.dreambot.api.input.event.impl.keyboard.awt.Key
- F4 - org.dreambot.api.methods.hotkeys.Hotkey
- F5 - org.dreambot.api.input.event.impl.keyboard.awt.Key
- F5 - org.dreambot.api.methods.hotkeys.Hotkey
- F6 - org.dreambot.api.input.event.impl.keyboard.awt.Key
- F6 - org.dreambot.api.methods.hotkeys.Hotkey
- F7 - org.dreambot.api.input.event.impl.keyboard.awt.Key
- F7 - org.dreambot.api.methods.hotkeys.Hotkey
- F8 - org.dreambot.api.input.event.impl.keyboard.awt.Key
- F8 - org.dreambot.api.methods.hotkeys.Hotkey
- F9 - org.dreambot.api.input.event.impl.keyboard.awt.Key
- F9 - org.dreambot.api.methods.hotkeys.Hotkey
- failed() - Method in class org.dreambot.api.input.event.AbstractEvent
-
Abstract
Condition
used to determine if current event has failed. - failed() - Method in class org.dreambot.api.input.event.impl.InteractionEvent
- failed() - Method in class org.dreambot.api.input.event.impl.keyboard.KeyboardEvent
-
Condition to determine if this event has failed.
- failed() - Method in class org.dreambot.api.input.event.impl.keyboard.type.AbstractKeyEvent
- failed() - Method in class org.dreambot.api.input.event.impl.mouse.AbstractMouseEvent
-
Deprecated.Abstract
Condition
used to determine if current event has failed. - failed() - Method in class org.dreambot.api.input.event.impl.mouse.impl.click.ClickEvent
-
Deprecated.Abstract
Condition
used to determine if current event has failed. - failed() - Method in class org.dreambot.api.input.event.impl.mouse.impl.MoveEvent
-
Deprecated.Abstract
Condition
used to determine if current event has failed. - failed() - Method in class org.dreambot.api.input.event.impl.mouse.impl.wheel.WheelEvent
-
Deprecated.Abstract
Condition
used to determine if current event has failed. - failed() - Method in class org.dreambot.api.input.event.impl.mouse.MouseEvent
-
Abstract
Condition
used to determine if current event has failed. - failed() - Method in class org.dreambot.api.input.event.impl.mouse.type.AbstractMouseEvent
- FAILED_TO_COMPLETE_LOGIN - org.dreambot.api.methods.RSLoginResponse
- FAILED_TO_LOGIN - org.dreambot.api.methods.RSLoginResponse
- failedToLoad() - Method in class org.dreambot.core.Instance
- FAIRY_RING_NODE - org.dreambot.api.methods.walking.web.node.WebNodeType
- FairyLocation - Enum in org.dreambot.api.methods.fairyring
-
Created by Nezz on 10/4/2016.
- FairyRings - Class in org.dreambot.api.methods.fairyring
-
Created by Nezz on 10/4/2016.
- FairyRingWebNode - Class in org.dreambot.api.methods.walking.web.node.impl.pathaware
- FAIRYTALE_I - org.dreambot.api.methods.quest.book.PaidQuest
- FAIRYTALE_II - org.dreambot.api.methods.quest.book.PaidQuest
- FALADOR - org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
- FALADOR - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.HousePortal
- FALADOR_EAST - org.dreambot.api.methods.container.impl.bank.BankLocation
- FALADOR_PARK - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- FALADOR_PARK - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.JewelryBox
- FALADOR_TAB - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- FALADOR_TELEPORT - org.dreambot.api.methods.magic.Normal
- FALADOR_WEST - org.dreambot.api.methods.container.impl.bank.BankLocation
- FaladorDiary - Class in org.dreambot.api.methods.diary
- FaladorDiary() - Constructor for class org.dreambot.api.methods.diary.FaladorDiary
- FAMILY_CREST - org.dreambot.api.methods.quest.book.PaidQuest
- FAMILY_PEST - org.dreambot.api.methods.quest.book.MiniQuest
- FARMER - org.dreambot.api.methods.ForumRank
- FARMING - org.dreambot.api.methods.skills.Skill
- FARMING - org.dreambot.api.script.Category
- FARMING_CURE_WITH_POTION - Static variable in class org.dreambot.api.methods.Animations
- FARMING_GUILD - org.dreambot.api.methods.container.impl.bank.BankLocation
- FARMING_GUILD - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- FARMING_GUILD - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.JewelryBox
- FARMING_HARVEST_ALLOTMENT - Static variable in class org.dreambot.api.methods.Animations
- FARMING_HARVEST_BUSH - Static variable in class org.dreambot.api.methods.Animations
- FARMING_HARVEST_FLOWER - Static variable in class org.dreambot.api.methods.Animations
- FARMING_HARVEST_FRUIT_TREE - Static variable in class org.dreambot.api.methods.Animations
- FARMING_HARVEST_HERB - Static variable in class org.dreambot.api.methods.Animations
- FARMING_MIX_ULTRACOMPOST - Static variable in class org.dreambot.api.methods.Animations
- FARMING_PLANT_SEED - Static variable in class org.dreambot.api.methods.Animations
- FARMING_USE_COMPOST - Static variable in class org.dreambot.api.methods.Animations
- FavourRequirement - Class in org.dreambot.api.data.requirements
- FavourRequirement - Class in org.dreambot.api.methods.diary.requirement.impl
-
Deprecated.
- FavourRequirement(int, House) - Constructor for class org.dreambot.api.data.requirements.FavourRequirement
- FavourRequirement(FavourRequirement.House, int) - Constructor for class org.dreambot.api.methods.diary.requirement.impl.FavourRequirement
-
Deprecated.
- FavourRequirement.House - Enum in org.dreambot.api.methods.diary.requirement.impl
-
Deprecated.
- FEEDBACK - org.dreambot.api.wrappers.widgets.message.MessageType
- FEET - org.dreambot.api.methods.container.impl.equipment.EquipmentSlot
- FELDIP_HILLS_HUNTER - org.dreambot.api.methods.fairyring.FairyLocation
- FELDIP_HILLS_SCROLL - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- FENKENSTRAINS_CASTLE - org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
- FENKENSTRAINS_CASTLE - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.HousePortal
- FENKENSTRAINS_CASTLE_TAB - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- FENKENSTRAINS_CASTLE_TELEPORT - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- FENKENSTRAINS_CASTLE_TELEPORT - org.dreambot.api.methods.magic.Arceuus
- FEROX_ENCLAVE - org.dreambot.api.methods.container.impl.bank.BankLocation
- FEROX_ENCLAVE - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- FEROX_ENCLAVE - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.JewelryBox
- FERTILE_SOIL - org.dreambot.api.methods.magic.Lunar
- FIFTH_TAB - org.dreambot.api.methods.container.impl.bank.BankTab
- FIFTY_DONOR - org.dreambot.api.methods.ForumRank
- FIGHT_ARENA - org.dreambot.api.methods.quest.book.PaidQuest
- Filter<T> - Interface in org.dreambot.api.methods.filter
-
The generic Filter.
- FILTERED - org.dreambot.api.wrappers.widgets.message.MessageType
- find() - Method in enum org.dreambot.api.methods.quest.book.FreeQuest
- find() - Method in enum org.dreambot.api.methods.quest.book.MiniQuest
- find() - Method in enum org.dreambot.api.methods.quest.book.PaidQuest
- find() - Method in interface org.dreambot.api.methods.quest.book.Quest
- findNodeByHash(RSHashTable, long) - Static method in class org.dreambot.api.utilities.NodeContainerUtilities
- findNodeByHash(RSIterableHashTable, long) - Static method in class org.dreambot.api.utilities.NodeContainerUtilities
- finished() - Method in class org.dreambot.api.utilities.Timer
- FINISHED - org.dreambot.api.methods.quest.book.Quest.State
- FIRE_ALTAR - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- FIRE_BLAST - org.dreambot.api.methods.magic.Normal
- FIRE_BOLT - org.dreambot.api.methods.magic.Normal
- FIRE_STRIKE - org.dreambot.api.methods.magic.Normal
- FIRE_SURGE - org.dreambot.api.methods.magic.Normal
- FIRE_WAVE - org.dreambot.api.methods.magic.Normal
- FIREMAKING - org.dreambot.api.methods.skills.Skill
- FIREMAKING - org.dreambot.api.script.Category
- FIREMAKING - Static variable in class org.dreambot.api.methods.Animations
- firePitchAndYawEvent(int, int) - Static method in class org.dreambot.api.methods.input.Camera
-
Fires the
RuneScriptEvent
to change camera pitch/yaw Does not verify your inputs - fireScriptEvent(RuneScriptEvent) - Static method in class org.dreambot.api.Client
- fireZoomEvent(int) - Static method in class org.dreambot.api.methods.input.Camera
-
Fires the
RuneScriptEvent
to change camera zoom Does not verify your inputs - first() - Method in class org.dreambot.api.methods.walking.path.AbstractPath
- FIRST_TAB - org.dreambot.api.methods.container.impl.bank.BankTab
- FISHER_KING - org.dreambot.api.methods.fairyring.FairyLocation
- FISHING - org.dreambot.api.methods.skills.Skill
- FISHING - org.dreambot.api.script.Category
- FISHING_BARBTAIL_HARPOON - Static variable in class org.dreambot.api.methods.Animations
- FISHING_BAREHAND - Static variable in class org.dreambot.api.methods.Animations
- FISHING_BAREHAND_CAUGHT_SHARK_1 - Static variable in class org.dreambot.api.methods.Animations
- FISHING_BAREHAND_CAUGHT_SHARK_2 - Static variable in class org.dreambot.api.methods.Animations
- FISHING_BAREHAND_CAUGHT_SWORDFISH_1 - Static variable in class org.dreambot.api.methods.Animations
- FISHING_BAREHAND_CAUGHT_SWORDFISH_2 - Static variable in class org.dreambot.api.methods.Animations
- FISHING_BAREHAND_CAUGHT_TUNA_1 - Static variable in class org.dreambot.api.methods.Animations
- FISHING_BAREHAND_CAUGHT_TUNA_2 - Static variable in class org.dreambot.api.methods.Animations
- FISHING_BAREHAND_WINDUP_1 - Static variable in class org.dreambot.api.methods.Animations
- FISHING_BAREHAND_WINDUP_2 - Static variable in class org.dreambot.api.methods.Animations
- FISHING_BIG_NET - Static variable in class org.dreambot.api.methods.Animations
- FISHING_CAGE - Static variable in class org.dreambot.api.methods.Animations
- FISHING_CONTEST - org.dreambot.api.methods.quest.book.PaidQuest
- FISHING_CRUSHING_INFERNAL_EELS - Static variable in class org.dreambot.api.methods.Animations
- FISHING_CRYSTAL_HARPOON - Static variable in class org.dreambot.api.methods.Animations
- FISHING_CUTTING_SACRED_EELS - Static variable in class org.dreambot.api.methods.Animations
- FISHING_DRAGON_HARPOON - Static variable in class org.dreambot.api.methods.Animations
- FISHING_GUILD - org.dreambot.api.methods.container.impl.bank.BankLocation
- FISHING_GUILD - org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
- FISHING_GUILD - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.HousePortal
- FISHING_GUILD_NECK - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- FISHING_GUILD_NECK - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.JewelryBox
- FISHING_GUILD_TAB - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- FISHING_GUILD_TELEPORT - org.dreambot.api.methods.magic.Lunar
- FISHING_HARPOON - Static variable in class org.dreambot.api.methods.Animations
- FISHING_INFERNAL_HARPOON - Static variable in class org.dreambot.api.methods.Animations
- FISHING_KARAMBWAN - Static variable in class org.dreambot.api.methods.Animations
- FISHING_NET - Static variable in class org.dreambot.api.methods.Animations
- FISHING_OILY_ROD - Static variable in class org.dreambot.api.methods.Animations
- FISHING_PEARL_BARBARIAN_ROD - Static variable in class org.dreambot.api.methods.Animations
- FISHING_PEARL_BARBARIAN_ROD_2 - Static variable in class org.dreambot.api.methods.Animations
- FISHING_PEARL_FLY_ROD - Static variable in class org.dreambot.api.methods.Animations
- FISHING_PEARL_FLY_ROD_2 - Static variable in class org.dreambot.api.methods.Animations
- FISHING_PEARL_OILY_ROD - Static variable in class org.dreambot.api.methods.Animations
- FISHING_PEARL_ROD - Static variable in class org.dreambot.api.methods.Animations
- FISHING_PEARL_ROD_2 - Static variable in class org.dreambot.api.methods.Animations
- FISHING_POLE_CAST - Static variable in class org.dreambot.api.methods.Animations
- FISHING_TRAWLER - org.dreambot.api.methods.minigame.Minigame
- FIVE - org.dreambot.api.input.event.impl.keyboard.awt.Key
- FIVE - org.dreambot.api.methods.container.impl.bank.BankQuantitySelection
- FIVE_HUNDRED_DONOR - org.dreambot.api.methods.ForumRank
- FIXED_CLASSIC - org.dreambot.api.data.ClientLayout
- FLAMES_OF_ZAMORAK - org.dreambot.api.methods.magic.Normal
- FLAP - org.dreambot.api.methods.emotes.Emote
- FLETCHING - org.dreambot.api.methods.skills.Skill
- FLETCHING - org.dreambot.api.script.Category
- FLETCHING_ATTACH_BOLT_TIPS_TO_ADAMANT_BOLT - Static variable in class org.dreambot.api.methods.Animations
- FLETCHING_ATTACH_BOLT_TIPS_TO_BLURITE_BOLT - Static variable in class org.dreambot.api.methods.Animations
- FLETCHING_ATTACH_BOLT_TIPS_TO_BRONZE_BOLT - Static variable in class org.dreambot.api.methods.Animations
- FLETCHING_ATTACH_BOLT_TIPS_TO_DRAGON_BOLT - Static variable in class org.dreambot.api.methods.Animations
- FLETCHING_ATTACH_BOLT_TIPS_TO_IRON_BROAD_BOLT - Static variable in class org.dreambot.api.methods.Animations
- FLETCHING_ATTACH_BOLT_TIPS_TO_MITHRIL_BOLT - Static variable in class org.dreambot.api.methods.Animations
- FLETCHING_ATTACH_BOLT_TIPS_TO_RUNE_BOLT - Static variable in class org.dreambot.api.methods.Animations
- FLETCHING_ATTACH_BOLT_TIPS_TO_STEEL_BOLT - Static variable in class org.dreambot.api.methods.Animations
- FLETCHING_ATTACH_FEATHERS_TO_ARROWSHAFT - Static variable in class org.dreambot.api.methods.Animations
- FLETCHING_ATTACH_HEADS - Static variable in class org.dreambot.api.methods.Animations
- FLETCHING_BOW_CUTTING - Static variable in class org.dreambot.api.methods.Animations
- FLETCHING_STRING_MAGIC_LONGBOW - Static variable in class org.dreambot.api.methods.Animations
- FLETCHING_STRING_MAGIC_SHORTBOW - Static variable in class org.dreambot.api.methods.Animations
- FLETCHING_STRING_MAPLE_LONGBOW - Static variable in class org.dreambot.api.methods.Animations
- FLETCHING_STRING_MAPLE_SHORTBOW - Static variable in class org.dreambot.api.methods.Animations
- FLETCHING_STRING_NORMAL_LONGBOW - Static variable in class org.dreambot.api.methods.Animations
- FLETCHING_STRING_NORMAL_SHORTBOW - Static variable in class org.dreambot.api.methods.Animations
- FLETCHING_STRING_OAK_LONGBOW - Static variable in class org.dreambot.api.methods.Animations
- FLETCHING_STRING_OAK_SHORTBOW - Static variable in class org.dreambot.api.methods.Animations
- FLETCHING_STRING_WILLOW_LONGBOW - Static variable in class org.dreambot.api.methods.Animations
- FLETCHING_STRING_WILLOW_SHORTBOW - Static variable in class org.dreambot.api.methods.Animations
- FLETCHING_STRING_YEW_LONGBOW - Static variable in class org.dreambot.api.methods.Animations
- FLETCHING_STRING_YEW_SHORTBOW - Static variable in class org.dreambot.api.methods.Animations
- FLEX - org.dreambot.api.methods.emotes.Emote
- flick(Prayer, int) - Static method in class org.dreambot.api.methods.prayer.Prayers
-
Flicks prayer
- FloorDecoration - Class in org.dreambot.api.wrappers.interactive
- FloorDecoration(Object) - Constructor for class org.dreambot.api.wrappers.interactive.FloorDecoration
-
Note: This shouldn't be used by API users, it's an internal constructor.
- flush() - Static method in class org.dreambot.api.wrappers.widgets.builder.MenuRowQueue
- Food - Enum in org.dreambot.api.data.consumables
- FORCE_LEFT_CLICK - org.dreambot.api.input.event.impl.InteractionSetting
- FORCE_RIGHT_CLICK - org.dreambot.api.input.event.impl.InteractionSetting
- forceNext() - Method in class org.dreambot.api.methods.walking.web.node.AbstractWebNode
-
This is used to see if the walker should
AbstractWebNode.execute()
this node even if there's a web node further along theGlobalPath
that it can reach. - forceNext() - Method in class org.dreambot.api.methods.walking.web.node.impl.AgilityWebNode
- forceNext() - Method in class org.dreambot.api.methods.walking.web.node.impl.EntranceWebNode
- forceNext() - Method in class org.dreambot.api.methods.walking.web.node.impl.teleports.TeleportWebNode
- forceNext() - Method in class org.dreambot.api.methods.walking.web.node.impl.TollWebNode
- forChildWidgetId(int) - Static method in enum org.dreambot.api.methods.emotes.Emote
-
Gets the Emote based on WidgetChild ID
- FORGETTABLE_TALE - org.dreambot.api.methods.quest.book.PaidQuest
- FORGOTTEN_PASSWORD - org.dreambot.api.methods.login.LoginStage
- forId(int) - Static method in enum org.dreambot.api.methods.skills.Skill
-
Gets the skill that corresponds to the unique id.
- format(String) - Static method in class org.dreambot.api.methods.friend.NameProvider
- format(String, Object...) - Static method in class org.dreambot.api.utilities.Logger
- format(Logger.LogType, String, Object...) - Static method in class org.dreambot.api.utilities.Logger
- FORMAT_RS_ARROW - Static variable in class org.dreambot.api.wrappers.widgets.MenuRow
- formatRemainingTime() - Method in class org.dreambot.api.utilities.Timer
- formatTime() - Method in class org.dreambot.api.utilities.Timer
- formatTime(long) - Static method in class org.dreambot.api.utilities.Timer
- forOriginalSlotId(int) - Static method in enum org.dreambot.api.methods.container.impl.equipment.EquipmentSlot
- forSlotId(int) - Static method in enum org.dreambot.api.methods.container.impl.equipment.EquipmentSlot
-
Gets the EquipmentSlot based on
EquipmentSlot.getRealSlot()
- ForumRank - Enum in org.dreambot.api.methods
-
Created by Nezz on 4/6/2015.
- ForumUser - Class in org.dreambot.api.methods
-
Created by Nezz on 4/11/2015.
- ForumUser(String, int, ForumRank[]) - Constructor for class org.dreambot.api.methods.ForumUser
- FORWARD - org.dreambot.api.methods.walking.path.PathDirection
- FORWARD_SLASH - org.dreambot.api.input.event.impl.keyboard.awt.Key
- FOSSIL_ISLAND - org.dreambot.api.methods.container.impl.bank.BankLocation
- FOUR - org.dreambot.api.input.event.impl.keyboard.awt.Key
- FOURTH_TAB - org.dreambot.api.methods.container.impl.bank.BankTab
- FreeQuest - Enum in org.dreambot.api.methods.quest.book
-
Created by Nezz 9/26/2019 Quests with a setting ID of -1 are unknown Quests with settings values of {-1} are unknown Quest Progress is found via widget text color.
- FREMENNIK_SLAYER_DUNGEON - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- FREMENNIK_SLAYER_DUNGEON_OUTSIDE - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
-
Deprecated.
- FremennikDiary - Class in org.dreambot.api.methods.diary
- FremennikDiary() - Constructor for class org.dreambot.api.methods.diary.FremennikDiary
- FRESH_START - org.dreambot.api.methods.world.WorldType
- Friend - Class in org.dreambot.api.methods.friend
-
Created by Nezz on 1/12/2015.
- FRIEND - org.dreambot.api.methods.clan.chat.ClanChatMember.Rank
- FRIEND - org.dreambot.api.methods.clan.ClanMember.Rank
-
Deprecated.
- FriendHandler - Class in org.dreambot.api.methods.friend
-
Created by Nezz on 2/1/2018.
- FRIENDLY_DUEL - org.dreambot.api.wrappers.widgets.message.MessageType
- Friends - Class in org.dreambot.api.methods.friend
- FRIENDS - org.dreambot.api.methods.hotkeys.TabKey
- FRIENDS - org.dreambot.api.methods.tabs.Tab
- FRIENDS_NOTIFICATION - org.dreambot.api.wrappers.widgets.message.MessageType
- from(Tile) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathQuery.WebPathQueryBuilder
- fromInstance(Tile) - Static method in class org.dreambot.api.wrappers.map.Region
-
Converts a tile from a dynamic region to the instance's mapped area
- fromMask(int) - Static method in enum org.dreambot.api.methods.world.WorldType
- FULL_CLICK - org.dreambot.api.input.event.impl.mouse.MouseMode
- FULL_WORLD - org.dreambot.api.methods.RSLoginResponse
- fullSlotCount() - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Number of slots that contain non-null items Includes placeholders as a full slot
- fullSlotCount() - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Gets the number of slots that contains items
- fullSlotCount() - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Full slot count.
- fullSlotCount() - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Full slot count.
- fullSlotCount() - Static method in class org.dreambot.api.methods.depositbox.DepositBox
-
Full slot count.
G
- G - org.dreambot.api.input.event.impl.keyboard.awt.Key
- gainFocus() - Static method in class org.dreambot.api.Client
-
Calls a focus gained event if the client does not currently have focus This behaves as if you were to click the icon in your task bar, no separate events needed.
- gainFocus() - Static method in class org.dreambot.api.input.Keyboard
-
Emulates alt+tabbing to gain focus on the client Ignored if client already has focus
- gainFocus() - Static method in class org.dreambot.api.methods.input.Keyboard
-
Deprecated.
- GAME - org.dreambot.api.wrappers.widgets.message.MessageType
- GAME_LAYOUT - org.dreambot.api.randoms.RandomEvent
- GAME_LOADING - org.dreambot.api.data.GameState
- GAME_OBJECTS_CACHE_TIMER - Static variable in class org.dreambot.api.settings.CacheSettings
- GameLayoutSolver - Class in org.dreambot.api.randoms
- GameLayoutSolver() - Constructor for class org.dreambot.api.randoms.GameLayoutSolver
- GameObject - Class in org.dreambot.api.wrappers.interactive
- GameObjects - Class in org.dreambot.api.methods.interactive
- GameObjectSpawnEvent - Class in org.dreambot.api.script.event.impl
- GameObjectSpawnEvent(GameObject, boolean) - Constructor for class org.dreambot.api.script.event.impl.GameObjectSpawnEvent
- GAMEPLAY - org.dreambot.api.ClientSettings.SettingsTab
- GameState - Enum in org.dreambot.api.data
-
Created with IntelliJ IDEA.
- GameStateEvent - Class in org.dreambot.api.script.event.impl
- GameStateEvent(GameState) - Constructor for class org.dreambot.api.script.event.impl.GameStateEvent
- GameStateListener - Interface in org.dreambot.api.script.listener
- GameTickListener - Interface in org.dreambot.api.script.listener
-
Fires an event on each game tick processed
- GARDEN_OF_TRANQUILITY - org.dreambot.api.methods.quest.book.PaidQuest
- GARGOYLE_DEATH - Static variable in class org.dreambot.api.methods.Animations
- GE_ITEM_SEARCH - Static variable in class org.dreambot.api.methods.cs2.ScriptId
-
Builds the grand exchange item search widget.
- GE_SLOT_1 - org.dreambot.api.methods.container.general.ItemContainerId
- GE_SLOT_2 - org.dreambot.api.methods.container.general.ItemContainerId
- GE_SLOT_3 - org.dreambot.api.methods.container.general.ItemContainerId
- GE_SLOT_4 - org.dreambot.api.methods.container.general.ItemContainerId
- GE_SLOT_5 - org.dreambot.api.methods.container.general.ItemContainerId
- GE_SLOT_6 - org.dreambot.api.methods.container.general.ItemContainerId
- GE_SLOT_7 - org.dreambot.api.methods.container.general.ItemContainerId
- GE_SLOT_8 - org.dreambot.api.methods.container.general.ItemContainerId
- GEM_CUTTING_AMETHYST - Static variable in class org.dreambot.api.methods.Animations
- GEM_CUTTING_DIAMOND - Static variable in class org.dreambot.api.methods.Animations
- GEM_CUTTING_EMERALD - Static variable in class org.dreambot.api.methods.Animations
- GEM_CUTTING_JADE - Static variable in class org.dreambot.api.methods.Animations
- GEM_CUTTING_OPAL - Static variable in class org.dreambot.api.methods.Animations
- GEM_CUTTING_REDTOPAZ - Static variable in class org.dreambot.api.methods.Animations
- GEM_CUTTING_RUBY - Static variable in class org.dreambot.api.methods.Animations
- GEM_CUTTING_SAPPHIRE - Static variable in class org.dreambot.api.methods.Animations
- GENERAL - org.dreambot.api.methods.clan.chat.ClanChatMember.Rank
- GENERAL - org.dreambot.api.methods.clan.ClanMember.Rank
-
Deprecated.
- generateArea(int, Tile) - Static method in class org.dreambot.api.methods.map.Area
- generateClicked(int, int, int, boolean, int) - Static method in class org.dreambot.api.input.event.impl.mouse.MouseEventGenerator
- generateClicked(Point, int) - Static method in class org.dreambot.api.input.event.impl.mouse.MouseEventGenerator
- generateClicked(Point, int, boolean, int) - Static method in class org.dreambot.api.input.event.impl.mouse.MouseEventGenerator
- generateDragged(int, int, int, boolean, int) - Static method in class org.dreambot.api.input.event.impl.mouse.MouseEventGenerator
- generateDragged(Point) - Static method in class org.dreambot.api.input.event.impl.mouse.MouseEventGenerator
- generateDragged(Point, int, boolean, int) - Static method in class org.dreambot.api.input.event.impl.mouse.MouseEventGenerator
- generateEntered(int, int, int, boolean, int) - Static method in class org.dreambot.api.input.event.impl.mouse.MouseEventGenerator
- generateEntered(Point) - Static method in class org.dreambot.api.input.event.impl.mouse.MouseEventGenerator
- generateEntered(Point, int, boolean, int) - Static method in class org.dreambot.api.input.event.impl.mouse.MouseEventGenerator
- generateEvent() - Method in class org.dreambot.api.methods.event.KeyboardEvent
-
Deprecated.
- generateExited(int, int, int, boolean, int) - Static method in class org.dreambot.api.input.event.impl.mouse.MouseEventGenerator
- generateExited(Point) - Static method in class org.dreambot.api.input.event.impl.mouse.MouseEventGenerator
- generateExited(Point, int, boolean, int) - Static method in class org.dreambot.api.input.event.impl.mouse.MouseEventGenerator
- generateMouseDownEvent() - Method in class org.dreambot.api.input.event.impl.mouse.impl.click.ClickEvent
-
Deprecated.Generate mouse down event for the current set click type.
- generateMouseUpEvent() - Method in class org.dreambot.api.input.event.impl.mouse.impl.click.ClickEvent
-
Deprecated.Generate mouse up event for the current set click type.
- generateMoved(int, int, int, boolean, int) - Static method in class org.dreambot.api.input.event.impl.mouse.MouseEventGenerator
- generateMoved(Point) - Static method in class org.dreambot.api.input.event.impl.mouse.MouseEventGenerator
- generateMoved(Point, int, boolean, int) - Static method in class org.dreambot.api.input.event.impl.mouse.MouseEventGenerator
- generatePressed(char) - Static method in class org.dreambot.api.input.event.impl.keyboard.KeyEventGenerator
- generatePressed(int, int, int, boolean, int) - Static method in class org.dreambot.api.input.event.impl.mouse.MouseEventGenerator
- generatePressed(Point, int) - Static method in class org.dreambot.api.input.event.impl.mouse.MouseEventGenerator
- generatePressed(Point, int, boolean, int) - Static method in class org.dreambot.api.input.event.impl.mouse.MouseEventGenerator
- generatePressed(Key) - Static method in class org.dreambot.api.input.event.impl.keyboard.KeyEventGenerator
- generatePressed(Key, KeyLocation) - Static method in class org.dreambot.api.input.event.impl.keyboard.KeyEventGenerator
- generatePressed(Key, KeyLocation, int) - Static method in class org.dreambot.api.input.event.impl.keyboard.KeyEventGenerator
- generateRandomString() - Static method in class org.dreambot.api.methods.Calculations
- generateReleased(char) - Static method in class org.dreambot.api.input.event.impl.keyboard.KeyEventGenerator
- generateReleased(int, int, int, boolean, int) - Static method in class org.dreambot.api.input.event.impl.mouse.MouseEventGenerator
- generateReleased(Point, int) - Static method in class org.dreambot.api.input.event.impl.mouse.MouseEventGenerator
- generateReleased(Point, int, boolean, int) - Static method in class org.dreambot.api.input.event.impl.mouse.MouseEventGenerator
- generateReleased(Key) - Static method in class org.dreambot.api.input.event.impl.keyboard.KeyEventGenerator
- generateReleased(Key, KeyLocation) - Static method in class org.dreambot.api.input.event.impl.keyboard.KeyEventGenerator
- generateReleased(Key, KeyLocation, int) - Static method in class org.dreambot.api.input.event.impl.keyboard.KeyEventGenerator
- generateTyped(char) - Static method in class org.dreambot.api.input.event.impl.keyboard.KeyEventGenerator
- generateTyped(Key) - Static method in class org.dreambot.api.input.event.impl.keyboard.KeyEventGenerator
- generateTyped(Key, int) - Static method in class org.dreambot.api.input.event.impl.keyboard.KeyEventGenerator
- generateWheel(int, int, int) - Static method in class org.dreambot.api.input.event.impl.mouse.MouseEventGenerator
- generateWheel(Point, int) - Static method in class org.dreambot.api.input.event.impl.mouse.MouseEventGenerator
- GENIE - org.dreambot.api.randoms.RandomEvent
- GenieSolver - Class in org.dreambot.api.randoms
- GenieSolver() - Constructor for class org.dreambot.api.randoms.GenieSolver
- GEOMANCY - org.dreambot.api.methods.magic.Lunar
- GERMANY - org.dreambot.api.methods.world.Location
- GERTRUDES_CAT - org.dreambot.api.methods.quest.book.PaidQuest
- get(int) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Gets the first item with the given id
- get(int) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
- get(int) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Gets the first item that matches the given item ID
- get(int) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Gets the first Item matching the given ID
- get(int) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
-
Gets the first item with the given ID
- get(int) - Static method in class org.dreambot.api.methods.grandexchange.LivePrices
-
This gets the average current price of an item by id
- get(int) - Method in enum org.dreambot.api.methods.tabs.Tab
- get(int) - Method in class org.dreambot.api.methods.walking.path.AbstractPath
- get(int) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
-
Returns the web node with the given index
- get(int[]) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
- get(int[]) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
- get(int[]) - Static method in class org.dreambot.api.methods.container.impl.Inventory
- get(int[]) - Static method in class org.dreambot.api.methods.container.impl.Shop
- get(int[]) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
- get(int...) - Static method in class org.dreambot.api.methods.widget.Widgets
-
Gets
WidgetChild
based on the given ids Null checks each layer - get(int, Filter<WidgetChild>) - Static method in class org.dreambot.api.methods.widget.Widgets
-
Returns the first widget matching the filter for the given parent ID, terminating as soon as one is found.
- get(Integer...) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Gets the first Item that matches one of the given ids
- get(String) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Get the item for specified name.
- get(String) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Get item for specified name.
- get(String...) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Gets the first item that matches one of the given names
- get(String...) - Static method in class org.dreambot.api.methods.container.impl.Inventory
- get(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
- get(Filter<WidgetChild>) - Static method in class org.dreambot.api.methods.widget.Widgets
-
Returns the first widget matching the filter, terminating as soon as one is found.
- get(Integer...) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
- get(Integer...) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Gets the first item that matches one of the given IDs
- get(Integer...) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Gets the first Item matching the given IDs
- get(Integer...) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
-
Gets the first item with the given IDs
- get(String) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Get item for specified name.
- get(String) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Get item for specified name.
- get(String) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
-
Get item for specified name.
- get(String) - Static method in class org.dreambot.api.methods.friend.Friends
-
Gets a
Friend
in your friend list based on player name Auto formats all names checked Looks for both current and previous names of the Friend - get(String) - Static method in class org.dreambot.api.methods.grandexchange.LivePrices
-
This gets the average current price of an item by name Note: You must have logged into the game as this method uses the cache to find item names
- get(String) - Static method in class org.dreambot.api.methods.ignore.IgnoredProvider
- get(String...) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
- get(String...) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Get the first item that matches one of the given names
- get(String...) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
-
Gets the first item that matches one of the given names
- get(ClickMode) - Static method in class org.dreambot.api.input.event.impl.mouse.impl.click.ClickEvent
-
Deprecated.
- get(ClickMode, AbstractMouseDestination) - Static method in class org.dreambot.api.input.event.impl.mouse.impl.click.ClickEvent
-
Deprecated.
- get(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
- get(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.Inventory
- get(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Gets the first item that matches the given filter
- get(Filter<Item>) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
-
Gets the first item that matches the given filter
- get(Item) - Static method in class org.dreambot.api.methods.grandexchange.LivePrices
-
This gets the average current price of an item
- getAbsoluteXCoordinate() - Static method in class org.dreambot.api.methods.ViewportTools
- getAbsoluteYCoordinate() - Static method in class org.dreambot.api.methods.ViewportTools
- getAccelerationDeviation() - Static method in class org.dreambot.api.input.mouse.algorithm.MouseProfile
- getAccelerationDeviation() - Method in class org.dreambot.api.input.mouse.algorithm.StandardMouseAlgorithm
-
Calculates acceleration deviation using a dynamic random.
- getAccelerationDeviation() - Method in class org.dreambot.api.methods.input.mouse.MouseSettings
- getAccelerationRate() - Static method in class org.dreambot.api.input.mouse.algorithm.MouseProfile
- getAccelerationRate() - Method in class org.dreambot.api.input.mouse.algorithm.StandardMouseAlgorithm
-
Calculates acceleration rate using a dynamic random.
- getAccelerationRate() - Method in class org.dreambot.api.methods.input.mouse.MouseSettings
- getAcceptTOSButton() - Static method in class org.dreambot.api.methods.login.LoginUtility
- getAccount() - Method in class org.dreambot.api.script.ScriptManager
- getAccountBankPin() - Static method in class org.dreambot.api.utilities.AccountManager
-
Gets the currently selected account's bank pin
- getAccountHash() - Static method in class org.dreambot.api.utilities.AccountManager
-
Hashes the selected account's username, which is allowed in SDN scripts (unlike getUsername)
- getAccountNickname() - Method in class org.dreambot.api.script.ScriptManager
-
Gets the currently selected account nickname from the Dreambot account manager
- getAccountNickname() - Static method in class org.dreambot.api.utilities.AccountManager
-
Gets the currently selected account's nickname
- getAccountStatus() - Static method in class org.dreambot.api.Client
- getAccountStatus() - Static method in class org.dreambot.api.methods.login.LoginUtility
-
Gets the account status, only used to determine locked vs banned in login screen.
- getAccountTOTPKey() - Static method in class org.dreambot.api.utilities.AccountManager
-
Gets the currently selected account's TOTP key
- getAccountUsername() - Static method in class org.dreambot.api.utilities.AccountManager
- getAction() - Method in class org.dreambot.api.methods.input.mouse.MouseSettings
-
Gets the action of the target
- getAction() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.PathObstacle
-
Gets action.
- getAction() - Method in class org.dreambot.api.methods.walking.TileObstacle
- getAction() - Method in class org.dreambot.api.methods.walking.web.node.impl.AgilityWebNode
- getAction() - Method in class org.dreambot.api.methods.walking.web.node.impl.EntranceWebNode
- getAction() - Method in enum org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
- getAction() - Method in enum org.dreambot.api.methods.walking.web.node.impl.teleports.poh.JewelryBox
- getAction() - Method in class org.dreambot.api.methods.walking.web.node.impl.TollWebNode
- getAction() - Method in class org.dreambot.api.script.event.impl.ActionEvent
- getAction() - Method in class org.dreambot.api.wrappers.widgets.MenuRow
-
Gets action associated with this menu row.
- getActions() - Method in enum org.dreambot.api.methods.container.impl.bank.BankType
-
Gets the banking actions of the BankType
- getActions() - Method in enum org.dreambot.api.methods.container.impl.equipment.EquipmentSlot
-
Gets the actions of the Equipment currently in this slot
- getActions() - Method in class org.dreambot.api.methods.walking.web.node.impl.EntranceWebNode
- getActions() - Method in class org.dreambot.api.wrappers.interactive.composite.ObjectComposite
-
Gets the menu actions of the object for which the object composite was created
- getActions() - Method in class org.dreambot.api.wrappers.interactive.Entity
- getActions() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- getActions() - Method in class org.dreambot.api.wrappers.interactive.NPC
- getActions() - Method in class org.dreambot.api.wrappers.interactive.Player
-
Gets the actions available for a player.
- getActions() - Method in class org.dreambot.api.wrappers.items.GroundItem
- getActions() - Method in class org.dreambot.api.wrappers.items.Item
- getActions() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
Gets the Actions of a WidgetChild
- getActionsForSlot(int) - Static method in class org.dreambot.api.methods.container.impl.Inventory
- getActionType() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
Gets the action type of a WidgetChild
- getActive() - Static method in class org.dreambot.api.methods.prayer.Prayers
- getActiveInstances(int) - Method in class org.dreambot.api.script.ScriptManager
-
Get the active number of instances purchased (or trialed) to a user for a script currently in use
- getAdditionalModels() - Method in class org.dreambot.api.wrappers.interactive.NPC
- getAdjustToTerrain() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- getAll() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
- getAll() - Static method in class org.dreambot.api.utilities.AccountManager
-
Gets a list of all account nicknames
- getAll(Filter<WidgetChild>) - Static method in class org.dreambot.api.methods.widget.Widgets
-
Gets a List of widget children that match the filter provided
- getAllContainingText(String) - Static method in class org.dreambot.api.methods.widget.Widgets
-
Gets a list of the
WidgetChild
containing a particular search string Try to avoid using this method if you can (ie. - getAllFreeScripts() - Static method in class org.dreambot.api.script.loader.NetworkLoader
-
Deprecated.
- getAllLocalScripts() - Static method in class org.dreambot.api.script.loader.LocalLoader
- getAllPremiumScripts() - Static method in class org.dreambot.api.script.loader.NetworkLoader
-
Deprecated.
- getAllScriptNames() - Method in class org.dreambot.api.script.ScriptManager
-
Gets a list of all available script names
- getAllScripts() - Static method in class org.dreambot.api.script.loader.LocalLoader
- getAllTeleports() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathResponse
- getAllWidgets() - Static method in class org.dreambot.api.methods.widget.Widgets
-
Gets all the
Widget
s - getAlternativeIDs() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- getAlwaysZero1() - Static method in class org.dreambot.api.methods.login.LoginStats
- getAlwaysZeroMaybe() - Static method in class org.dreambot.api.methods.login.LoginStats
- getAmount() - Method in class org.dreambot.api.methods.grandexchange.GrandExchangeItem
-
Gets the Amount of the trading post item
- getAmount() - Method in class org.dreambot.api.methods.magic.cost.Rune
- getAmount() - Method in class org.dreambot.api.wrappers.items.GroundItem
- getAmount() - Method in class org.dreambot.api.wrappers.items.Item
- getAngleDeviationRate() - Static method in class org.dreambot.api.input.mouse.algorithm.MouseProfile
- getAngleDeviationRate() - Method in class org.dreambot.api.input.mouse.algorithm.StandardMouseAlgorithm
-
Calculates angle deviation rate using a dynamic random.
- getAngleDeviationRate() - Method in class org.dreambot.api.methods.input.mouse.MouseSettings
- getAngleRadian() - Method in class org.dreambot.api.input.event.impl.mouse.vector.impl.MouseVector
-
Deprecated.
- getAngleRadian() - Method in interface org.dreambot.api.input.event.impl.mouse.vector.Vector
-
Deprecated.Gets angle radian.
- getAngleRadian() - Method in class org.dreambot.api.utilities.Vector
- getAnimable() - Method in class org.dreambot.api.wrappers.graphics.ModelWrapper
- getAnimatedModelId() - Method in class org.dreambot.api.wrappers.interactive.composite.PlayerComposite
-
Gets the animated model ID of the player for which the player composite was created
- getAnimation() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Gets the Character's current animation ID.
- getAnimationCycleDelay() - Method in class org.dreambot.api.wrappers.interactive.AnimableGameObject
- getAnimationDelay() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Gets the delay between animations.
- getAnimationFrame() - Method in class org.dreambot.api.wrappers.interactive.AnimableGameObject
- getAnimationId() - Method in class org.dreambot.api.wrappers.graphics.SpotAnimation
- getAnimationID() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- getAppearance() - Method in class org.dreambot.api.wrappers.interactive.composite.PlayerComposite
- getApplet() - Method in class org.dreambot.core.Instance
- getArea() - Method in class org.dreambot.api.data.requirements.LocationRequirement
- getArea() - Method in class org.dreambot.api.input.mouse.destination.AbstractMouseDestination
-
Gets the area of the abstract destination shape.
- getArea() - Method in class org.dreambot.api.input.mouse.destination.impl.MiniMapTileDestination
-
Gets the area associated with the MiniMapTileDestination represented as an Ellipse2D with a diameter of
Walking.getMinimapTargetSize()
. - getArea() - Method in class org.dreambot.api.input.mouse.destination.impl.TileDestination
-
Gets the area of the abstract destination shape.
- getArea() - Method in class org.dreambot.api.wrappers.interactive.NPC
- getArea(int) - Method in enum org.dreambot.api.methods.container.impl.bank.BankLocation
-
Generates an Area around the center Tile based on radius
- getArea(int) - Method in class org.dreambot.api.methods.map.Tile
-
Creates a square area from this tile with a given radius.
- getAreaVolume() - Static method in class org.dreambot.api.ClientSettings
-
Gets the area volume
- getArgs() - Method in class org.dreambot.api.script.ScriptManager
- getArray() - Static method in class org.dreambot.api.methods.interactive.NPCs
- getArray() - Static method in class org.dreambot.api.methods.interactive.Players
-
Gets all players
- getAtIndex(int) - Static method in class org.dreambot.api.methods.interactive.NPCs
-
Gets local NPC at index specified
- getAtIndex(int) - Static method in class org.dreambot.api.methods.interactive.Players
-
Gets a player at a specific index
- getAuthenticationCode() - Method in class org.dreambot.api.methods.ForumUser
- getAutocastId() - Method in enum org.dreambot.api.methods.magic.Ancient
- getAutocastId() - Method in enum org.dreambot.api.methods.magic.Arceuus
- getAutocastId() - Method in enum org.dreambot.api.methods.magic.Normal
- getAutocastSpell() - Static method in class org.dreambot.api.methods.magic.Magic
-
Gets the active spell that is selected via autocast
- getAvailableNexus() - Static method in class org.dreambot.api.methods.walking.web.node.impl.teleports.TeleportSettings
- getBackButton() - Static method in class org.dreambot.api.methods.login.LoginUtility
- getBackButtonOnLauncher() - Static method in class org.dreambot.api.methods.login.LoginUtility
- getBackUpOrientation() - Method in class org.dreambot.api.wrappers.interactive.BoundaryObject
- getBankHistoryCache() - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Gets the bank item history cache.
- getBankType() - Method in enum org.dreambot.api.methods.container.impl.bank.BankLocation
-
Gets the BankType
- getBase() - Static method in class org.dreambot.api.Client
-
Returns the region's base tile (Uses
Client.getBaseX()
andClient.getBaseY()
) to position tile. - getBaseX() - Static method in class org.dreambot.api.Client
-
Returns the region's base x
- getBaseX() - Static method in class org.dreambot.api.methods.login.LoginUtility
- getBaseX() - Method in class org.dreambot.api.wrappers.map.impl.CollisionMap
-
Returns the base X coordinate for this collision map.
- getBaseX() - Method in interface org.dreambot.api.wrappers.map.TileMap
-
Returns the base X coordinate for this collision map.
- getBaseY() - Static method in class org.dreambot.api.Client
-
Returns the region's base y
- getBaseY() - Static method in class org.dreambot.api.methods.login.LoginUtility
- getBaseY() - Method in class org.dreambot.api.wrappers.map.impl.CollisionMap
-
Returns the base Y coordinate for this collision map.
- getBaseY() - Method in interface org.dreambot.api.wrappers.map.TileMap
-
Returns the base Y coordinate for this collision map.
- getBestOnHand(boolean) - Static method in enum org.dreambot.api.data.consumables.Food
- getBitValue(int) - Static method in class org.dreambot.api.methods.settings.PlayerSettings
-
Gets the specified bit value using the cache's varbit ID
- getBlacklistedTiles() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.PathFinder
- getBlockingMask() - Method in class org.dreambot.api.wrappers.interactive.GameObject
-
Deprecated.
- getBodyColors() - Method in class org.dreambot.api.wrappers.interactive.composite.PlayerComposite
- getBooleanValue(String, String) - Static method in class org.dreambot.api.methods.walking.web.node.builder.WebNodeBuilder
- getBoostedLevel() - Method in enum org.dreambot.api.methods.skills.Skill
- getBoostedLevel(Skill) - Static method in class org.dreambot.api.methods.skills.Skills
-
Gets top level for skill
- getBoostedLevels() - Static method in class org.dreambot.api.methods.skills.Skills
-
Get all boosted levels When level shows 11/9, this method returns 11
- getBorderThickness() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
Gets the border thickness of a WidgetChild
- getBottom() - Method in class org.dreambot.api.wrappers.items.ItemLayer
- getBoundaryObject() - Method in class org.dreambot.api.wrappers.map.TileReference
- getBoundaryPoints() - Method in class org.dreambot.api.methods.map.Area
-
Gets the boundary Tiles, or a list of the area's defined points
- getBoundingBox() - Method in class org.dreambot.api.input.mouse.destination.AbstractMouseDestination
-
Gets the bounding box of the abstract destination shape.
- getBoundingBox() - Method in class org.dreambot.api.input.mouse.destination.impl.MiniMapTileDestination
-
Get the bounding box for the MiniMapTileDestination represented as a Rectangle with a width and height of
Walking.getMinimapTargetSize()
. - getBoundingBox() - Method in class org.dreambot.api.methods.map.Area
-
Gets the bounding box of the area
- getBoundingBox() - Method in class org.dreambot.api.wrappers.interactive.Entity
-
Gets the bounding box for the entity's model
- getBoundingBox() - Method in class org.dreambot.api.wrappers.interactive.Player
- getBoundingBox() - Method in class org.dreambot.api.wrappers.items.GroundItem
- getBoundingBox(int[][]) - Method in class org.dreambot.api.methods.ViewportTools
- getBounds() - Method in class org.dreambot.api.methods.input.mouse.MouseSettings
-
Gets the Rectangle of the bounds
- getBounds() - Static method in class org.dreambot.api.wrappers.widgets.Menu
-
Gets bounds.
- getBounds(Tile) - Static method in class org.dreambot.api.methods.map.Map
-
Gets the on-screen rectangle bounds of the given tile.
- getBoundsIndex() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
Gets the bounds index of a WidgetChild
- getBoxLevel() - Method in enum org.dreambot.api.methods.walking.web.node.impl.teleports.poh.JewelryBox
- getBreakSolver() - Method in class org.dreambot.api.randoms.RandomManager
- getBrightness() - Static method in class org.dreambot.api.ClientSettings
-
Gets the brightness level
- getBrightness() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- getByte() - Method in class org.dreambot.api.methods.grandexchange.GrandExchangeItem
-
Gets the byte value of the state for the trading post item
- getCacheTime(String) - Static method in class org.dreambot.api.settings.CacheSettings
-
Gets the time in ms for a cache key
- getCalcsPerSecond() - Method in class org.dreambot.api.methods.input.mouse.MouseSettings
- getCalculated() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathQuery
- getCameraMode() - Static method in class org.dreambot.api.methods.input.Camera
-
Returns the current camera mode, showing how the client will move the camera by default
- getCancelLoginButton() - Static method in class org.dreambot.api.methods.login.LoginUtility
- getCancelWorldButton() - Static method in class org.dreambot.api.methods.login.LoginUtility
- getCanvas() - Static method in class org.dreambot.api.Client
-
Gets the RS canvas
- getCanvas() - Static method in class org.dreambot.core.Instance
- getCanvasImage() - Static method in class org.dreambot.api.Client
- getCanvasRectangle() - Static method in class org.dreambot.api.methods.ViewportTools
- getCanvasReportRate() - Method in class org.dreambot.api.input.mouse.algorithm.StandardMouseAlgorithm
-
Calculates canvas report rate.
- getCategory() - Method in class org.dreambot.api.wrappers.interactive.NPC
-
Deprecated.
- getCenter() - Method in enum org.dreambot.api.methods.container.impl.bank.BankLocation
-
Gets the center Tile of the bank
- getCenter() - Method in class org.dreambot.api.methods.map.Area
-
Gets the center Tile of the Area
- getCenterPoint() - Method in class org.dreambot.api.input.mouse.destination.AbstractMouseDestination
-
Gets the center point within the bounding box of this mouse destination.
- getCenterPoint() - Method in class org.dreambot.api.wrappers.interactive.Entity
- getCenterPoint() - Method in class org.dreambot.api.wrappers.interactive.interact.Interactable
-
Gets center point of the object, which is used as a base location.
- getChange() - Method in class org.dreambot.api.script.event.impl.ExperienceEvent
- getChanges() - Method in class org.dreambot.api.utilities.InventoryMonitor
-
Deprecated.
- getChannel() - Method in class org.dreambot.api.wrappers.cache.nodes.MessageNode
- getChar() - Method in enum org.dreambot.api.input.event.impl.keyboard.awt.Key
-
If key char is a letter, it will automatically adjust to upper/lowercase based on if the shift key is held
- getCharacter() - Method in class org.dreambot.api.input.event.impl.keyboard.type.AbstractKeyEvent
- getCharacter() - Method in enum org.dreambot.api.utilities.ShiftKeys
- getCharacterInteractingWithMe() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Gets the Character currently interacting with this Character.
- getCharactersInteractingWithMe() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Gets a list of
Character
s interacting with this character instance. - getCharterNodes() - Static method in class org.dreambot.api.methods.walking.web.node.impl.pathaware.CharterWebNode
- getChatName() - Static method in class org.dreambot.api.methods.clan.Clan
-
Deprecated.Gets clan chat name
- getChatOwner() - Static method in class org.dreambot.api.methods.clan.Clan
-
Deprecated.Gets clan chat owner's name
- getChild() - Method in enum org.dreambot.api.methods.container.impl.bank.BankTab
-
Gets the grand child WidgetChild ID of the BankTab
- getChild() - Method in enum org.dreambot.api.methods.magic.Ancient
- getChild() - Method in enum org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- getChild() - Method in enum org.dreambot.api.methods.magic.Arceuus
- getChild() - Method in enum org.dreambot.api.methods.magic.Lunar
- getChild() - Method in enum org.dreambot.api.methods.magic.Normal
- getChild() - Method in interface org.dreambot.api.methods.magic.Spell
- getChild() - Method in enum org.dreambot.api.methods.quest.book.FreeQuest
- getChild() - Method in enum org.dreambot.api.methods.quest.book.MiniQuest
- getChild() - Method in enum org.dreambot.api.methods.quest.book.PaidQuest
- getChild() - Method in interface org.dreambot.api.methods.quest.book.Quest
- getChild(int) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Gets the
WidgetChild
of theItem
with the given ID - getChild(int) - Method in class org.dreambot.api.methods.widget.Widget
-
Gets the child of specified ID
- getChild(int) - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
Gets a specific WidgetChild of the WidgetChild
- getChild(String) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Gets the
WidgetChild
of theItem
with the given name - getChild(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
- getChild(Item) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Gets the
WidgetChild
of theItem
based on the item's slot value - getChildForSlot(int) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Gets the WidgetChild for the given slot
- getChildId() - Method in enum org.dreambot.api.methods.container.impl.bank.BankMode
- getChildId() - Method in enum org.dreambot.api.methods.container.impl.bank.BankQuantitySelection
- getChildIDs() - Method in class org.dreambot.api.wrappers.interactive.NPC
- getChildIndex() - Method in enum org.dreambot.api.methods.prayer.Prayer
- getChildItems() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
Gets a List of Items from the WidgetChild's children
- getChildren() - Method in class org.dreambot.api.methods.widget.Widget
-
Gets a List of all the WidgetChild's associated with this Widget
- getChildren() - Method in class org.dreambot.api.script.frameworks.treebranch.Branch
- getChildren() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
Gets the Children of aWidgetChild
- getChildrenCollection() - Method in class org.dreambot.api.methods.widget.Widget
- getChildrenCount() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
- getChildSequenceId() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
Gets the Sprite ID of the WidgetChild
- getChildTextureID() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
Gets the Child Texture ID of the WidgetChild
- getChildWidget() - Method in enum org.dreambot.api.methods.container.impl.equipment.EquipmentSlot
-
Gets the WidgetChild ID of the Equipment
- getChildWidget() - Method in enum org.dreambot.api.methods.skills.Skill
-
Gets the skill's child widget id.
- getChildWidget(int, int) - Static method in class org.dreambot.api.methods.widget.Widgets
-
Deprecated.
- getClanMemberHandler() - Method in class org.dreambot.api.methods.friend.SocialHandler
-
Deprecated.see respective api class
ClanChat
- getClanMembers() - Method in class org.dreambot.api.methods.clan.ClanMemberHandler
-
Deprecated.
- getClanName() - Method in class org.dreambot.api.methods.clan.ClanMemberHandler
-
Deprecated.
- getClanOwner() - Method in class org.dreambot.api.methods.clan.ClanMemberHandler
-
Deprecated.
- getClanSize() - Static method in class org.dreambot.api.methods.clan.Clan
-
Deprecated.Gets the current size of the clan chat
- getCleanedConfig(int, int) - Static method in class org.dreambot.api.methods.settings.PlayerSettings
-
Gets the specified config value, cleaned with given bitwise and value
- getClickableArea() - Static method in class org.dreambot.api.methods.ViewportTools
- getClickablePoint() - Method in class org.dreambot.api.wrappers.interactive.Entity
- getClickablePoint() - Method in class org.dreambot.api.wrappers.interactive.interact.Interactable
-
Gets a clickable point within the object, used for interaction.
- getClickColorID() - Method in class org.dreambot.api.input.event.impl.mouse.impl.click.ClickEvent
-
Deprecated.
- getClickTimingInMilliseconds() - Method in interface org.dreambot.api.methods.input.mouse.MouseTiming
- getClickType() - Method in class org.dreambot.api.wrappers.interactive.AnimableGameObject
- getClientBrightness() - Static method in class org.dreambot.api.ClientSettings
-
Gets the in game brightness setting
- getClientLayout() - Static method in class org.dreambot.api.ClientSettings
-
Gets the current client layout
- getClientParameters() - Static method in class org.dreambot.api.ClientSettings
-
Returns the client parameters
- getClientVersion() - Static method in class org.dreambot.core.Instance
-
Returns the current DreamBot client version
- getCloseButton() - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
- getClosed() - Static method in class org.dreambot.api.methods.walking.pathfinding.impl.local.LocalPathFinder
-
Deprecated.
- getClosestBank(BankType) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Gets the nearest bank interactable based on BankType
- getClosestBankLocation() - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Get the closest bank location.
- getClosestBankLocation(boolean) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Gets the nearest bank location see
BankLocation.getNearest(Tile, boolean)
- getClosestTileOnMap(Tile) - Static method in class org.dreambot.api.methods.walking.impl.Walking
-
Returns the closest tile on the minimap to offset given tile.
- getCode() - Method in enum org.dreambot.api.methods.fairyring.FairyLocation
- getCode() - Method in enum org.dreambot.api.utilities.ShiftKeys
- getCode(int) - Static method in class org.dreambot.api.methods.fairyring.FairyRings
-
Gets the current letter of a given slot in the fairy code
- getCollisionMaps() - Static method in class org.dreambot.api.Client
-
Gets all collision maps
- getColor() - Method in interface org.dreambot.api.methods.quest.book.Quest
- getColorAt(int, int) - Static method in class org.dreambot.api.utilities.ColorPicker
- getCombatLevel() - Static method in class org.dreambot.api.methods.combat.Combat
-
Returns the current player's combat level
- getCombatModeIndex() - Static method in class org.dreambot.api.methods.combat.Combat
-
Returns the current combat style's mode index (almost always 0-3 inclusive)
- getCombatStyle() - Static method in class org.dreambot.api.methods.combat.Combat
-
Returns the current combat style
- getCombatTime() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Gets the current time in combat for this Character.
- getComparator() - Method in interface org.dreambot.api.methods.container.impl.DropPattern
- getComparator() - Method in class org.dreambot.api.methods.container.impl.StandardDropPattern
- getComposite() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- getComposite() - Method in class org.dreambot.api.wrappers.interactive.NPC
- getComposite() - Method in class org.dreambot.api.wrappers.interactive.Player
- getComposite() - Method in class org.dreambot.api.wrappers.interactive.util.HealthBar
- getComposite() - Method in class org.dreambot.api.wrappers.items.Item
- getComposite(Player, Object) - Static method in class org.dreambot.api.methods.interactive.Players
- getCondition() - Method in enum org.dreambot.api.data.consumables.Food
- getCondition() - Method in enum org.dreambot.api.methods.container.impl.bank.BankLocation
-
Gets any requirements needed to access this bank
- getCondition() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.PathObstacle
- getCondition() - Method in class org.dreambot.api.methods.walking.web.node.impl.EntranceWebNode
- getConfig() - Method in enum org.dreambot.api.methods.container.impl.bank.BankTab
-
Gets the config value for the BankTab
- getConfig() - Method in enum org.dreambot.api.methods.hotkeys.NPCAttackOption
- getConfig() - Method in enum org.dreambot.api.methods.hotkeys.PlayerAttackOption
- getConfig(int) - Static method in class org.dreambot.api.methods.settings.PlayerSettings
-
Gets the specified config value configs are also known as varps or varplayers
- getConfigID() - Method in enum org.dreambot.api.methods.quest.book.FreeQuest
- getConfigID() - Method in enum org.dreambot.api.methods.quest.book.MiniQuest
- getConfigID() - Method in enum org.dreambot.api.methods.quest.book.PaidQuest
- getConfigID() - Method in interface org.dreambot.api.methods.quest.book.Quest
- getConfigs() - Static method in class org.dreambot.api.methods.settings.PlayerSettings
-
Gets player settings
- getConfigValue() - Method in interface org.dreambot.api.methods.quest.book.Quest
- getConnections() - Method in class org.dreambot.api.methods.walking.web.node.AbstractWebNode
- getConnections() - Method in class org.dreambot.api.methods.walking.web.node.impl.pathaware.CharterWebNode
- getConnections() - Method in class org.dreambot.api.methods.walking.web.node.impl.pathaware.SelfConnectingWebNode
- getConnections() - Method in class org.dreambot.api.methods.walking.web.node.impl.pathaware.SpiritTreeWebNode
- getConnections(Queue<WebPathNode>, Set<WebPathNode>) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathNode
- getContainer(int) - Static method in class org.dreambot.api.methods.container.general.ItemContainers
-
Gets an item container based on the item container id Known id's can be found in
ItemContainerId
- getContainerId() - Method in class org.dreambot.api.methods.container.general.ItemContainer
- getContainerType() - Method in class org.dreambot.api.wrappers.items.Item
- getContainmentBounds() - Method in class org.dreambot.api.input.mouse.destination.AbstractMouseDestination
-
Gets the rectangle to contain the mouse inside.
- getContentIDs() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
Gets the Content IDs of a WidgetChild
- getContentStackSizes() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
gets the Content stack sizes of a WidgetChild
- getContentType() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
- getContinueButton() - Static method in class org.dreambot.api.methods.login.LoginUtility
- getContrast() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- getCost() - Method in enum org.dreambot.api.methods.magic.Ancient
- getCost() - Method in enum org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- getCost() - Method in enum org.dreambot.api.methods.magic.Arceuus
- getCost() - Method in enum org.dreambot.api.methods.magic.Lunar
- getCost() - Method in enum org.dreambot.api.methods.magic.Normal
- getCost() - Method in interface org.dreambot.api.methods.magic.Spell
- getCost() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.node.PathNode
-
Gets the movement cost of this node.
- getCost() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathNode
- getCost(int, int, int, int) - Method in class org.dreambot.api.wrappers.map.impl.CollisionMap
-
Get the cost of moving through the given tile.
- getCost(int, int, int, int) - Method in interface org.dreambot.api.wrappers.map.TileMap
-
Get the cost of moving through the given tile.
- getCost(int, int, int, int, int, int) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.local.AbsoluteHeuristic
-
Get the additional heuristic cost of the given tile.
- getCost(int, int, int, int, int, int) - Method in interface org.dreambot.api.methods.walking.pathfinding.impl.local.Heuristic
-
Get the additional heuristic cost of the given tile.
- getCount() - Method in class org.dreambot.api.methods.clan.ClanMemberHandler
-
Deprecated.
- getCount() - Method in class org.dreambot.api.methods.walking.web.node.impl.items.RequiredItem
- getCount() - Static method in class org.dreambot.api.wrappers.widgets.Menu
- getCrosshairColorID() - Static method in class org.dreambot.api.input.Mouse
-
Gets the current crosshair color of the mouse.
- getCrosshairState() - Static method in class org.dreambot.api.input.Mouse
-
Gets the current crosshair color of the mouse.
- getCurrent() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathNode
- getCurrent() - Static method in class org.dreambot.api.methods.world.Worlds
-
Gets your current world
- getCurrentAmount() - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Gets the current quantity set based on the player setting for current amount
- getCurrentBankTab() - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Gets the current
BankTab
- getCurrentBranchName() - Method in class org.dreambot.api.script.frameworks.treebranch.TreeScript
- getCurrentChosenItem() - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Gets the Item based on the ID returned from
GrandExchange.getCurrentChosenItemID()
- getCurrentChosenItemID() - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Gets the current chosen Item ID from the Set Up Buy/Sell Offer menu in the GE
- getCurrentCode() - Static method in class org.dreambot.api.methods.fairyring.FairyRings
-
Gets the current fairy ring code as a String array
- getCurrentDepth() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.local.LocalPathFinder
- getCurrentHealth() - Method in class org.dreambot.api.wrappers.interactive.util.HealthBarData
- getCurrentLeafName() - Method in class org.dreambot.api.script.frameworks.treebranch.TreeScript
- getCurrentLogPath() - Static method in class org.dreambot.api.utilities.Logger
-
Returns the path to the log file for this instance
- getCurrentModifiers() - Static method in class org.dreambot.api.input.Keyboard
-
Currently held down modifiers, shift, ctrl, alt, etc Use bitwise checks on events like
InputEvent.SHIFT_MASK
to check if modifier is active - getCurrentModifiers() - Static method in class org.dreambot.api.input.Mouse
-
Gets the current event modifiers from holding mouse buttons
- getCurrentOverheadIcons() - Method in class org.dreambot.api.wrappers.interactive.NPC
-
Returns the overhead icon archive IDs for the currently available overhead icon
- getCurrentOverheadSpriteIndices() - Method in class org.dreambot.api.wrappers.interactive.NPC
-
Returns the overhead icon sprite indices for the currently available overhead icon
- getCurrentPathQuery() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
- getCurrentPrice() - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Gets the currently set price of the offer based on the player settings
- getCurrentScript() - Method in class org.dreambot.api.script.ScriptManager
- getCurrentSolver() - Method in class org.dreambot.api.randoms.RandomManager
- getCurrentState() - Method in class org.dreambot.api.script.AbstractScript
- getCurrentTab() - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Gets the current tab that is open
- getCurrentWorld() - Static method in class org.dreambot.api.Client
-
Deprecated.
- getCurrentWorld() - Static method in class org.dreambot.api.methods.world.Worlds
- getCustomWithdrawAmount() - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
- getDebugInfo() - Method in class org.dreambot.api.randoms.LoginSolver
- getDebugInfo() - Method in class org.dreambot.api.randoms.RandomSolver
-
This will return state information about the solver useful for debugging
- getDebugInfo() - Method in class org.dreambot.api.randoms.WelcomeScreenSolver
- getDecayDistanceExponent() - Static method in class org.dreambot.api.input.mouse.algorithm.MouseProfile
- getDecayDistanceExponent() - Method in class org.dreambot.api.input.mouse.algorithm.StandardMouseAlgorithm
-
Calculates the decay distance exponent using a dynamic random.
- getDecayDistanceExponent() - Method in class org.dreambot.api.methods.input.mouse.MouseSettings
- getDecelDecayRate() - Static method in class org.dreambot.api.input.mouse.algorithm.MouseProfile
- getDecelDecayRate() - Method in class org.dreambot.api.input.mouse.algorithm.StandardMouseAlgorithm
-
Calculates deceleration decay rate using a dynamic random.
- getDecelDecayRate() - Method in class org.dreambot.api.methods.input.mouse.MouseSettings
- getDecelRadiusDeviation() - Static method in class org.dreambot.api.input.mouse.algorithm.MouseProfile
- getDecelRadiusDeviation() - Method in class org.dreambot.api.input.mouse.algorithm.StandardMouseAlgorithm
-
Calculates deceleration radius deviation using a dynamic random.
- getDecelRadiusDeviation() - Method in class org.dreambot.api.methods.input.mouse.MouseSettings
- getDecreasePriceFivePercentButton() - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Gets the -5% price WidgetChild in the offer screen
- getDecreasePriceXPercentButton() - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Gets the -X% price WidgetChild in the offer screen
- getDEFAULT_SPEED() - Static method in class org.dreambot.api.input.mouse.algorithm.MouseProfile
- getDefaultAction() - Static method in class org.dreambot.api.wrappers.widgets.Menu
-
Gets default action.
- getDefaultLocation() - Method in enum org.dreambot.api.input.event.impl.keyboard.awt.Key
- getDefaultModifiers() - Method in enum org.dreambot.api.input.event.impl.keyboard.awt.Key
- getDefaultMouseAlgorithm() - Static method in class org.dreambot.api.input.Mouse
-
Returns DreamBot's default
StandardMouseAlgorithm
mouse algorithm implementation Primarily used for backwards compatibility forMouseMovementAlgorithm
default click implementations - getDefaultMouseTiming() - Static method in class org.dreambot.api.input.mouse.algorithm.MouseProfile
- getDefaultPoll() - Static method in class org.dreambot.api.utilities.Sleep
- getDefaultQuantity() - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Gets the currently selected default quantity for withdraw or deposit actions
- getDefaultWorld() - Static method in class org.dreambot.api.methods.worldhopper.WorldHopper
- getDegreesToTurn() - Method in class org.dreambot.api.wrappers.interactive.NPC
- getDelay() - Method in class org.dreambot.api.wrappers.graphics.SpotAnimation
- getDepth() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.node.PathNode
-
Gets the depth of search used for this node.
- getDepth() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathNode
- getDescription() - Method in class org.dreambot.api.methods.world.World
- getDestination() - Static method in class org.dreambot.api.Client
-
Gets the tile of your destination
- getDestination() - Method in class org.dreambot.api.input.event.impl.mouse.AbstractMouseEvent
-
Deprecated.Gets current destination used by this event.
- getDestination() - Method in class org.dreambot.api.input.event.impl.mouse.impl.wheel.WheelEvent
-
Deprecated.Gets current destination used by this event.
- getDestination() - Method in class org.dreambot.api.input.event.impl.mouse.MouseEvent
- getDestination() - Static method in class org.dreambot.api.methods.walking.impl.Walking
-
Gets destination tile (red mini map flag).
- getDestination() - Method in enum org.dreambot.api.methods.walking.web.node.impl.teleports.poh.HousePortal
- getDestination() - Method in class org.dreambot.api.methods.walking.web.node.impl.TollWebNode
- getDestination() - Method in class org.dreambot.api.wrappers.items.Item
-
Gets the
RectangleDestination
for the Item. - getDestinationDistance() - Static method in class org.dreambot.api.methods.walking.impl.Walking
-
Gets the distance from the destination
- getDestinationShape() - Method in class org.dreambot.api.input.mouse.destination.AbstractMouseDestination
-
Gets the abstract destination shape.
- getDestinationShape() - Method in class org.dreambot.api.input.mouse.destination.impl.EntityDestination
-
Gets the abstract destination shape.
- getDestinationShape() - Method in class org.dreambot.api.input.mouse.destination.impl.MiniMapTileDestination
-
Gets the abstract destination shape.
- getDestinationShape() - Method in class org.dreambot.api.input.mouse.destination.impl.PointDestination
-
Gets the abstract destination shape.
- getDestinationShape() - Method in class org.dreambot.api.input.mouse.destination.impl.shape.ShapeDestination
-
Gets the abstract destination shape.
- getDestinationShape() - Method in class org.dreambot.api.input.mouse.destination.impl.TileDestination
-
Gets the abstract destination shape.
- getDestX() - Static method in class org.dreambot.api.Client
-
Gets the destination X
- getDestY() - Static method in class org.dreambot.api.Client
-
Gets the destination Y
- getDialogueOptions() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.impl.PassableObstacle
- getDialogueOptions() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.impl.SOSDoor
- getDiary(String) - Static method in class org.dreambot.api.methods.diary.Diaries
- getDiaryNames() - Static method in class org.dreambot.api.methods.diary.Diaries
- getDirection() - Method in class org.dreambot.api.input.event.impl.mouse.vector.impl.MouseVector
-
Deprecated.
- getDirection() - Method in interface org.dreambot.api.input.event.impl.mouse.vector.Vector
-
Deprecated.Gets direction.
- getDirection() - Method in class org.dreambot.api.utilities.Vector
- getDirection(int, int) - Method in class org.dreambot.api.wrappers.map.impl.CollisionMap
-
Retrieves the direction of the given x-y coordinates as a CollisionMap Flag.
- getDirection(int, int) - Method in interface org.dreambot.api.wrappers.map.TileMap
-
Retrieves the direction of the given x-y coordinates as a CollisionMap Flag.
- getDirection(int, int, int, int) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.PathFinder
- getDisabledBackButton() - Static method in class org.dreambot.api.methods.login.LoginUtility
- getDisabledMediaID() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
Gets the Disabled Media ID of the WidgetChild
- getDisabledMediaType() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
Gets the Disabled Media Type of the WidgetChild
- getDiscardableId() - Method in class org.dreambot.api.wrappers.interactive.composite.ItemComposite
- getDiscardableID() - Method in class org.dreambot.api.wrappers.items.Item
- getDiscardableValue() - Method in class org.dreambot.api.wrappers.items.Item
- getDisconnectedBackButton() - Static method in class org.dreambot.api.methods.login.LoginUtility
- getDiscordWebhook() - Method in class org.dreambot.core.Instance
-
Gets the user's Discord webhook URL
- getDragDeadTime() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
- getDragTarget() - Method in class org.dreambot.api.methods.cs2.RuneScriptEvent
- getDropPattern() - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Gets the dropping pattern for
Inventory.dropAll(Filter)
Defaults toStandardDropPattern.LEFT_TO_RIGHT_THEN_DOWN
- getEasyRequirements() - Method in class org.dreambot.api.methods.diary.Diary
- getEliteRequirements() - Method in class org.dreambot.api.methods.diary.Diary
- getEmoteChild(Emote) - Static method in class org.dreambot.api.methods.emotes.Emotes
- getEmoteContainer() - Static method in class org.dreambot.api.methods.emotes.Emotes
- getEmptySlots() - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Gets the count of empty slots in your inventory
- getEnabledMediaID() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
Gets the Enabled Media ID of the WidgetChild
- getEnabledMediaType() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
Gets the Enabled Media Type of the WidgetChild
- getEnd() - Method in class org.dreambot.api.methods.walking.web.node.CustomWebPath
- getEndCycle() - Method in class org.dreambot.api.wrappers.graphics.Projectile
- getEndTile() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.PathObstacle
-
Gets the ending tile of the obstacle
- getEnergyThresholdToEnableRunning() - Static method in class org.dreambot.api.ClientSettings
- getEnterAllButton() - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Gets the Enter All button in the offer screen
- getEnterPriceButton() - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Gets the Enter Price WidgetChild in the offer screen
- getEnterQuantityButton() - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Gets the WidgetChild of the "Enter Quantity" button
- getEntities() - Static method in class org.dreambot.api.Client
- getEntitiesOnCursor() - Static method in class org.dreambot.api.input.Mouse
-
Gets a list of the entities that the cursor is hovering over
- getEntity() - Method in class org.dreambot.api.wrappers.interactive.Model
-
Gets the entity object
- getEntityName() - Method in class org.dreambot.api.methods.walking.web.node.impl.EntranceWebNode
- getEntityName() - Method in class org.dreambot.api.methods.walking.web.node.impl.TollWebNode
- getEntranceItems() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathResponse
- getEquipment() - Method in class org.dreambot.api.wrappers.interactive.Player
-
Gets a list of Items that the player is wearing based on
PlayerComposite.getAppearance()
and adjusting the value to translate from appearance to item. - getEquipmentItem() - Method in enum org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- getEquippedModelFemale1() - Method in class org.dreambot.api.wrappers.interactive.composite.ItemComposite
- getEquippedModelFemale1() - Method in class org.dreambot.api.wrappers.items.Item
- getEquippedModelFemale2() - Method in class org.dreambot.api.wrappers.interactive.composite.ItemComposite
- getEquippedModelFemale2() - Method in class org.dreambot.api.wrappers.items.Item
- getEquippedModelFemale3() - Method in class org.dreambot.api.wrappers.interactive.composite.ItemComposite
- getEquippedModelFemale3() - Method in class org.dreambot.api.wrappers.items.Item
- getEquippedModelFemaleDialogue1() - Method in class org.dreambot.api.wrappers.interactive.composite.ItemComposite
- getEquippedModelFemaleDialogue1() - Method in class org.dreambot.api.wrappers.items.Item
- getEquippedModelFemaleDialogue2() - Method in class org.dreambot.api.wrappers.interactive.composite.ItemComposite
- getEquippedModelFemaleDialogue2() - Method in class org.dreambot.api.wrappers.items.Item
- getEquippedModelFemaleTranslationY() - Method in class org.dreambot.api.wrappers.interactive.composite.ItemComposite
- getEquippedModelFemaleTranslationY() - Method in class org.dreambot.api.wrappers.items.Item
- getEquippedModelMale1() - Method in class org.dreambot.api.wrappers.interactive.composite.ItemComposite
- getEquippedModelMale1() - Method in class org.dreambot.api.wrappers.items.Item
- getEquippedModelMale2() - Method in class org.dreambot.api.wrappers.interactive.composite.ItemComposite
- getEquippedModelMale2() - Method in class org.dreambot.api.wrappers.items.Item
- getEquippedModelMale3() - Method in class org.dreambot.api.wrappers.interactive.composite.ItemComposite
- getEquippedModelMale3() - Method in class org.dreambot.api.wrappers.items.Item
- getEquippedModelMaleDialog1() - Method in class org.dreambot.api.wrappers.items.Item
- getEquippedModelMaleDialog2() - Method in class org.dreambot.api.wrappers.items.Item
- getEquippedModelMaleDialogue1() - Method in class org.dreambot.api.wrappers.interactive.composite.ItemComposite
- getEquippedModelMaleDialogue1() - Method in class org.dreambot.api.wrappers.items.Item
- getEquippedModelMaleDialogue2() - Method in class org.dreambot.api.wrappers.interactive.composite.ItemComposite
- getEquippedModelMaleDialogue2() - Method in class org.dreambot.api.wrappers.items.Item
- getEquippedModelMaleTranslationY() - Method in class org.dreambot.api.wrappers.interactive.composite.ItemComposite
- getEquippedModelMaleTranslationY() - Method in class org.dreambot.api.wrappers.items.Item
- getEvent() - Method in class org.dreambot.api.input.event.impl.mouse.type.ClickEvent
- getEvent() - Method in class org.dreambot.api.methods.cs2.RuneScriptEvent
- getEvent() - Method in class org.dreambot.api.script.event.impl.RSCanvasKeyboardEvent
- getEvent() - Method in class org.dreambot.api.script.event.impl.RSCanvasMouseEvent
- getEventString() - Method in class org.dreambot.api.randoms.RandomSolver
- getExactLocation() - Method in class org.dreambot.api.methods.world.World
-
Gets the exact
Location
of the world Checks for US East vs US West - getExactLocation(World) - Static method in class org.dreambot.api.methods.world.Worlds
-
Uses the world hopper widgets in game to determine real location of a given world.
- getExistingUserButton() - Static method in class org.dreambot.api.methods.login.LoginUtility
-
Gets the "Existing user" button rectangle
- getExp() - Method in enum org.dreambot.api.methods.magic.Ancient
- getExperience() - Method in enum org.dreambot.api.methods.magic.Lunar
- getExperience() - Method in enum org.dreambot.api.methods.magic.Normal
- getExperience() - Method in enum org.dreambot.api.methods.skills.Skill
- getExperience() - Static method in class org.dreambot.api.methods.skills.Skills
-
Gets all experience
- getExperience(Skill) - Static method in class org.dreambot.api.methods.skills.Skills
-
Gets experience for skill
- getExperienceForLevel(int) - Static method in class org.dreambot.api.methods.skills.Skills
-
Gets experience for level
- getExperienceToLevel() - Method in enum org.dreambot.api.methods.skills.Skill
- getExperienceToLevel(Skill) - Static method in class org.dreambot.api.methods.skills.Skills
-
Gets experience to next level for skill
- getExtendedKeyCode() - Method in enum org.dreambot.api.input.event.impl.keyboard.awt.Key
- getFaceCount() - Method in class org.dreambot.api.wrappers.graphics.ModelWrapper
- getFacingDirection() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Gets the closest facing direction for this Character in the game world.
- getFairyRingNodes() - Static method in class org.dreambot.api.methods.walking.web.node.impl.pathaware.FairyRingWebNode
- getFavour() - Method in class org.dreambot.api.data.requirements.FavourRequirement
- getFavour() - Method in class org.dreambot.api.methods.diary.requirement.impl.FavourRequirement
-
Deprecated.
- getFieldLoader() - Method in class org.dreambot.core.Instance
- getFilter() - Method in enum org.dreambot.api.data.consumables.Food
- getFinalCost() - Method in class org.dreambot.api.methods.walking.path.impl.GlobalPath
- getFinishedSetting() - Method in enum org.dreambot.api.methods.quest.book.FreeQuest
- getFinishedSetting() - Method in enum org.dreambot.api.methods.quest.book.MiniQuest
- getFinishedSetting() - Method in enum org.dreambot.api.methods.quest.book.PaidQuest
- getFinishedSetting() - Method in interface org.dreambot.api.methods.quest.book.Quest
- getFirstEmptySlot() - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Gets the first empty slot in the bank.
- getFirstEmptySlot() - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Gets the first empty slot in your equipment.
- getFirstEmptySlot() - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Gets the first empty slot in your inventory.
- getFirstEmptySlot() - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Gets the first empty slot in the Shop.
- getFirstEmptySlot() - Static method in class org.dreambot.api.methods.depositbox.DepositBox
-
Gets the first empty slot in the deposit box.
- getFirstFullSlot() - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Gets the next full slot in your bank
- getFirstFullSlot() - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Gets the next full slot in your equipment
- getFirstFullSlot() - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Gets the next full slot in your inventory
- getFirstFullSlot() - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Gets the next full slot in the Shop
- getFirstFullSlot() - Static method in class org.dreambot.api.methods.depositbox.DepositBox
-
Gets the next full slot in the deposit box
- getFirstMenuRow() - Static method in class org.dreambot.api.wrappers.widgets.Menu
- getFirstOpenSlot() - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Gets the number of the first open slot
- getFirstTitle() - Static method in class org.dreambot.api.methods.trade.Trade
-
Gets the Title of the first trade screen - contains Trading With name
- getFlag(int, int) - Method in class org.dreambot.api.wrappers.map.impl.CollisionMap
-
Gets collision flag for the given grid location.
- getFlag(int, int) - Method in interface org.dreambot.api.wrappers.map.TileMap
-
Gets collision flag for the given grid location.
- getFlag(Tile) - Static method in class org.dreambot.api.methods.map.Map
-
Gets collision flag for the given tile.
- getFlags() - Method in class org.dreambot.api.wrappers.interactive.BoundaryObject
- getFlags() - Method in class org.dreambot.api.wrappers.interactive.FloorDecoration
- getFlags() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- getFlags() - Method in class org.dreambot.api.wrappers.interactive.SceneObject
- getFlags() - Method in class org.dreambot.api.wrappers.interactive.WallObject
- getFlags() - Method in class org.dreambot.api.wrappers.map.impl.CollisionMap
-
Get the tile flags for this collision map.
- getFlags() - Method in class org.dreambot.api.wrappers.map.TileReference
- getFlags(int[][]) - Method in class org.dreambot.api.wrappers.map.TileReference
- getFloorDecoration() - Method in class org.dreambot.api.wrappers.map.TileReference
- getFloorLevel() - Method in class org.dreambot.api.wrappers.graphics.Projectile
-
Deprecated.
- getForcedFPS() - Static method in class org.dreambot.api.Client
- getForcedObjTile() - Method in class org.dreambot.api.methods.walking.web.node.impl.EntranceWebNode
- getForChar(char) - Static method in enum org.dreambot.api.input.event.impl.keyboard.awt.Key
-
Gets a Key based on the given character Note: not all keys have a character like
Key.CAPS
please useKey.getForCode(int)
or use the Key directly Automatically adjusts alphabetical characters to be uppercase to match the key's default char value If the error is logged for failing to find the key for your character, please report to a client developer what character you're trying to use. - getForCode(int) - Static method in enum org.dreambot.api.input.event.impl.keyboard.awt.Key
-
Gets a Key based on the given key code Note: keys that require shift like
Key.EXCLAMATION
share the same key code as their non-shift counterparts Either use the key enum directly or useKey.getForChar(char)
If you get the error for key not found, please report to one of the client developers which key you're trying to use so it may be added - getForId(int) - Static method in enum org.dreambot.api.input.event.impl.mouse.MouseButton
- getForID(int) - Static method in enum org.dreambot.api.methods.quest.book.Quest.State
- getFormatted() - Method in class org.dreambot.api.wrappers.interactive.composite.NameComposite
- getForTexture(int) - Static method in enum org.dreambot.api.methods.world.Location
- getForTile(Tile) - Static method in class org.dreambot.api.methods.item.GroundItems
- getForumUser() - Static method in class org.dreambot.api.Client
- getFPS() - Static method in class org.dreambot.api.Client
-
Gets the FPS limit set by the client, or 50 FPS if it's not active
- getFriend(String) - Static method in class org.dreambot.api.methods.friend.Friends
-
Deprecated.
- getFriendHandler() - Static method in class org.dreambot.api.Client
-
Deprecated.see
Friends
instead - getFriendHandler() - Method in class org.dreambot.api.methods.friend.SocialHandler
-
Deprecated.see respective api class
Friends
- getFriends() - Method in class org.dreambot.api.methods.friend.FriendHandler
- getFriends() - Static method in class org.dreambot.api.methods.friend.Friends
-
Deprecated.
- getFriendsInstance() - Static method in class org.dreambot.api.methods.friend.Friends
-
Deprecated.no longer used.
- getFriendsSize() - Static method in class org.dreambot.api.methods.friend.Friends
-
Deprecated.
- getFrom() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathQuery
- getFromInventory() - Method in enum org.dreambot.api.data.consumables.Food
- getFullCanvasRectangle() - Static method in class org.dreambot.api.methods.ViewportTools
- getFurthestOnMM() - Method in class org.dreambot.api.methods.walking.path.impl.LocalPath
- getGainedExperience(Skill) - Static method in class org.dreambot.api.methods.skills.SkillTracker
-
Gets the gained experience since skill tracking began
- getGainedExperiencePerHour(Skill) - Static method in class org.dreambot.api.methods.skills.SkillTracker
-
Gets gained experience per hour based on Skill start time
- getGainedLevels(Skill) - Static method in class org.dreambot.api.methods.skills.SkillTracker
-
Gets gained levels of Skill
- getGameCycle() - Static method in class org.dreambot.api.Client
-
Gets the game cycle
- getGameSocket() - Static method in class org.dreambot.api.Client
- getGameState() - Static method in class org.dreambot.api.Client
-
Gets the current game state
- getGameState() - Static method in class org.dreambot.api.methods.login.LoginStats
- getGameStateID() - Static method in class org.dreambot.api.Client
-
Gets the current game state ID.
- getGameTick() - Static method in class org.dreambot.api.Client
-
Gets the current game tick, which increases roughly every 600ms
- getGender() - Method in class org.dreambot.api.wrappers.interactive.composite.PlayerComposite
- getGenerated() - Method in class org.dreambot.api.input.event.impl.keyboard.type.AbstractKeyEvent
- getGlobalPath() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathQuery
-
Returns a
GlobalPath
that contains all of the web nodes from the calculated response. - getGnomeGliderNodes() - Static method in class org.dreambot.api.methods.walking.web.node.impl.pathaware.GnomeGliderWebNode
- getGrandChild() - Method in enum org.dreambot.api.methods.quest.book.FreeQuest
- getGrandChild() - Method in enum org.dreambot.api.methods.quest.book.MiniQuest
- getGrandChild() - Method in enum org.dreambot.api.methods.quest.book.PaidQuest
- getGrandChild() - Method in interface org.dreambot.api.methods.quest.book.Quest
- getGraphicsObjects() - Static method in class org.dreambot.api.Client
-
Deprecated.
- getGridLocation(Tile) - Static method in class org.dreambot.api.methods.map.Map
-
Gets the grid location of the tile.
- getGridX() - Method in class org.dreambot.api.methods.map.Tile
- getGridX() - Method in class org.dreambot.api.methods.walking.web.node.AbstractWebNode
- getGridX() - Method in class org.dreambot.api.wrappers.interactive.BoundaryObject
- getGridX() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Gets grid (local) X coordinate of the given object.
- getGridX() - Method in class org.dreambot.api.wrappers.interactive.FloorDecoration
- getGridX() - Method in interface org.dreambot.api.wrappers.interactive.Locatable
-
Gets grid (local) X coordinate of the given object.
- getGridX() - Method in class org.dreambot.api.wrappers.interactive.Model
-
Gets grid X of this model.
- getGridX() - Method in class org.dreambot.api.wrappers.interactive.SceneObject
- getGridX() - Method in class org.dreambot.api.wrappers.interactive.WallObject
- getGridX() - Method in class org.dreambot.api.wrappers.items.GroundItem
- getGridX() - Method in class org.dreambot.api.wrappers.map.TileReference
- getGridX(Tile) - Static method in class org.dreambot.api.methods.map.Map
-
Gets the x location of a tile on the region grid.
- getGridY() - Method in class org.dreambot.api.methods.map.Tile
- getGridY() - Method in class org.dreambot.api.methods.walking.web.node.AbstractWebNode
- getGridY() - Method in class org.dreambot.api.wrappers.interactive.BoundaryObject
- getGridY() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Gets grid (local) Y coordinate of the given object.
- getGridY() - Method in class org.dreambot.api.wrappers.interactive.FloorDecoration
- getGridY() - Method in interface org.dreambot.api.wrappers.interactive.Locatable
-
Gets grid (local) Y coordinate of the given object.
- getGridY() - Method in class org.dreambot.api.wrappers.interactive.Model
-
/** Gets grid Y of this model.
- getGridY() - Method in class org.dreambot.api.wrappers.interactive.SceneObject
- getGridY() - Method in class org.dreambot.api.wrappers.interactive.WallObject
- getGridY() - Method in class org.dreambot.api.wrappers.items.GroundItem
- getGridY() - Method in class org.dreambot.api.wrappers.map.TileReference
- getGridY(Tile) - Static method in class org.dreambot.api.methods.map.Map
-
Gets the grid y value of a tile
- getGroundActions() - Method in class org.dreambot.api.wrappers.interactive.composite.ItemComposite
- getGroundActions() - Method in class org.dreambot.api.wrappers.items.Item
- getGuidePriceButton() - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Gets the Guide Price WidgetChild in the offer screen
- getHandler() - Static method in class org.dreambot.api.methods.ignore.IgnoredProvider
- getHardRequirements() - Method in class org.dreambot.api.methods.diary.Diary
- getHash(String) - Static method in class org.dreambot.api.utilities.Hash
- getHash(String, String) - Static method in class org.dreambot.api.utilities.Hash
- getHash(String, String, String) - Static method in class org.dreambot.api.utilities.Hash
- getHeadFrame() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Gets the head frame ID from the current animation.
- getHeadIcon() - Method in class org.dreambot.api.wrappers.interactive.NPC
-
Deprecated.
- getHeadIconArchiveIds() - Method in class org.dreambot.api.wrappers.interactive.NPC
- getHeadIconSpriteIndex() - Method in class org.dreambot.api.wrappers.interactive.NPC
- getHeals() - Method in enum org.dreambot.api.data.consumables.Food
- getHealthBarData() - Method in class org.dreambot.api.wrappers.interactive.util.HealthBar
- getHealthPercent() - Static method in class org.dreambot.api.methods.combat.Combat
-
Gets your players health percentage as an int (0 - 100), based skills.
- getHealthPercent() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Get health percent of this Character if in combat.
- getHeight() - Static method in class org.dreambot.api.methods.hint.HintArrow
-
Gets the height of the hint arrow Gamepack usage is height*2 when grabbing field, so this field automatically adjusts to *2 If you want the true base value, divide this value by 2
- getHeight() - Method in class org.dreambot.api.wrappers.cache.nodes.RenderableNode
- getHeight() - Method in class org.dreambot.api.wrappers.graphics.Projectile
- getHeight() - Method in class org.dreambot.api.wrappers.interactive.GameObject
-
Gets the Tile 2D height of the object (furnace is 2x3, 3 is height)
- getHeight() - Method in class org.dreambot.api.wrappers.items.GroundItem
- getHeight() - Method in class org.dreambot.api.wrappers.items.ItemLayer
-
Gets the height of this ItemLayer.
- getHeight() - Method in class org.dreambot.api.wrappers.map.impl.CollisionMap
-
Gets height.
- getHeight() - Method in interface org.dreambot.api.wrappers.map.TileMap
-
Get the height of the tile map.
- getHeight() - Static method in class org.dreambot.api.wrappers.widgets.Menu
- getHeight() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
Gets the height of a WidgetChild
- getHeightOffset() - Method in class org.dreambot.api.wrappers.graphics.Projectile
- getHeightScale() - Method in class org.dreambot.api.wrappers.interactive.NPC
- getHeuristic() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.node.PathNode
-
Deprecated.
- getHeuristicCost(int, int, int, int) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.local.LocalPathFinder
-
Get the heuristic cost for the given location.
- getHeuristicCost(int, int, int, int, int, int) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.local.LocalPathFinder
- getHigh(int) - Static method in class org.dreambot.api.methods.grandexchange.LivePrices
-
This gets the current high end price of an item by id
- getHigh(String) - Static method in class org.dreambot.api.methods.grandexchange.LivePrices
-
This gets the current high end price of an item by name Note: You must have logged into the game as this method uses the cache to find item names
- getHigh(Item) - Static method in class org.dreambot.api.methods.grandexchange.LivePrices
-
This gets the current high end price of an item
- getHighAlchValue() - Method in class org.dreambot.api.wrappers.items.Item
- getHitSplatCycles() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Get hit splat cycles for this Character.
- getHitSplatIds() - Method in class org.dreambot.api.wrappers.interactive.Character
- getHitSplats() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Get hit splat for this Character.
- getHitSplatSpecials() - Method in class org.dreambot.api.wrappers.interactive.Character
- getHitSplatTypes() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Get hit splat types for this Character.
- getHopWorld() - Static method in class org.dreambot.api.methods.login.LoginUtility
- getHost() - Static method in class org.dreambot.api.Client
- getHost() - Method in enum org.dreambot.api.methods.world.Location
- getHost() - Method in class org.dreambot.api.methods.world.World
- getHotkey() - Method in enum org.dreambot.api.methods.hotkeys.TabKey
- getHotkeyForName(String) - Static method in enum org.dreambot.api.methods.hotkeys.Hotkey
- getHourlyRate(int) - Method in class org.dreambot.api.utilities.Timer
- getHouse() - Method in class org.dreambot.api.data.requirements.FavourRequirement
- getHouse() - Method in class org.dreambot.api.methods.diary.requirement.impl.FavourRequirement
-
Deprecated.
- getHullBounds() - Method in class org.dreambot.api.wrappers.interactive.Model
-
Gets hull bounds of this object with a default scale of 1.0F.
- getHullBounds(float) - Method in class org.dreambot.api.wrappers.interactive.Model
-
Gets hull bounds of this object with a specified scale.
- getId() - Method in enum org.dreambot.api.data.GameState
-
Gets the ID of the GameState enum
- getId() - Method in enum org.dreambot.api.input.event.impl.mouse.impl.click.ClickMode
-
Deprecated.
- getId() - Method in enum org.dreambot.api.input.event.impl.mouse.impl.wheel.WheelMode
-
Deprecated.
- getId() - Method in enum org.dreambot.api.input.event.impl.mouse.MouseButton
- getId() - Method in enum org.dreambot.api.input.event.impl.mouse.WheelMode
- getId() - Method in enum org.dreambot.api.methods.container.general.ItemContainerId
- getId() - Method in enum org.dreambot.api.methods.container.impl.bank.BankScroll
- getId() - Method in enum org.dreambot.api.methods.input.mouse.CrosshairState
-
Gets ID of the mouse color index.
- getId() - Method in enum org.dreambot.api.methods.skills.Skill
-
Gets the skill's unique id.
- getId() - Method in enum org.dreambot.api.methods.tabs.Tab
- getId() - Method in enum org.dreambot.api.methods.walking.web.node.WebNodeType
- getId() - Method in class org.dreambot.api.wrappers.interactive.composite.ObjectComposite
- getId() - Method in enum org.dreambot.api.wrappers.interactive.util.Direction
- getId() - Method in class org.dreambot.api.wrappers.interactive.util.HealthBarData
- getId() - Method in class org.dreambot.api.wrappers.map.Region
- getId(AbstractWebNode) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
- getID() - Method in enum org.dreambot.api.methods.container.impl.bank.BankTab
-
Gets the ID of the BankTab
- getID() - Method in class org.dreambot.api.methods.grandexchange.GrandExchangeItem
-
Gets the ID of the trading post item
- getID() - Method in class org.dreambot.api.methods.widget.Widget
-
Gets the ID of this Widget
- getID() - Method in class org.dreambot.api.wrappers.graphics.GraphicsObject
- getID() - Method in class org.dreambot.api.wrappers.graphics.Projectile
- getID() - Method in class org.dreambot.api.wrappers.interactive.AnimableGameObject
- getID() - Method in class org.dreambot.api.wrappers.interactive.composite.ItemComposite
-
Gets the ID of the item for which the item composite is defined
- getID() - Method in class org.dreambot.api.wrappers.interactive.composite.NpcComposite
-
Gets the ID of the NPC for which the composite was created
- getID() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- getID() - Method in interface org.dreambot.api.wrappers.interactive.Identifiable
-
Gets ID number of the given object.
- getID() - Method in class org.dreambot.api.wrappers.interactive.NPC
- getID() - Method in class org.dreambot.api.wrappers.interactive.Player
- getID() - Method in class org.dreambot.api.wrappers.items.GroundItem
- getID() - Method in class org.dreambot.api.wrappers.items.Item
- getID() - Method in class org.dreambot.api.wrappers.widgets.MenuRow
-
Gets ID of this menu row.
- getID() - Method in enum org.dreambot.api.wrappers.widgets.message.MessageType
- getID() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
Gets the ID of a WidgetChild
- getIdForSlot(int) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Gets the ID of the
Item
in the slot. - getIdForSlot(int) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Gets the Id of the Item in the slot.
- getIdForSlot(int) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Gets the Id of the Item in the slot.
- getIdForSlot(int) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Gets the Id of the Item in the slot.
- getIdForSlot(int) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
-
Gets the Id of the Item in the slot.
- getIdForSlot(EquipmentSlot) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Gets the ID of the
Item
in theEquipmentSlot
- getIdleAnimation() - Method in class org.dreambot.api.wrappers.interactive.NPC
- getIdleCameraThread() - Method in class org.dreambot.api.script.ScriptManager
- getIdleMouseThread() - Method in class org.dreambot.api.script.ScriptManager
- getIdleTime() - Static method in class org.dreambot.api.Client
-
Gets idle time
- getIdleTime() - Static method in class org.dreambot.api.input.Mouse
-
Gets the idle time.
- getIgnore() - Method in class org.dreambot.api.methods.walking.web.node.impl.items.RequiredItem
- getImage() - Method in class org.dreambot.api.wrappers.items.Item
- getImage(int, boolean) - Method in class org.dreambot.api.wrappers.interactive.composite.ItemComposite
- getIncreasePriceFivePercentButton() - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Gets the +5% price WidgetChild in the offer screen
- getIncreasePriceXPercentButton() - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Gets the +X% price WidgetChild in the offer screen
- getIndex() - Static method in class org.dreambot.api.methods.login.LoginUtility
-
Gets the current login index of the game.
- getIndex() - Method in enum org.dreambot.api.methods.tabs.Tab
- getIndex() - Method in class org.dreambot.api.methods.walking.web.node.AbstractWebNode
- getIndex() - Method in class org.dreambot.api.wrappers.interactive.BoundaryObject
- getIndex() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Gets the index of this Character.
- getIndex() - Method in class org.dreambot.api.wrappers.interactive.FloorDecoration
- getIndex() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- getIndex() - Method in class org.dreambot.api.wrappers.interactive.NPC
- getIndex() - Method in class org.dreambot.api.wrappers.interactive.Player
- getIndex() - Method in class org.dreambot.api.wrappers.interactive.SceneObject
- getIndex() - Method in class org.dreambot.api.wrappers.interactive.WallObject
- getIndex() - Method in class org.dreambot.api.wrappers.widgets.MenuRow
- getIndex() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
gets the Index of the WidgetChild(can be used to find ID of a grandchild WidgetChild)
- getIndex(String) - Static method in class org.dreambot.api.wrappers.widgets.Menu
-
Gets the index of offset menu item in the list of menu items
- getIndex(String, String) - Static method in class org.dreambot.api.wrappers.widgets.Menu
-
Gets index.
- getIndex(String, String, int) - Static method in class org.dreambot.api.wrappers.widgets.Menu
-
Gets the index of offset menu item in the list of menu items using the given action, object, and entity index if provided.
- getIndex(String, String, Entity) - Static method in class org.dreambot.api.wrappers.widgets.Menu
-
Deprecated.
- getIndex(String, Entity) - Static method in class org.dreambot.api.wrappers.widgets.Menu
-
Gets index.
- getIndexRectangle(int) - Static method in class org.dreambot.api.wrappers.widgets.Menu
-
Gets index rectangle.
- getIndicesCount() - Method in class org.dreambot.api.wrappers.interactive.Model
-
Get indices count.
- getIndicesLength() - Method in class org.dreambot.api.wrappers.graphics.ModelWrapper
- getIndicesX() - Method in class org.dreambot.api.wrappers.graphics.ModelWrapper
- getIndicesX() - Method in class org.dreambot.api.wrappers.interactive.Model
-
Get indices x.
- getIndicesY() - Method in class org.dreambot.api.wrappers.graphics.ModelWrapper
- getIndicesY() - Method in class org.dreambot.api.wrappers.interactive.Model
-
Get indices y.
- getIndicesZ() - Method in class org.dreambot.api.wrappers.graphics.ModelWrapper
- getIndicesZ() - Method in class org.dreambot.api.wrappers.interactive.Model
-
Get indices z.
- getInstance() - Static method in class org.dreambot.api.Client
-
Gets the bot instance
- getInstance() - Static method in class org.dreambot.core.Instance
- getInstanceTemplateChunks() - Static method in class org.dreambot.api.wrappers.map.Region
-
Gets the raw instance template chunk values
- getInt(int) - Static method in class org.dreambot.api.methods.settings.Varcs
- getInteractableFrom() - Method in class org.dreambot.api.wrappers.interactive.GameObject
-
Gets a list of valid tiles your player could be standing on to interact with the game object (not including diagonals)
- getInteractingCharacter() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Gets interacting character for this Character.
- getInteractingIndex() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Gets the interacting character's index.
- getInteractingWith(int) - Static method in class org.dreambot.api.methods.interactive.NPCs
-
Gets a list of NPC's that are interacting with a given player index.
- getInteractType() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- getInterrupt() - Method in class org.dreambot.api.input.event.impl.InteractionEvent
- getInterrupt() - Method in class org.dreambot.api.input.mouse.destination.AbstractMouseDestination
- getInventoryItem() - Method in enum org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- getInventoryModelId() - Method in class org.dreambot.api.wrappers.interactive.composite.ItemComposite
- getInventoryModelID() - Method in class org.dreambot.api.wrappers.items.Item
- getInventoryWidget() - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Gets the basic inventory widget Basic meaning bank not open, ge not open, shop not open, etc
- getIsDisacardableValue() - Method in class org.dreambot.api.wrappers.interactive.composite.ItemComposite
- getIsPlaceholderValue() - Method in class org.dreambot.api.wrappers.interactive.composite.ItemComposite
- getItem() - Method in class org.dreambot.api.methods.grandexchange.GrandExchangeItem
-
Gets the Item that is in the trading post item slot
- getItem() - Method in class org.dreambot.api.wrappers.items.GroundItem
- getItem() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
Gets the Item held in the WidgetChild
- getItem(boolean, int) - Static method in class org.dreambot.api.methods.trade.Trade
-
Returns the item from the specified screen with specified ID
- getItem(boolean, String) - Static method in class org.dreambot.api.methods.trade.Trade
-
Returns item specified from the screen with name specified.
- getItem(int[]) - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
- getItem(Integer...) - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Gets a
GrandExchangeItem
that matches one of the given ID's - getItem(String...) - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Gets a
GrandExchangeItem
that matches one of the given names - getItem(Filter<Item>) - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Gets a
GrandExchangeItem
that matches one of the given filter - getItemChildInSearch(String) - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Gets the widget child of the item you searched for
- getItemChildInSearch(String, int) - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Gets the
WidgetChild
of the item you searched for - getItemFilter() - Method in enum org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- getItemId() - Method in class org.dreambot.api.wrappers.interactive.composite.ItemComposite
- getItemId() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
Gets the Item ID of the WidgetChild
- getItemIdCode() - Method in class org.dreambot.api.wrappers.widgets.MenuRow
- getItemInSlot(int) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Gets item in specified slot.
- getItemInSlot(int) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Gets item in specified slot.
- getItemInSlot(int) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Gets item in specified slot.
- getItemInSlot(int) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Gets item in the specified slot.
- getItemInSlot(int) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
-
Gets item in specified slot.
- getItemInSlot(EquipmentSlot) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Gets item in specified slot.
- getItemLayer() - Method in class org.dreambot.api.wrappers.map.TileReference
- getItems() - Method in class org.dreambot.api.methods.container.general.ItemContainer
-
Gets the items in this item container Does not add empty slots to the list Does not set item destinations
- getItems() - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Gets an array of the GrandExchangeItems
- getItems() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
Get a List of Items held in the WidgetChild
- getItems(boolean) - Static method in class org.dreambot.api.methods.trade.Trade
-
Returns an array of items from the trade screen
- getItemStack() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
Gets the item stack size of the WidgetChild
- getItemTeleports() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathResponse
- getJewelleryBoxLevel() - Static method in class org.dreambot.api.methods.walking.web.node.impl.teleports.TeleportSettings
- getJumpDistance() - Static method in class org.dreambot.api.methods.input.MouseKeys
-
Gets the mouse jump distance in pixels
- getKey() - Method in class org.dreambot.api.input.event.impl.keyboard.KeyboardEvent
- getKey() - Method in class org.dreambot.api.input.event.impl.keyboard.type.AbstractKeyEvent
- getKey() - Method in enum org.dreambot.api.methods.hotkeys.TabKey
- getKey(char) - Static method in enum org.dreambot.api.utilities.ShiftKeys
- getKEYBOARD_LOCK() - Method in class org.dreambot.api.input.event.impl.keyboard.KeyboardEvent
- getKeyboardTypingAlgorithm() - Static method in class org.dreambot.api.input.Keyboard
-
Keyboard typing algorithm, handles the actual typing implementations
- getKeyChar() - Method in enum org.dreambot.api.input.event.impl.keyboard.awt.Key
- getKeyCode() - Method in enum org.dreambot.api.input.event.impl.keyboard.awt.Key
- getKeyEvent() - Method in enum org.dreambot.api.methods.tabs.Tab
- getKeyVal() - Method in enum org.dreambot.api.methods.hotkeys.Hotkey
- getKeyValue() - Method in enum org.dreambot.api.methods.hotkeys.TabKey
- getLabel() - Method in enum org.dreambot.api.data.ClientLayout
- getLastBankHistoryCacheTick() - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Returns the last game tick (using
Client.getGameTick()
) of a cache update - getLastBankHistoryCacheTime() - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Returns the last timestamp (using System#currentTimeMillis) of a cache update
- getLastCalculatedPath() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
-
Deprecated.
- getLastChosenItem() - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Gets the last chosen buy Item based on the ID returned from
GrandExchange.getLastChosenItemID()
- getLastChosenItemID() - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Gets the Item ID of the last chosen buy item
- getLastClicked() - Static method in class org.dreambot.api.input.Mouse
-
Gets last clicked position by the client
- getLastClickedTime() - Static method in class org.dreambot.api.input.Mouse
-
Returns the last click time in milliseconds.
- getLastClickedX() - Static method in class org.dreambot.api.input.Mouse
-
Gets last clicked x position by the client
- getLastClickedY() - Static method in class org.dreambot.api.input.Mouse
-
Gets last clicked y position by the client
- getLastCrosshairColorID() - Static method in class org.dreambot.api.input.Mouse
-
Gets the crosshair color from the last click.
- getLastLoginScreenStateTime() - Static method in class org.dreambot.api.methods.login.LoginStats
- getLastMouseDirection() - Static method in class org.dreambot.api.input.Mouse
- getLastMouseMagnitude() - Static method in class org.dreambot.api.input.Mouse
- getLastMouseMoveTime() - Static method in class org.dreambot.api.input.Mouse
- getLastPacketReceived() - Static method in class org.dreambot.api.methods.login.LoginStats
- getLastPressedLocation() - Method in enum org.dreambot.api.input.event.impl.keyboard.awt.Key
- getLastRanScript() - Method in class org.dreambot.api.script.ScriptManager
- getLastTaskNode() - Method in class org.dreambot.api.script.impl.TaskScript
-
Gets the last task node that has been found valid to be executed.
- getLastWalkedPath() - Static method in class org.dreambot.api.methods.walking.path.impl.GlobalPath
- getLastWalkedPath() - Static method in class org.dreambot.api.methods.walking.path.impl.LocalPath
- getLeftClickAction() - Method in class org.dreambot.api.wrappers.interactive.Entity
- getLeftClickAction() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
- getLength() - Method in class org.dreambot.api.methods.input.mouse.MouseTracker
- getLevel() - Method in class org.dreambot.api.data.requirements.CombatRequirement
- getLevel() - Method in class org.dreambot.api.data.requirements.SkillRequirement
- getLevel() - Method in class org.dreambot.api.methods.diary.requirement.impl.CombinedSkillRequirement
-
Deprecated.
- getLevel() - Method in class org.dreambot.api.methods.diary.requirement.impl.SkillRequirement
-
Deprecated.
- getLevel() - Method in enum org.dreambot.api.methods.magic.Ancient
- getLevel() - Method in enum org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- getLevel() - Method in enum org.dreambot.api.methods.magic.Arceuus
- getLevel() - Method in enum org.dreambot.api.methods.magic.Lunar
- getLevel() - Method in enum org.dreambot.api.methods.magic.Normal
- getLevel() - Method in interface org.dreambot.api.methods.magic.Spell
- getLevel() - Method in enum org.dreambot.api.methods.prayer.Prayer
- getLevel() - Method in class org.dreambot.api.methods.quest.book.requirement.skill.SkillReq
-
Deprecated.
- getLevel() - Method in enum org.dreambot.api.methods.skills.Skill
- getLevel() - Method in class org.dreambot.api.methods.walking.web.node.impl.AgilityWebNode
- getLevel() - Method in class org.dreambot.api.script.schedule.conditions.SkillBased
- getLevel() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Gets the Character's combat level.
- getLevel() - Method in class org.dreambot.api.wrappers.interactive.NPC
- getLevel() - Method in class org.dreambot.api.wrappers.interactive.Player
- getLevels() - Static method in class org.dreambot.api.methods.skills.Skills
-
Gets all levels based on experience When skill shows 11/9, this method has 9
- getLightIntensity() - Method in class org.dreambot.api.wrappers.interactive.composite.ItemComposite
- getLightIntensity() - Method in class org.dreambot.api.wrappers.items.Item
- getLightMagnitude() - Method in class org.dreambot.api.wrappers.interactive.composite.ItemComposite
- getLightMagnitude() - Method in class org.dreambot.api.wrappers.items.Item
- getLightModifier() - Method in class org.dreambot.api.wrappers.interactive.NPC
- getLivePrice() - Method in class org.dreambot.api.wrappers.items.Item
-
This will get the average selling price on the GE, if available
- getLoader() - Method in class org.dreambot.core.Instance
- getLoader(File, List<String>) - Static method in class org.dreambot.api.script.loader.LocalLoader
- getLocal() - Static method in class org.dreambot.api.methods.interactive.Players
-
Gets your player
- getLocalOriginX() - Method in class org.dreambot.api.wrappers.graphics.Projectile
- getLocalOriginY() - Method in class org.dreambot.api.wrappers.graphics.Projectile
- getLocalPathFinder() - Static method in class org.dreambot.api.methods.walking.pathfinding.impl.local.LocalPathFinder
- getLocalX() - Method in class org.dreambot.api.wrappers.graphics.Projectile
- getLocalX() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Gets local X coordinate of this Character.
- getLocalX() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- getLocalX() - Method in class org.dreambot.api.wrappers.items.GroundItem
- getLocalY() - Method in class org.dreambot.api.wrappers.graphics.Projectile
- getLocalY() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Gets local Y coordinate of this Character Character.
- getLocalY() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- getLocalY() - Method in class org.dreambot.api.wrappers.items.GroundItem
- getLocation() - Method in class org.dreambot.api.input.event.impl.keyboard.type.AbstractKeyEvent
- getLocation() - Method in class org.dreambot.api.methods.walking.web.node.impl.pathaware.MagicCarpetWebNode
- getLocation() - Method in class org.dreambot.api.methods.walking.web.node.impl.pathaware.SelfConnectingWebNode
- getLocation() - Method in enum org.dreambot.api.methods.world.Location
- getLocation() - Method in class org.dreambot.api.methods.world.World
-
Gets the
Location
of the world Does not check between US East and US West - getLocation(String, String, int) - Static method in class org.dreambot.api.methods.walking.web.node.builder.WebNodeBuilder
- getLocations() - Method in class org.dreambot.api.methods.walking.web.node.impl.pathaware.CharterWebNode
- getLocations() - Method in class org.dreambot.api.methods.walking.web.node.impl.pathaware.FairyRingWebNode
- getLocations() - Method in class org.dreambot.api.methods.walking.web.node.impl.pathaware.GnomeGliderWebNode
- getLocations() - Method in class org.dreambot.api.methods.walking.web.node.impl.pathaware.MountainGuideWebNode
- getLocations() - Method in class org.dreambot.api.methods.walking.web.node.impl.pathaware.SelfConnectingWebNode
- getLocations() - Method in class org.dreambot.api.methods.walking.web.node.impl.pathaware.SpiritTreeWebNode
- getLocationValue() - Method in class org.dreambot.api.methods.world.World
-
Gets the location value of the world.
- getLock() - Method in class org.dreambot.api.methods.input.mouse.MouseTracker
- getLock() - Method in class org.dreambot.api.script.ScriptManager
- getLogicType() - Method in class org.dreambot.api.data.requirements.ConditionalRequirement
- getLoginCount() - Static method in class org.dreambot.api.methods.login.LoginStats
- getLoginEmail() - Static method in class org.dreambot.api.methods.login.LoginUtility
-
Gets the currently typed text in the email field of the login screen.
- getLoginIndex() - Static method in class org.dreambot.api.Client
-
Gets the login index
- getLoginPassword() - Static method in class org.dreambot.api.methods.login.LoginUtility
-
Gets the currently typed text in the password field of the login screen.
- getLoginResponse() - Static method in class org.dreambot.api.Client
- getLoginResponse(String...) - Static method in enum org.dreambot.api.methods.RSLoginResponse
- getLoginTime() - Static method in class org.dreambot.api.methods.login.LoginStats
- getLogoutTime() - Static method in class org.dreambot.api.methods.login.LoginStats
- getLongHourlyRate(long) - Method in class org.dreambot.api.utilities.Timer
- getLoopCycle() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
Gets the Loop Cycle of the WidgetChild
- getLootDropMinimumValue() - Static method in class org.dreambot.api.ClientSettings
-
Gets the minimum value set for loot drop notifications
- getLow(int) - Static method in class org.dreambot.api.methods.grandexchange.LivePrices
-
This gets the current low end price of an item by id
- getLow(String) - Static method in class org.dreambot.api.methods.grandexchange.LivePrices
-
This gets the current low end price of an item by name Note: You must have logged into the game as this method uses the cache to find item names
- getLow(Item) - Static method in class org.dreambot.api.methods.grandexchange.LivePrices
-
This gets the current low end price of an item
- getLowAlchValue() - Method in class org.dreambot.api.wrappers.items.Item
- getLowest(boolean) - Method in enum org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- getLowestPitch() - Static method in class org.dreambot.api.methods.input.Camera
-
Gets the lowest availble pitch Recently updated to just be a flat 128
- getMagicCarpetNodes() - Static method in class org.dreambot.api.methods.walking.web.node.impl.pathaware.MagicCarpetWebNode
- getMagicExp() - Method in enum org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- getMagicExp() - Method in enum org.dreambot.api.methods.magic.Arceuus
- getMagicTeleports() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathResponse
- getMagnitude() - Method in class org.dreambot.api.input.event.impl.mouse.vector.impl.MouseVector
-
Deprecated.
- getMagnitude() - Method in interface org.dreambot.api.input.event.impl.mouse.vector.Vector
-
Deprecated.Gets magnitude.
- getMagnitude() - Method in class org.dreambot.api.utilities.Vector
- getManifest() - Method in class org.dreambot.api.script.AbstractScript
- getMap() - Method in class org.dreambot.api.methods.settings.Varcs
- getMapAngle() - Static method in class org.dreambot.api.Client
-
Gets map rotation
- getMapAreaId() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- getMapRegions() - Static method in class org.dreambot.api.wrappers.map.Region
-
Gets an array of the current map region id's
- getMapSceneID() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- getMask() - Method in enum org.dreambot.api.input.event.impl.mouse.impl.click.ClickMode
-
Deprecated.
- getMask() - Method in enum org.dreambot.api.input.event.impl.mouse.MouseButton
- getMask() - Method in class org.dreambot.api.methods.world.World
- getMaskValue() - Method in enum org.dreambot.api.methods.world.WorldType
- getMatchingWidget(Filter<WidgetChild>) - Static method in class org.dreambot.api.methods.widget.Widgets
-
Deprecated.
- getMaxDecelDistance() - Static method in class org.dreambot.api.input.mouse.algorithm.MouseProfile
- getMaxDecelDistance() - Method in class org.dreambot.api.input.mouse.algorithm.StandardMouseAlgorithm
-
Calculates max deceleration distance using a dynamic random.
- getMaxDecelDistance() - Method in class org.dreambot.api.methods.input.mouse.MouseSettings
- getMaxdTheta() - Static method in class org.dreambot.api.input.mouse.algorithm.MouseProfile
- getMaxdTheta() - Method in class org.dreambot.api.input.mouse.algorithm.StandardMouseAlgorithm
-
Calculates max theta value (d) using a dynamic random.
- getMaxdTheta() - Method in class org.dreambot.api.methods.input.mouse.MouseSettings
- getMaxHealth() - Method in class org.dreambot.api.wrappers.interactive.util.HealthBarComposite
- getMaxHit() - Method in enum org.dreambot.api.methods.magic.Ancient
- getMaxHit() - Method in enum org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- getMaxHit() - Method in enum org.dreambot.api.methods.magic.Arceuus
- getMaxHit() - Method in enum org.dreambot.api.methods.magic.Lunar
- getMaxHit() - Method in enum org.dreambot.api.methods.magic.Normal
- getMaxHit() - Method in interface org.dreambot.api.methods.magic.Spell
- getMaximumRunningTime() - Method in class org.dreambot.api.script.schedule.conditions.RunningTime
- getMaxMagnitude() - Static method in class org.dreambot.api.input.mouse.algorithm.MouseProfile
- getMaxMagnitude() - Method in class org.dreambot.api.input.mouse.algorithm.StandardMouseAlgorithm
-
Calculates max magnitude using a dynamic random.
- getMaxMagnitude() - Method in class org.dreambot.api.methods.input.mouse.MouseSettings
- getMaxRetryAttempts() - Static method in class org.dreambot.api.input.event.impl.InteractionEvent
- getMaxZoom() - Static method in class org.dreambot.api.methods.input.Camera
-
Gets the maximum zoom value
- getMeanDecelRadius() - Static method in class org.dreambot.api.input.mouse.algorithm.MouseProfile
- getMeanDecelRadius() - Method in class org.dreambot.api.input.mouse.algorithm.StandardMouseAlgorithm
-
Calculates mean deceleration radius using a dynamic random.
- getMeanDecelRadius() - Method in class org.dreambot.api.methods.input.mouse.MouseSettings
- getMediumRequirements() - Method in class org.dreambot.api.methods.diary.Diary
- getMemberID() - Method in class org.dreambot.api.methods.ForumUser
- getMembers() - Static method in class org.dreambot.api.methods.clan.chat.ClanChat
-
Gets a list of the clan members in your chat
- getMembers() - Static method in class org.dreambot.api.methods.clan.Clan
-
Deprecated.
- getMembers() - Static method in class org.dreambot.api.methods.clan.guild.Clan
-
Gets a list of the clan members in your clan/guild
- getMembershipLeft() - Static method in class org.dreambot.api.Client
- getMenuRow() - Method in class org.dreambot.api.script.event.impl.MenuAddedEvent
- getMenuRow() - Method in class org.dreambot.api.wrappers.interactive.action.RSAction
- getMenuRows() - Static method in class org.dreambot.api.wrappers.widgets.Menu
-
Gets each row of the menu as a MenuRow object
- getMessage() - Method in class org.dreambot.api.input.event.impl.keyboard.KeyboardEvent
- getMessage() - Method in class org.dreambot.api.wrappers.cache.nodes.MessageNode
- getMessage() - Method in class org.dreambot.api.wrappers.widgets.message.Message
- getMessage0() - Static method in class org.dreambot.api.Client
- getMessage1() - Static method in class org.dreambot.api.Client
- getMessage2() - Static method in class org.dreambot.api.Client
- getMessageContainers() - Static method in class org.dreambot.api.Client
-
Returns all message containers
- getMiddle() - Method in class org.dreambot.api.wrappers.items.ItemLayer
- getMinDecelMagnitude() - Static method in class org.dreambot.api.input.mouse.algorithm.MouseProfile
- getMinDecelMagnitude() - Method in class org.dreambot.api.input.mouse.algorithm.StandardMouseAlgorithm
-
Calculates minimum deceleration magnitude using a dynamic random.
- getMinDecelMagnitude() - Method in class org.dreambot.api.methods.input.mouse.MouseSettings
- getMiniMapCoordinate(int, int) - Method in class org.dreambot.api.methods.ViewportTools
- getMiniMapDestination(Tile) - Static method in class org.dreambot.api.methods.map.Map
-
Gets the mini map Destination for the given tile.
- getMiniMapIcon() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- getMinimapShape() - Static method in class org.dreambot.api.methods.map.Map
-
Gets a generated shape reference for the minimap widget.
- getMinimapShape(int) - Static method in class org.dreambot.api.methods.map.Map
- getMinimapTargetSize() - Static method in class org.dreambot.api.methods.walking.impl.Walking
- getMinimumAlchWarningValue() - Static method in class org.dreambot.api.ClientSettings
- getMinimumDropWarningValue() - Static method in class org.dreambot.api.ClientSettings
- getMinimumLevel() - Method in class org.dreambot.api.methods.world.World
-
Gets the minimum level required for the world, 0 if no minimum level.
- getMinimumRest() - Method in class org.dreambot.api.randoms.RandomSolver
- getMinimumRunningTime() - Method in class org.dreambot.api.script.schedule.conditions.RunningTime
- getMinMagnitude() - Static method in class org.dreambot.api.input.mouse.algorithm.MouseProfile
- getMinMagnitude() - Method in class org.dreambot.api.input.mouse.algorithm.StandardMouseAlgorithm
-
Calculates minimum magnitude using a dynamic random.
- getMinMagnitude() - Method in class org.dreambot.api.methods.input.mouse.MouseSettings
- getMistake(char) - Method in class org.dreambot.api.input.keyboard.StandardKeyboardAlgorithm
- getMistake(char) - Method in class org.dreambot.api.methods.event.KeyboardEvent
-
Deprecated.
- getModel() - Method in class org.dreambot.api.wrappers.interactive.Entity
-
Gets the model of the entity
- getModel() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- getModel(Player) - Static method in class org.dreambot.api.methods.interactive.Players
- getModelArea(int, int, int, Model) - Method in class org.dreambot.api.methods.ViewportTools
- getModelArea(int, int, int, Model, boolean) - Method in class org.dreambot.api.methods.ViewportTools
- getModelArea(Entity) - Method in class org.dreambot.api.methods.ViewportTools
- getModelArea(Entity, boolean) - Method in class org.dreambot.api.methods.ViewportTools
- getModelBoundingBox(int, int, int, Model) - Method in class org.dreambot.api.methods.ViewportTools
- getModelColors() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- getModelIDs() - Method in class org.dreambot.api.wrappers.interactive.NPC
- getModelRecolorOriginal() - Method in class org.dreambot.api.wrappers.interactive.composite.ItemComposite
- getModelRecolorOriginal() - Method in class org.dreambot.api.wrappers.items.Item
- getModelRecolorTarget() - Method in class org.dreambot.api.wrappers.interactive.composite.ItemComposite
- getModelRecolorTarget() - Method in class org.dreambot.api.wrappers.items.Item
- getModelRotationX() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
- getModelRotationY() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
- getModelRotationZ() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
- getModelScaleX() - Method in class org.dreambot.api.wrappers.interactive.composite.ItemComposite
- getModelScaleX() - Method in class org.dreambot.api.wrappers.items.Item
- getModelScaleY() - Method in class org.dreambot.api.wrappers.interactive.composite.ItemComposite
- getModelScaleY() - Method in class org.dreambot.api.wrappers.items.Item
- getModelScaleZ() - Method in class org.dreambot.api.wrappers.interactive.composite.ItemComposite
- getModelScaleZ() - Method in class org.dreambot.api.wrappers.items.Item
- getModelSizeX() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- getModelSizeY() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- getModelSizeZ() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- getModifiedModelColors() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- getMountainGuideNodes() - Static method in class org.dreambot.api.methods.walking.web.node.impl.pathaware.MountainGuideWebNode
- getMouseAlgorithm() - Static method in class org.dreambot.api.input.Mouse
-
Returns the currently set
- getMouseButton() - Method in class org.dreambot.api.input.event.impl.mouse.MouseEvent
- getMouseButton() - Method in class org.dreambot.api.input.event.impl.mouse.type.ClickEvent
- getMouseInput() - Method in class org.dreambot.api.methods.cs2.RuneScriptEvent
- getMouseMode() - Method in class org.dreambot.api.input.event.impl.mouse.MouseEvent
- getMouseMovementAlgorithm() - Static method in class org.dreambot.api.input.Mouse
-
Deprecated.
- getMouseMovementAlgorithm() - Method in class org.dreambot.core.Instance
-
Deprecated.
- getMouseMoveResetTimeMillis() - Static method in class org.dreambot.api.input.Mouse
- getMouseSettings() - Static method in class org.dreambot.api.input.Mouse
-
Grabs the MouseSettings
- getMouseTiming() - Static method in class org.dreambot.api.input.mouse.algorithm.MouseProfile
- getMouseTiming() - Static method in class org.dreambot.api.methods.input.mouse.MouseSettings
-
Returns the client's mouse timing generator, used to determine the time in milliseconds between pressing down and releasing the mouse buttons
- getMouseX() - Method in class org.dreambot.api.methods.cs2.RuneScriptEvent
- getMouseX() - Method in class org.dreambot.api.script.event.impl.ActionEvent
- getMouseX() - Method in class org.dreambot.api.wrappers.interactive.action.RSAction
- getMouseY() - Method in class org.dreambot.api.methods.cs2.RuneScriptEvent
- getMouseY() - Method in class org.dreambot.api.script.event.impl.ActionEvent
- getMouseY() - Method in class org.dreambot.api.wrappers.interactive.action.RSAction
- getMovementCost(int, int, int, int, int) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.PathFinder
- getMusicVolume() - Static method in class org.dreambot.api.ClientSettings
-
Gets the music volume
- getMustAcceptTosBackButton() - Static method in class org.dreambot.api.methods.login.LoginUtility
- getMyItems() - Static method in class org.dreambot.api.methods.trade.Trade
-
Gets the items in your trade screen
- getMyPlayerIndex() - Static method in class org.dreambot.api.Client
-
Gets your local player's index
- getMyRank() - Method in class org.dreambot.api.methods.clan.ClanMemberHandler
-
Deprecated.
- getMyWorld() - Static method in class org.dreambot.api.methods.world.Worlds
-
Deprecated.
- getName() - Static method in class org.dreambot.api.methods.clan.chat.ClanChat
-
Gets clan chat name
- getName() - Static method in class org.dreambot.api.methods.clan.guild.Clan
-
Gets clan/guild name
- getName() - Method in class org.dreambot.api.methods.clan.guild.ClanMember
-
Returns a formatted version of the clan member's name Formatted means replacing all non-alphabetical/numeric characters with spaces ex: "jack_sparrow" would return "jack sparrow"
- getName() - Method in class org.dreambot.api.methods.diary.ArdougneDiary
- getName() - Method in class org.dreambot.api.methods.diary.DesertDiary
- getName() - Method in class org.dreambot.api.methods.diary.Diary
- getName() - Method in class org.dreambot.api.methods.diary.FaladorDiary
- getName() - Method in class org.dreambot.api.methods.diary.FremennikDiary
- getName() - Method in class org.dreambot.api.methods.diary.KandarinDiary
- getName() - Method in class org.dreambot.api.methods.diary.KaramjaDiary
- getName() - Method in class org.dreambot.api.methods.diary.KourendKebosDiary
- getName() - Method in class org.dreambot.api.methods.diary.LumbridgeDraynorDiary
- getName() - Method in class org.dreambot.api.methods.diary.MorytaniaDiary
- getName() - Method in class org.dreambot.api.methods.diary.requirement.DiaryRequirement
-
Deprecated.
- getName() - Method in class org.dreambot.api.methods.diary.VarrockDiary
- getName() - Method in class org.dreambot.api.methods.diary.WesternProvincesDiary
- getName() - Method in class org.dreambot.api.methods.diary.WildernessDiary
- getName() - Method in class org.dreambot.api.methods.friend.NameProvider
- getName() - Method in class org.dreambot.api.methods.grandexchange.GrandExchangeItem
-
Gets the name of the trading post item
- getName() - Method in class org.dreambot.api.methods.magic.cost.Rune
- getName() - Method in enum org.dreambot.api.methods.skills.Skill
-
Gets the skill's name.
- getName() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.PathObstacle
-
Gets name.
- getName() - Method in class org.dreambot.api.methods.walking.web.node.impl.items.RequiredItem
- getName() - Method in class org.dreambot.api.script.schedule.ScriptSchedule
- getName() - Method in class org.dreambot.api.wrappers.interactive.composite.ItemComposite
- getName() - Method in class org.dreambot.api.wrappers.interactive.composite.NameComposite
-
Gets the name of the item for which the item composite is defined
- getName() - Method in class org.dreambot.api.wrappers.interactive.composite.ObjectComposite
-
Gets the name of the object for which the object composite was created
- getName() - Method in class org.dreambot.api.wrappers.interactive.Entity
-
Gets the name of the entity
- getName() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- getName() - Method in interface org.dreambot.api.wrappers.interactive.Identifiable
-
Gets the name of the given object.
- getName() - Method in class org.dreambot.api.wrappers.interactive.NPC
- getName() - Method in class org.dreambot.api.wrappers.interactive.Player
- getName() - Method in class org.dreambot.api.wrappers.items.GroundItem
- getName() - Method in class org.dreambot.api.wrappers.items.Item
- getName() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
- getNameComposite() - Method in class org.dreambot.api.methods.friend.NameProvider
- getNameComposite() - Method in class org.dreambot.api.wrappers.interactive.Player
- getNameForSlot(int) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Gets the Name for the Item in the slot.
- getNameForSlot(int) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Gets the Name for the Item in the slot.
- getNameForSlot(int) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Gets the Name for the Item in the slot.
- getNameForSlot(int) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Gets the Name for the Item in the slot.
- getNameForSlot(int) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
-
Gets the Name for the Item in the slot.
- getNameForSlot(EquipmentSlot) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Gets the Name for the
Item
in theEquipmentSlot
. - getNameProviders() - Method in class org.dreambot.api.methods.friend.NameProviderHandler
- getNames() - Method in enum org.dreambot.api.data.consumables.Food
- getNearest() - Static method in enum org.dreambot.api.methods.container.impl.bank.BankLocation
- getNearest(Tile, int) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
-
Gets the closest
BasicWebNode
to the given tile within the threshold - getNearest(AbstractWebNode) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
-
Gets the closest
BasicWebNode
to the givenAbstractWebNode
that's within five tiles of the given node - getNearest(AbstractWebNode, int) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
-
Gets the closest
BasicWebNode
to the givenAbstractWebNode
within the threshold - getNearest(Tile) - Static method in enum org.dreambot.api.methods.container.impl.bank.BankLocation
-
Gets the nearest BankLocation to the tile
- getNearest(Tile, boolean) - Static method in enum org.dreambot.api.methods.container.impl.bank.BankLocation
-
Gets the nearest
BankLocation
to the givenTile
- getNearest(Entity) - Static method in enum org.dreambot.api.methods.container.impl.bank.BankLocation
-
Gets the nearest BankLocation to the entity
- getNearestEuclidean(Tile, boolean) - Static method in enum org.dreambot.api.methods.container.impl.bank.BankLocation
-
Gets the nearest bank location to the entity based on euclidean distance
BankLocation.getNearest(Tile)
will check against web paths to find more exact distances, so takes longer This method should be quicker call, while possibly being less precise. - getNearestGlobal(Tile, int) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
- getNearestTile(Entity) - Method in class org.dreambot.api.methods.map.Area
-
Gets the closest Tile in the Area to the provided entity
- getNext() - Method in class org.dreambot.api.wrappers.cache.nodes.CacheNode
- getNext() - Method in interface org.dreambot.api.wrappers.cache.nodes.impl.Node
- getNext() - Method in class org.dreambot.api.wrappers.cache.nodes.NodeSub
- getNext() - Method in class org.dreambot.api.wrappers.cache.nodes.NodeWrapper
- getNexusTarget() - Method in enum org.dreambot.api.methods.walking.web.node.impl.teleports.poh.HousePortal
- getNode(int, int, int) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.PathFinder
- getNodes() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathResponse
- getNodes() - Method in class org.dreambot.api.methods.walking.web.node.CustomWebPath
- getNodes() - Method in class org.dreambot.api.script.impl.TaskScript
-
Get task list nodes as an array.
- getNodesWithin(int, Tile) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
-
Returns a list of all
AbstractWebNode
's within the given distance on any plane - getNormalizedWorlds() - Static method in class org.dreambot.api.methods.world.Worlds
-
Gets a list of normalized Worlds Normalized meaning not: pvp, deadmode, tournament, twisted leauge, last man standing, bounty hunter, or high risk.
- getNotedId() - Method in class org.dreambot.api.wrappers.interactive.composite.ItemComposite
- getNotedItemID() - Method in class org.dreambot.api.wrappers.items.Item
- getNPCAttackOptionsMode() - Static method in class org.dreambot.api.ClientSettings
-
Returns the current ActionMode for NPC attack options
- getNPCDialogue() - Static method in class org.dreambot.api.methods.dialogues.Dialogues
-
Gets the dialogue text in a conversation.
- getNPCID() - Method in class org.dreambot.api.wrappers.interactive.composite.PlayerComposite
- getNpcIndex() - Static method in class org.dreambot.api.methods.hint.HintArrow
- getObject() - Method in class org.dreambot.api.methods.input.mouse.MouseSettings
-
Gets the object of the target
- getObject() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.node.PathNode
- getObject() - Method in class org.dreambot.api.wrappers.widgets.MenuRow
-
Gets object reference associated with this menu row.
- getObjectModelTypes() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- getObjectName() - Method in class org.dreambot.api.methods.walking.web.node.impl.AgilityWebNode
- getObjects() - Static method in class org.dreambot.api.wrappers.map.Region
- getObjects() - Method in class org.dreambot.api.wrappers.map.TileReference
- getObjectsAtTile(Tile) - Static method in class org.dreambot.api.methods.map.Map
-
Gets the
GameObject
s at the given tile. - getObjectsAtTile(Tile, boolean) - Static method in class org.dreambot.api.methods.map.Map
-
Gets the
GameObject
s at the given tile. - getObjectsForId(int) - Method in class org.dreambot.api.wrappers.map.TileReference
- getObjectsOnTile(Tile) - Static method in class org.dreambot.api.methods.interactive.GameObjects
-
Gets all GameObjects on specified Tile
- getObjectTiles() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- getObstacle() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.PathObstacle
-
Get obstacle.
- getObstacle() - Method in class org.dreambot.api.methods.walking.TileObstacle
- getObstacle(int, int, int, int) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.PathFinder
- getObstacleActions() - Static method in class org.dreambot.api.methods.map.Map
-
Deprecated.no longer used, see
LocalPathFinder
instead - getObstacleForTile(E) - Method in class org.dreambot.api.methods.walking.path.AbstractPath
-
Gets a PathObstacle for a given tile
- getObstacleLocations() - Static method in class org.dreambot.api.methods.map.Map
-
Deprecated.no longer used, see
LocalPathFinder
instead - getObstacleTile() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.PathObstacle
-
Gets the Tile the obstacle is on
- getObstacleType() - Method in class org.dreambot.api.methods.walking.TileObstacle
- getOfferFirstItemWidget() - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Gets the WidgetChild of the first item slot of the open offer
- getOfferSecondItemWidget() - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Gets the WidgetChild of the second item slot of the open offer
- getOfferText() - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Returns the text in the offer screen for whether it says Buy offer or Sell offer
- getOffset() - Method in class org.dreambot.api.wrappers.map.impl.CollisionMap
-
Returns the collision map offset tile (Uses
CollisionMap.getOffsetX()
andCollisionMap.getOffsetY()
) - getOffsetX() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- getOffsetX() - Method in class org.dreambot.api.wrappers.map.impl.CollisionMap
-
Gets offset x.
- getOffsetY() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- getOffsetY() - Method in class org.dreambot.api.wrappers.map.impl.CollisionMap
-
Gets offset y.
- getOffsetZ() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- getOnCursorUIDs() - Static method in class org.dreambot.api.input.Mouse
- getOpbase() - Method in class org.dreambot.api.methods.cs2.RuneScriptEvent
- getOpCode() - Method in class org.dreambot.api.script.event.impl.ActionEvent
- getOpCode() - Method in class org.dreambot.api.wrappers.widgets.MenuRow
-
Get opcode of this menu row.
- getOpen() - Static method in enum org.dreambot.api.methods.container.impl.bank.BankTab
- getOpen() - Static method in class org.dreambot.api.methods.tabs.Tabs
-
Gets the currently open tab
- getOpen() - Static method in class org.dreambot.api.methods.walking.pathfinding.impl.local.LocalPathFinder
-
Deprecated.
- getOpenSlot() - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Returns the index of the open slot / offer
- getOpenSlots() - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Gets the number of slots that do not have an item and are enabled
- getOpenWorldScreenButton() - Static method in class org.dreambot.api.methods.login.LoginUtility
-
Deprecated.use
WorldHopper.changeWorldDirect(World)
instead - getOption() - Method in enum org.dreambot.api.data.ActionMode
- getOption() - Method in class org.dreambot.api.script.event.impl.ActionEvent
- getOptionIndex(String) - Static method in class org.dreambot.api.methods.dialogues.Dialogues
-
Gets the index of the option.
- getOptionIndexContaining(String) - Static method in class org.dreambot.api.methods.dialogues.Dialogues
-
Gets the option index that contains the given text.
- getOptions() - Static method in class org.dreambot.api.methods.dialogues.Dialogues
-
Gets all the available options in the dialogue, not including "Click here to continue"
- getOptions() - Static method in class org.dreambot.api.wrappers.widgets.Menu
- getOrientation() - Method in class org.dreambot.api.wrappers.interactive.AnimableGameObject
- getOrientation() - Method in class org.dreambot.api.wrappers.interactive.BoundaryObject
- getOrientation() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Gets orientation for this Character.
- getOrientation() - Method in class org.dreambot.api.wrappers.interactive.FloorDecoration
- getOrientation() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- getOrientation() - Method in class org.dreambot.api.wrappers.interactive.SceneObject
- getOrientation() - Method in class org.dreambot.api.wrappers.interactive.WallObject
- getOriginalX() - Method in class org.dreambot.api.wrappers.interactive.Model
-
Get original x.
- getOriginalY() - Method in class org.dreambot.api.wrappers.interactive.Model
-
Get original y.
- getOriginalZ() - Method in class org.dreambot.api.wrappers.interactive.Model
-
Get original z.
- getOriginEntity() - Method in class org.dreambot.api.wrappers.graphics.Projectile
- getOriginEntityIndex() - Method in class org.dreambot.api.wrappers.graphics.Projectile
- getOriginTile() - Method in class org.dreambot.api.wrappers.graphics.Projectile
- getOriginX() - Method in class org.dreambot.api.wrappers.graphics.Projectile
- getOriginY() - Method in class org.dreambot.api.wrappers.graphics.Projectile
- getOtherName() - Method in class org.dreambot.api.methods.friend.NameProvider
- getOverhead() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Gets overhead message for this Character.
- getOverheadIcon() - Method in class org.dreambot.api.wrappers.interactive.Player
- getOverheadIcons() - Method in class org.dreambot.api.wrappers.interactive.NPC
-
Deprecated.
- getOverheadIconSpriteIndex() - Method in class org.dreambot.api.wrappers.interactive.NPC
-
Deprecated.
- getOverrideAmount() - Method in class org.dreambot.api.wrappers.graphics.ModelWrapper
- getOverrideAmount() - Method in class org.dreambot.api.wrappers.interactive.Model
- getOwner() - Static method in class org.dreambot.api.methods.clan.chat.ClanChat
-
Gets clan chat owner's name
- getOwner() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.node.PathNode
-
Gets owner of this node.
- getOwner() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathNode
- getParameters() - Method in class org.dreambot.api.script.schedule.ScheduledScript
- getParametersString() - Method in class org.dreambot.api.script.schedule.ScheduledScript
- getParams() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- getParams() - Method in class org.dreambot.api.wrappers.interactive.NPC
- getParams() - Method in class org.dreambot.api.wrappers.items.Item
- getParent() - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Gets parent widget for current shop.
- getParent() - Method in enum org.dreambot.api.methods.magic.Ancient
- getParent() - Method in enum org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- getParent() - Method in enum org.dreambot.api.methods.magic.Arceuus
- getParent() - Method in enum org.dreambot.api.methods.magic.Lunar
- getParent() - Method in enum org.dreambot.api.methods.magic.Normal
- getParent() - Method in interface org.dreambot.api.methods.magic.Spell
- getParent() - Method in interface org.dreambot.api.methods.quest.book.Quest
- getParent() - Method in class org.dreambot.api.script.frameworks.treebranch.Leaf
- getParentId() - Method in enum org.dreambot.api.methods.tabs.Tab
- getParentID() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
Gets the parent ID of a WidgetChild
- getPassword() - Static method in class org.dreambot.api.Client
-
Returns the player's password
- getPathRandomization() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
- getPercent() - Method in enum org.dreambot.api.methods.favour.House
- getPing() - Method in class org.dreambot.api.methods.world.World
- getPitch() - Static method in class org.dreambot.api.methods.input.Camera
-
Gets the pitch of the camera
- getPitchForEntity(Entity) - Static method in class org.dreambot.api.methods.input.Camera
-
Gets the pitch required to look at the given entity See
Camera.getPitchForTile(Tile)
where the tile isEntity.getTile()
- getPitchForTile(Tile) - Static method in class org.dreambot.api.methods.input.Camera
-
Gets the pitch required to look at the given Tile
- getPlaceholderId() - Method in class org.dreambot.api.wrappers.interactive.composite.ItemComposite
- getPlaceholderID() - Method in class org.dreambot.api.wrappers.items.Item
- getPlaceholderValue() - Method in class org.dreambot.api.wrappers.items.Item
- getPlane() - Static method in class org.dreambot.api.Client
-
Gets your current plane
- getPlane() - Method in class org.dreambot.api.wrappers.interactive.AnimableGameObject
- getPlane() - Method in class org.dreambot.api.wrappers.interactive.BoundaryObject
- getPlane() - Method in class org.dreambot.api.wrappers.interactive.FloorDecoration
- getPlane() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- getPlane() - Method in class org.dreambot.api.wrappers.interactive.SceneObject
- getPlane() - Method in class org.dreambot.api.wrappers.interactive.WallObject
- getPlane() - Method in class org.dreambot.api.wrappers.items.GroundItem
- getPlane() - Method in class org.dreambot.api.wrappers.items.ItemLayer
-
Gets the plane of this ItemLayer.
- getPlayerAttackOptionsMode() - Static method in class org.dreambot.api.ClientSettings
-
Returns the current ActionMode for player attack options
- getPlayerIndex() - Static method in class org.dreambot.api.methods.hint.HintArrow
- getPlayNowButton() - Static method in class org.dreambot.api.methods.login.LoginUtility
- getPlayNowTryAgainButton() - Static method in class org.dreambot.api.methods.login.LoginUtility
- getPointed() - Static method in class org.dreambot.api.methods.hint.HintArrow
- getPointOutsideScreen() - Static method in class org.dreambot.api.input.Mouse
-
Returns a random point slightly off of the game canvas
- getPoints() - Method in class org.dreambot.api.data.requirements.QuestPointRequirement
- getPoints() - Method in class org.dreambot.api.methods.diary.requirement.impl.QuestPointRequirement
-
Deprecated.
- getPoints(Area) - Method in class org.dreambot.api.methods.ViewportTools
- getPolygon() - Method in class org.dreambot.api.methods.map.Tile
-
Gets the onscreen polygon for this tile
- getPolygon(Tile) - Static method in class org.dreambot.api.methods.map.Map
-
Gets the on-screen polygon of the given tile.
- getPolygonArea() - Method in class org.dreambot.api.methods.map.Area
-
Gets the polygon shape of the Area
- getPopulation() - Method in class org.dreambot.api.methods.world.World
- getPortalName() - Method in enum org.dreambot.api.methods.walking.web.node.impl.teleports.poh.HousePortal
- getPosition() - Static method in class org.dreambot.api.input.Mouse
-
Gets the current mouse position
- getPosition() - Method in enum org.dreambot.api.methods.container.impl.equipment.EquipmentSlot
- getPrayerExp() - Method in enum org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- getPrayerExp() - Method in enum org.dreambot.api.methods.magic.Arceuus
- getPreferredHand() - Method in class org.dreambot.api.methods.input.mouse.MouseSettings
-
Gets preferred hand
- getPressed() - Static method in enum org.dreambot.api.input.event.impl.mouse.MouseButton
- getPrevious() - Method in class org.dreambot.api.wrappers.cache.nodes.CacheNode
- getPrevious() - Method in interface org.dreambot.api.wrappers.cache.nodes.impl.Node
- getPrevious() - Method in class org.dreambot.api.wrappers.cache.nodes.NodeSub
- getPrevious() - Method in class org.dreambot.api.wrappers.cache.nodes.NodeWrapper
- getPreviousNameComposite() - Method in class org.dreambot.api.methods.friend.NameProvider
- getPrice() - Method in class org.dreambot.api.methods.grandexchange.GrandExchangeItem
-
Gets the price of the trading post item
- getPrimaryLevelUnicode() - Method in enum org.dreambot.api.input.event.impl.keyboard.awt.Key
- getPriority() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.PathObstacle
-
Gets the priority of the obstacle, a higher integer means a higher priority, the highest priority obstacle found on a tile will be executed.
- getProjectiles() - Static method in class org.dreambot.api.Client
-
Deprecated.
- getProxyName() - Static method in class org.dreambot.core.Instance
-
Gets the client's proxy nickname, null if no proxy selected
- getQP() - Method in enum org.dreambot.api.methods.quest.book.FreeQuest
- getQP() - Method in enum org.dreambot.api.methods.quest.book.MiniQuest
- getQP() - Method in enum org.dreambot.api.methods.quest.book.PaidQuest
- getQP() - Method in interface org.dreambot.api.methods.quest.book.Quest
- getQuery() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathResponse
- getQuest() - Method in class org.dreambot.api.methods.diary.requirement.impl.QuestRequirement
-
Deprecated.
- getQuestPoints() - Static method in class org.dreambot.api.methods.quest.Quests
- getQuests() - Method in enum org.dreambot.api.methods.quest.book.FreeQuest
- getQuests() - Method in enum org.dreambot.api.methods.quest.book.MiniQuest
- getQuests() - Method in enum org.dreambot.api.methods.quest.book.PaidQuest
- getQuests() - Method in interface org.dreambot.api.methods.quest.book.Quest
- getQueueSize() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Gets walking queue size for this Character.
- getQueueX() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Get walking queue X coordinates.
- getQueueY() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Get walking queue Y coordinates.
- getQuickPrayerChild() - Method in enum org.dreambot.api.methods.prayer.Prayer
- getQuickPrayers() - Static method in class org.dreambot.api.methods.prayer.Prayers
-
Returns a list of all selected quick prayers
- getQuickTravelRect() - Static method in class org.dreambot.api.methods.fairyring.FairyRings
-
Gets the Rectangle surrounding the quick travel widget container
- getRandom() - Static method in class org.dreambot.api.methods.Calculations
- getRandom(int...) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Gets a random item that matches the item id(s) in your inventory
- getRandom(String...) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Gets a random item that matches the item name(s) in your inventory
- getRandom(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Gets a random item that matches the item filter in your inventory
- getRandomCharInString(String) - Method in class org.dreambot.api.input.keyboard.StandardKeyboardAlgorithm
- getRandomCharInString(String) - Method in class org.dreambot.api.methods.event.KeyboardEvent
-
Deprecated.
- getRandomizationFactor() - Method in class org.dreambot.api.methods.walking.web.node.impl.BasicWebNode
- getRandomized() - Method in class org.dreambot.api.methods.map.Tile
-
Gets a new instance of a random tile with a deviation of a guassian random with a mean of 2 and a sigma of 1
- getRandomized(int) - Method in class org.dreambot.api.methods.map.Tile
-
Gets a new instance of a random tile within a given deviation.
- getRandomizedTile() - Method in class org.dreambot.api.methods.map.Tile
-
Deprecated.
- getRandomizedTile(int) - Method in class org.dreambot.api.methods.map.Tile
-
Deprecated.
- getRandomManager() - Method in class org.dreambot.api.methods.MethodProvider
- getRandomManager() - Method in class org.dreambot.api.script.AbstractScript
- getRandomManager() - Method in class org.dreambot.core.Instance
-
Gets the current script's random manager, or null if script manager/current script are null.
- getRandomManagerThread() - Static method in class org.dreambot.core.Instance
- getRandomPointOnCanvas() - Static method in class org.dreambot.api.methods.ViewportTools
- getRandomThread() - Method in class org.dreambot.api.randoms.RandomManager
- getRandomThread() - Method in class org.dreambot.api.script.AbstractScript
- getRandomTile() - Method in class org.dreambot.api.methods.map.Area
-
Gets a random Tile inside the Area
- getRandomWorld() - Static method in class org.dreambot.api.methods.world.Worlds
-
Gets a random world from all the worlds
- getRandomWorld(List<World>) - Static method in class org.dreambot.api.methods.world.Worlds
-
Gets a random World from a given List
- getRandomWorld(Filter<World>) - Static method in class org.dreambot.api.methods.world.Worlds
-
Gets a random World that matches the given Filter
- getRandomXCoordOnCanvas() - Static method in class org.dreambot.api.methods.ViewportTools
- getRandomYCoordOnCanvas() - Static method in class org.dreambot.api.methods.ViewportTools
- getRank() - Method in class org.dreambot.api.methods.clan.chat.ClanChatMember
- getRank() - Method in enum org.dreambot.api.methods.clan.chat.ClanChatMember.Rank
- getRank() - Method in class org.dreambot.api.methods.clan.ClanMember
-
Deprecated.
- getRank() - Method in enum org.dreambot.api.methods.clan.ClanMember.Rank
-
Deprecated.
- getRank(int) - Static method in enum org.dreambot.api.methods.clan.chat.ClanChatMember.Rank
- getRank(int) - Static method in enum org.dreambot.api.methods.clan.ClanMember.Rank
-
Deprecated.
- getRanks() - Method in class org.dreambot.api.methods.ForumUser
- getRanks(int...) - Static method in enum org.dreambot.api.methods.ForumRank
- getRanksString(int...) - Static method in enum org.dreambot.api.methods.ForumRank
- getRanksString(ForumRank[]) - Static method in enum org.dreambot.api.methods.ForumRank
- getRankValue() - Method in class org.dreambot.api.methods.clan.chat.ClanChatMember
- getRankValue() - Method in class org.dreambot.api.methods.clan.ClanMember
-
Deprecated.
- getRankValue() - Method in class org.dreambot.api.methods.clan.guild.ClanMember
-
Gets a byte value for the clan member's rank Currently we do not have what these values map to as actual ranks.
- getRawAction() - Method in class org.dreambot.api.wrappers.widgets.MenuRow
- getRawCode() - Method in enum org.dreambot.api.input.event.impl.keyboard.awt.Key
- getRawObject() - Method in class org.dreambot.api.wrappers.widgets.MenuRow
- getRawOnCursorUIDs() - Static method in class org.dreambot.api.input.Mouse
- getRawOriginX() - Method in class org.dreambot.api.wrappers.graphics.Projectile
- getRawOriginY() - Method in class org.dreambot.api.wrappers.graphics.Projectile
- getRawX() - Method in class org.dreambot.api.wrappers.graphics.Projectile
- getRawY() - Method in class org.dreambot.api.wrappers.graphics.Projectile
- getRealHost() - Method in class org.dreambot.api.methods.world.World
- getRealID() - Method in class org.dreambot.api.methods.world.World
-
Gets the real ID of the world, less than 300
- getRealID() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- getRealID() - Method in class org.dreambot.api.wrappers.interactive.NPC
- getRealID() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
Gets the Real ID of aWidgetChild
- getRealLevel(Skill) - Static method in class org.dreambot.api.methods.skills.Skills
-
Gets current level for skill
- getRealParentID() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
Gets the Real Parent ID of the WidgetChild
- getRealSlot() - Method in enum org.dreambot.api.methods.container.impl.equipment.EquipmentSlot
-
Gets the real slot of the equipment, used for the item tables
- getRearrangeMode() - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Gets the current rearrange mode type;
- getRecoloredOriginal() - Method in class org.dreambot.api.wrappers.interactive.NPC
- getRecoloredTarget() - Method in class org.dreambot.api.wrappers.interactive.NPC
- getRecolorOriginal() - Method in class org.dreambot.api.wrappers.interactive.NPC
- getRecolorTarget() - Method in class org.dreambot.api.wrappers.interactive.NPC
- getRectangle() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
Gets the Rectangle of the WidgetChild
- getRectDest() - Method in class org.dreambot.api.methods.input.mouse.MouseSettings
- getReference() - Method in class org.dreambot.api.wrappers.cache.nodes.CacheNode
- getReference() - Method in class org.dreambot.api.wrappers.cache.nodes.NodeWrapper
- getReference() - Method in class org.dreambot.api.wrappers.interactive.composite.PlayerComposite
- getReference() - Method in class org.dreambot.api.wrappers.interactive.Entity
-
Gets the object used as the reference.
- getReference() - Method in class org.dreambot.api.wrappers.items.ItemLayer
- getReference() - Method in class org.dreambot.api.wrappers.map.Region
- getReference() - Method in class org.dreambot.api.wrappers.map.TileReference
- getReference() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
- getRegion() - Static method in class org.dreambot.api.wrappers.map.Region
-
Gets the current region
- getRegionTiles() - Method in class org.dreambot.api.wrappers.map.Region
- getRelativeX() - Method in class org.dreambot.api.wrappers.interactive.SceneObject
- getRelativeX() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
Gets the Relative X location of the WidgetChild
- getRelativeY() - Method in class org.dreambot.api.wrappers.interactive.SceneObject
- getRelativeY() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
Gets the Relative Y location of a WidgetChild
- getRelease() - Method in class org.dreambot.api.input.event.impl.keyboard.type.HoldKey
- getRememberUsernameButton() - Static method in class org.dreambot.api.methods.login.LoginUtility
- getRenderableHeight() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Gets the height of this character
- getRenderableHeight() - Method in class org.dreambot.api.wrappers.interactive.Entity
- getRenderableHeight() - Method in class org.dreambot.api.wrappers.interactive.GameObject
-
Gets the model's height
- getRenderableHeight() - Method in class org.dreambot.api.wrappers.items.GroundItem
- getReqs() - Method in class org.dreambot.api.methods.quest.book.requirement.skill.SkillRequirement
-
Deprecated.
- getRequired() - Method in class org.dreambot.api.data.requirements.QuestRequirement
- getRequiredItems() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathResponse
- getRequiredItems() - Method in class org.dreambot.api.methods.walking.web.node.AbstractWebNode
- getRequiredItems() - Method in class org.dreambot.api.methods.walking.web.node.impl.EntranceWebNode
- getRequiredItems() - Method in class org.dreambot.api.methods.walking.web.node.impl.pathaware.CharterWebNode
- getRequiredItems() - Method in class org.dreambot.api.methods.walking.web.node.impl.pathaware.FairyRingWebNode
- getRequiredItems() - Method in class org.dreambot.api.methods.walking.web.node.impl.pathaware.MagicCarpetWebNode
- getRequiredItems() - Method in class org.dreambot.api.methods.walking.web.node.impl.pathaware.ShipWebNode
- getRequiredItems() - Method in class org.dreambot.api.methods.walking.web.node.impl.teleports.TeleportWebNode
- getRequiredItems() - Method in class org.dreambot.api.methods.walking.web.node.impl.TollWebNode
- getRequirements() - Method in class org.dreambot.api.data.requirements.Requirement
- getRequirements() - Method in class org.dreambot.api.methods.diary.requirement.DiaryRequirement
-
Deprecated.
- getRequires() - Method in class org.dreambot.api.methods.quest.book.requirement.QuestRequirement
-
Deprecated.
- getResizableValue() - Static method in class org.dreambot.api.ClientSettings
-
Gets an int value of if resizable mode is enabled 1 is disabled, 2 is enabled
- getResponse() - Static method in class org.dreambot.api.methods.login.LoginUtility
-
Gets the current login response of the login screen, based on the response text in the login screen.
- getResponses() - Method in enum org.dreambot.api.methods.RSLoginResponse
- getRetextureToFind() - Method in class org.dreambot.api.wrappers.interactive.NPC
- getReTextureToFind() - Method in class org.dreambot.api.wrappers.interactive.composite.ItemComposite
- getReTextureToFind() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- getReTextureToFind() - Method in class org.dreambot.api.wrappers.items.Item
- getRetextureToReplace() - Method in class org.dreambot.api.wrappers.interactive.NPC
- getReTextureToReplace() - Method in class org.dreambot.api.wrappers.interactive.composite.ItemComposite
- getReTextureToReplace() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- getReTextureToReplace() - Method in class org.dreambot.api.wrappers.items.Item
- getRoot() - Method in class org.dreambot.api.script.frameworks.treebranch.TreeScript
- getRotationLength() - Method in class org.dreambot.api.wrappers.interactive.composite.ItemComposite
- getRotationLength() - Method in class org.dreambot.api.wrappers.items.Item
- getRotationX() - Method in class org.dreambot.api.wrappers.graphics.Projectile
- getRotationX() - Method in class org.dreambot.api.wrappers.interactive.composite.ItemComposite
- getRotationX() - Method in class org.dreambot.api.wrappers.items.Item
- getRotationY() - Method in class org.dreambot.api.wrappers.graphics.Projectile
- getRotationY() - Method in class org.dreambot.api.wrappers.interactive.composite.ItemComposite
- getRotationY() - Method in class org.dreambot.api.wrappers.items.Item
- getRotationZ() - Method in class org.dreambot.api.wrappers.interactive.composite.ItemComposite
- getRotationZ() - Method in class org.dreambot.api.wrappers.items.Item
- getRow(Item) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Gets the row of the
Item
- getRSLastClickedX() - Static method in class org.dreambot.api.input.Mouse
- getRSLastClickedY() - Static method in class org.dreambot.api.input.Mouse
- getRunEnergy() - Static method in class org.dreambot.api.methods.walking.impl.Walking
-
Gets the current run energy
- getRunescapeFps() - Static method in class org.dreambot.api.Client
- getRunThreshold() - Static method in class org.dreambot.api.methods.walking.impl.Walking
-
Gets energy level which run will be toggled when using default walk methods.
- getSavedUsername() - Static method in class org.dreambot.api.ClientSettings
-
Gets the currently saved login username, null if none saved
- getScanCode() - Method in enum org.dreambot.api.input.event.impl.keyboard.awt.Key
- getSceneObjectCount() - Method in class org.dreambot.api.wrappers.map.TileReference
- getSceneObjects() - Method in class org.dreambot.api.wrappers.map.TileReference
- getScheduledScripts() - Method in class org.dreambot.api.script.schedule.ScriptSchedule
- getSchedules() - Method in class org.dreambot.api.script.schedule.ScheduleSettings
- getScreenCoordinates(int, int, int, int) - Method in class org.dreambot.api.methods.ViewportTools
- getScreenCoordinates(int, int, int, Model) - Method in class org.dreambot.api.methods.ViewportTools
- getScreenCoordinatesPoint(int, int, int, int) - Method in class org.dreambot.api.methods.ViewportTools
- getScript() - Method in class org.dreambot.api.script.schedule.ScheduledScript
- getScriptFromManifest(ScriptManifest) - Static method in class org.dreambot.api.script.loader.LocalLoader
- getScriptId() - Method in class org.dreambot.api.script.AbstractScript
- getScriptManager() - Method in class org.dreambot.api.methods.MethodProvider
- getScriptManager() - Static method in class org.dreambot.api.script.ScriptManager
- getScriptManager() - Method in class org.dreambot.core.Instance
- getScripts() - Static method in class org.dreambot.api.script.loader.LocalLoader
- getScriptScheduler() - Static method in class org.dreambot.api.script.schedule.ScriptScheduler
- getScrollHeight() - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Determines the current scroll position height of the bank's scroll container.
- getScrollMax() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
Gets the scroll max value of the WidgetChild
- getScrollX() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
Gets the scrolled X position of the WidgetChild
- getScrollY() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
Gets the scrolled Y position of theWidgetChild
- getSDNName() - Method in class org.dreambot.api.script.AbstractScript
- getSDNParameters() - Method in class org.dreambot.api.script.AbstractScript
-
This is arbitrary data you've included in the SDN as a String
- getSearchedItem() - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Gets the currently typed item in the search bar of the GE If no item is typed, widget is not visible, or buy screen is not open it will return "" NOT NULL
- getSecureRandom() - Static method in class org.dreambot.api.methods.Randoms
- getSeededDouble(String, double, double) - Static method in class org.dreambot.api.methods.Randoms
- getSeededInt(String, int, int) - Static method in class org.dreambot.api.methods.Randoms
- getSelected() - Static method in class org.dreambot.api.methods.clan.chat.ClanChat
-
Gets the currently selected ClanChatTab, Clan Tab open/closed is irrelevant
- getSelected() - Static method in class org.dreambot.api.methods.widget.Widgets
-
Gets the currently selected
WidgetChild
based onWidgets.getSelectedWidgetId()
andWidgets.getSelectedWidgetIndex()
- getSelectedAction() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
Gets the selected action of the widget.
- getSelectedItemId() - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Gets the ID of the currently selected item.
- getSelectedItemIndex() - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Gets the index of the currently selected item.
- getSelectedItemName() - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Gets the currently selected item name
- getSelectedQuantity() - Static method in class org.dreambot.api.methods.widget.helpers.ItemProcessing
-
This returns the currently selected quantity
- getSelectedQuantity() - Static method in class org.dreambot.api.methods.widget.helpers.Smithing
-
This returns the currently selected quantity
- getSelectedSpellName() - Static method in class org.dreambot.api.methods.magic.Magic
-
Gets the currently selected spell name
- getSelectedWidget() - Static method in class org.dreambot.api.methods.widget.Widgets
-
Deprecated.
- getSelectedWidgetId() - Static method in class org.dreambot.api.methods.widget.Widgets
-
Gets the currently selected widget ID (child ID) -1 if none selected
- getSelectedWidgetIndex() - Static method in class org.dreambot.api.methods.widget.Widgets
-
Gets the currently selected widget index (grandchild ID) -1 if selected widget is not a grandchild or if none selected
- getSelection() - Static method in enum org.dreambot.api.methods.container.impl.bank.BankQuantitySelection
- getSender() - Method in class org.dreambot.api.wrappers.cache.nodes.MessageNode
- getSequence() - Method in class org.dreambot.api.wrappers.graphics.Projectile
- getSequence() - Method in class org.dreambot.api.wrappers.interactive.AnimableGameObject
- getSequenceId() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
Gets the Sprite ID of the WidgetChild
- getSequenceIndex() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
Gets the Sprite ID of the WidgetChild
- getServerTile() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Gets the current tile according to the server
- getSetting() - Method in enum org.dreambot.api.methods.prayer.Prayer
- getSettings() - Method in enum org.dreambot.api.methods.quest.book.FreeQuest
- getSettings() - Method in enum org.dreambot.api.methods.quest.book.MiniQuest
- getSettings() - Method in enum org.dreambot.api.methods.quest.book.PaidQuest
- getSettings() - Method in interface org.dreambot.api.methods.quest.book.Quest
- getSeverity() - Method in enum org.dreambot.api.methods.RSLoginResponse
- getShadowColor() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
Gets the shadow color of the WidgetChild
- getShadowModifier() - Method in class org.dreambot.api.wrappers.interactive.NPC
- getShiftActionIndex() - Method in class org.dreambot.api.wrappers.interactive.composite.ItemComposite
- getShiftClickIndex() - Method in class org.dreambot.api.wrappers.items.Item
- getShipNodes() - Static method in class org.dreambot.api.methods.walking.web.node.impl.pathaware.ShipWebNode
- getSibling(int) - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
This returns the sibling, another WidgetChild with the same parent and grand parent if applicable, offset by the provided offset
- getSize() - Static method in class org.dreambot.api.methods.clan.chat.ClanChat
-
Gets the current size of the clan chat
- getSize() - Static method in class org.dreambot.api.methods.clan.guild.Clan
-
Gets the current size of the clan/guild
- getSize() - Static method in class org.dreambot.api.methods.friend.Friends
-
Gets the size of your friends list
- getSize() - Method in class org.dreambot.api.methods.friend.NameProviderHandler
- getSize() - Static method in class org.dreambot.api.methods.ignore.IgnoredProvider
- getSize() - Method in class org.dreambot.api.wrappers.interactive.NPC
- getSkill() - Method in class org.dreambot.api.data.requirements.SkillRequirement
- getSkill() - Method in class org.dreambot.api.methods.diary.requirement.impl.SkillRequirement
-
Deprecated.
- getSkill() - Method in class org.dreambot.api.methods.quest.book.requirement.skill.SkillReq
-
Deprecated.
- getSkill() - Method in class org.dreambot.api.script.event.impl.ExperienceEvent
- getSkill() - Method in class org.dreambot.api.script.schedule.conditions.SkillBased
- getSkills() - Method in class org.dreambot.api.data.requirements.SkillTotalRequirement
- getSkills() - Method in class org.dreambot.api.methods.diary.requirement.impl.CombinedSkillRequirement
-
Deprecated.
- getSkills() - Method in enum org.dreambot.api.methods.quest.book.FreeQuest
- getSkills() - Method in enum org.dreambot.api.methods.quest.book.MiniQuest
- getSkills() - Method in enum org.dreambot.api.methods.quest.book.PaidQuest
- getSkills() - Method in interface org.dreambot.api.methods.quest.book.Quest
- getSkullIcon() - Method in class org.dreambot.api.wrappers.interactive.Player
- getSlope() - Method in class org.dreambot.api.wrappers.graphics.Projectile
- getSlot() - Method in enum org.dreambot.api.methods.container.impl.equipment.EquipmentSlot
-
Gets the slot index of the equipment
- getSlot() - Method in class org.dreambot.api.methods.grandexchange.GrandExchangeItem
- getSlot() - Method in class org.dreambot.api.wrappers.items.Item
-
For Inventory items only!
- getSlot(int) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Gets the slot for the item with specified ID.
- getSlot(String) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Gets the slot for the item with specified name.
- getSlot(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Gets the slot for the first item that matches the given filter
- getSlotBounds(int) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Gets a Rectangle of the Item's slot
- getSlotBounds(EquipmentSlot) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Gets the rectangular bounds of the
WidgetChild
for the givenEquipmentSlot
- getSlotBounds(Item) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Gets a Rectangle of the Item's slot
- getSlotForItem(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Gets the
EquipmentSlot
for a given item filter - getSlotWidget(int) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
- getSmoothOrientation() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Gets the smooth orientation for this Character.
- getSocialHandler() - Static method in class org.dreambot.api.Client
-
Deprecated.
- getSocket() - Method in interface org.dreambot.api.methods.worldhopper.JSocket
- getSolver(String) - Method in class org.dreambot.api.randoms.RandomManager
-
Gets a random solver where the random solver's
RandomSolver.getEventString()
matches the given eventName. - getSortedValidLocations(Tile) - Static method in enum org.dreambot.api.methods.container.impl.bank.BankLocation
- getSortedValidLocations(Entity) - Static method in enum org.dreambot.api.methods.container.impl.bank.BankLocation
- getSoundEffectVolume() - Static method in class org.dreambot.api.ClientSettings
-
Gets the sound effect volume
- getSpawnTime() - Method in class org.dreambot.api.wrappers.graphics.GraphicsObject
- getSpecialModifier() - Static method in class org.dreambot.api.methods.combat.Combat
-
Gets the actual value of the special attack bar
- getSpecialPercentage() - Static method in class org.dreambot.api.methods.combat.Combat
-
Gets the percentage of special attack bar.
- getSpeed() - Static method in class org.dreambot.api.input.mouse.algorithm.MouseProfile
- getSpeed() - Static method in class org.dreambot.api.methods.input.mouse.MouseSettings
-
Returns the client's current speed, between 1 and 100.
- getSpeed() - Method in class org.dreambot.api.wrappers.interactive.WalkingQueueSpeed
- getSpeedX() - Method in class org.dreambot.api.wrappers.graphics.Projectile
- getSpeedY() - Method in class org.dreambot.api.wrappers.graphics.Projectile
- getSpeedZ() - Method in class org.dreambot.api.wrappers.graphics.Projectile
- getSpell() - Method in enum org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
- getSpell() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
Gets the Spell of the WidgetChild.
- getSpellbook() - Static method in class org.dreambot.api.methods.magic.Magic
-
Returns the current spellbook
- getSpiritTreeNodes() - Static method in class org.dreambot.api.methods.walking.web.node.impl.pathaware.SpiritTreeWebNode
- getSpotAnimation() - Method in class org.dreambot.api.wrappers.interactive.Character
- getSpriteAngle() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
- getStackable() - Method in class org.dreambot.api.wrappers.interactive.composite.ItemComposite
- getStackVariantID() - Method in class org.dreambot.api.wrappers.items.Item
- getStackVariantIds() - Method in class org.dreambot.api.wrappers.interactive.composite.ItemComposite
- getStackVariantSize() - Method in class org.dreambot.api.wrappers.items.Item
- getStackVariantSizes() - Method in class org.dreambot.api.wrappers.interactive.composite.ItemComposite
- getStage() - Static method in class org.dreambot.api.methods.login.LoginUtility
- getStage(int) - Static method in enum org.dreambot.api.methods.login.LoginStage
- getStandAnimation() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Gets the resting stand animation ID.
- getStart() - Method in class org.dreambot.api.methods.walking.web.node.CustomWebPath
- getStartCycle() - Method in class org.dreambot.api.wrappers.graphics.Projectile
- getStartedSetting() - Method in enum org.dreambot.api.methods.quest.book.FreeQuest
- getStartedSetting() - Method in enum org.dreambot.api.methods.quest.book.MiniQuest
- getStartedSetting() - Method in enum org.dreambot.api.methods.quest.book.PaidQuest
- getStartedSetting() - Method in interface org.dreambot.api.methods.quest.book.Quest
- getStartExperience(Skill) - Static method in class org.dreambot.api.methods.skills.SkillTracker
-
Gets the starting experience value of the Skill.
- getStartLevel(Skill) - Static method in class org.dreambot.api.methods.skills.SkillTracker
-
Gets the Starting level of the Skill
- getStartTile() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.PathObstacle
-
Gets the start tile for the obstacle
- getStartTime(Skill) - Static method in class org.dreambot.api.methods.skills.SkillTracker
-
Gets the start time of the Skill
- getState() - Method in enum org.dreambot.api.methods.quest.book.FreeQuest
- getState() - Method in enum org.dreambot.api.methods.quest.book.MiniQuest
- getState() - Method in enum org.dreambot.api.methods.quest.book.PaidQuest
- getState() - Method in interface org.dreambot.api.methods.quest.book.Quest
- getState() - Method in class org.dreambot.api.script.ScriptManager
- getStaticModelId() - Method in class org.dreambot.api.wrappers.interactive.composite.PlayerComposite
-
Gets the static model ID of the player for which the player composite was created
- getStatus() - Method in class org.dreambot.api.methods.grandexchange.GrandExchangeItem
-
Gets the Status of the trading post item based on the current byte value.
- getStatusValue() - Method in enum org.dreambot.api.methods.grandexchange.Status
- getStop() - Method in class org.dreambot.api.input.event.impl.keyboard.KeyboardEvent
- getStopCondition() - Method in class org.dreambot.api.script.schedule.ScheduledScript
- getStoreId() - Method in class org.dreambot.api.script.AbstractScript
- getString(int) - Static method in class org.dreambot.api.methods.settings.Varcs
- getStrings() - Method in class org.dreambot.api.methods.settings.Varcs
- getStringValue(String, String) - Static method in class org.dreambot.api.methods.walking.web.node.builder.WebNodeBuilder
- getSuitablePoint() - Method in class org.dreambot.api.input.mouse.destination.AbstractMouseDestination
-
Gets a gaussian distributed offset point within the bounding box of this mouse destination.
- getSuitablePoint() - Method in class org.dreambot.api.input.mouse.destination.impl.EntityDestination
- getSuitablePoint() - Method in class org.dreambot.api.input.mouse.destination.impl.MiniMapTileDestination
- getSuitablePoint() - Method in class org.dreambot.api.input.mouse.destination.impl.PointDestination
-
Gets a gaussian distributed offset point within the bounding box of this mouse destination.
- getSuitablePoint() - Method in class org.dreambot.api.input.mouse.destination.impl.TileDestination
- getSuitablePointFor(Area) - Method in class org.dreambot.api.methods.ViewportTools
- getSuitablePointFor(Rectangle) - Method in class org.dreambot.api.methods.ViewportTools
- getSuitablePointForModel(int, int, int, Model, boolean) - Method in class org.dreambot.api.methods.ViewportTools
- getSupportsItems() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- getSurrounding() - Method in class org.dreambot.api.wrappers.interactive.GameObject
-
Gets the surrounding tiles (not including diagonals) around the GameObject
- getSurroundingArea(int) - Method in class org.dreambot.api.wrappers.interactive.Entity
- getTab(int) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
- getTab(Item) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Gets the tab for the
Item
- getTabCount() - Method in enum org.dreambot.api.methods.ForumRank
- getTailFrame() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Gets the tail frame ID from the current animation.
- getTarget() - Method in class org.dreambot.api.input.mouse.destination.AbstractMouseDestination
-
Gets destination target.
- getTargetDistance() - Method in class org.dreambot.api.wrappers.graphics.Projectile
- getTargetIndex() - Method in class org.dreambot.api.wrappers.graphics.Projectile
- getTargetRegionIndex() - Method in class org.dreambot.api.wrappers.widgets.MenuRow
- getTeam() - Method in class org.dreambot.api.wrappers.interactive.Player
- getTeam() - Method in class org.dreambot.api.wrappers.items.Item
- getTeamId() - Method in class org.dreambot.api.wrappers.interactive.composite.ItemComposite
- getTeleport() - Method in class org.dreambot.api.methods.walking.web.node.impl.items.RequiredItem
- getTeleport() - Method in class org.dreambot.api.methods.walking.web.node.impl.teleports.TeleportWebNode
- getTeleportNodes() - Static method in class org.dreambot.api.methods.walking.web.node.impl.teleports.TeleportWebNode
- getText() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
Gets the Text of a WidgetChild
- getTextColor() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
Gets the text color of the WidgetChild
- getTexturedIndicesX() - Method in class org.dreambot.api.wrappers.graphics.ModelWrapper
- getTexturedIndicesY() - Method in class org.dreambot.api.wrappers.graphics.ModelWrapper
- getTexturedIndicesZ() - Method in class org.dreambot.api.wrappers.graphics.ModelWrapper
- getTextureId() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
Gets the Texture ID of the WidgetChild
- getTheirItems() - Static method in class org.dreambot.api.methods.trade.Trade
-
Gets the items in the other player's trade screen
- getThetaX() - Method in class org.dreambot.api.input.event.impl.mouse.vector.impl.MouseVector
-
Deprecated.
- getThetaX() - Method in interface org.dreambot.api.input.event.impl.mouse.vector.Vector
-
Deprecated.Gets theta x.
- getThetaY() - Method in class org.dreambot.api.input.event.impl.mouse.vector.impl.MouseVector
-
Deprecated.
- getThetaY() - Method in interface org.dreambot.api.input.event.impl.mouse.vector.Vector
-
Deprecated.Gets theta y.
- getThreadURL() - Method in class org.dreambot.api.script.AbstractScript
- getTick() - Method in class org.dreambot.api.wrappers.graphics.SpotAnimation
- getTile() - Method in enum org.dreambot.api.methods.container.impl.bank.BankLocation
- getTile() - Static method in class org.dreambot.api.methods.hint.HintArrow
-
If there is a character being pointed at, it will return the Character's Tile Otherwise if the type of hint is a Tile, it will return the arrow's Tile from x/y + your player's Z Otherwise it will return null
- getTile() - Method in class org.dreambot.api.methods.map.Area
- getTile() - Method in class org.dreambot.api.methods.map.Tile
- getTile() - Method in class org.dreambot.api.methods.walking.TileObstacle
- getTile() - Method in class org.dreambot.api.methods.walking.web.node.AbstractWebNode
- getTile() - Method in class org.dreambot.api.wrappers.graphics.GraphicsObject
- getTile() - Method in class org.dreambot.api.wrappers.graphics.Projectile
- getTile() - Method in class org.dreambot.api.wrappers.interactive.Entity
- getTile() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- getTile() - Method in interface org.dreambot.api.wrappers.interactive.Locatable
-
Gets tile of the object.
- getTile() - Method in class org.dreambot.api.wrappers.interactive.SceneObject
- getTile() - Method in class org.dreambot.api.wrappers.items.GroundItem
- getTile() - Method in class org.dreambot.api.wrappers.items.ItemLayer
- getTile() - Method in class org.dreambot.api.wrappers.map.TileReference
- getTileGrid(int) - Static method in class org.dreambot.api.methods.map.Map
-
Get the reference of the given tile object.
- getTileHeight() - Method in class org.dreambot.api.wrappers.interactive.Model
-
Calculates the tile height for offset specified tile.
- getTileHeight(int, int, int) - Method in class org.dreambot.api.methods.ViewportTools
-
Calculates the tile height for offset specified tile
- getTileHeight(Tile) - Static method in class org.dreambot.api.methods.map.Map
-
Gets the height of a tile.
- getTileHeights() - Static method in class org.dreambot.api.Client
-
Gets tile heights
- getTileOnCursor() - Static method in class org.dreambot.api.input.Mouse
-
Gets the closest tile that it on the mouse's cursor
- getTileReference() - Method in class org.dreambot.api.methods.map.Tile
- getTileReference() - Method in class org.dreambot.api.methods.walking.web.node.AbstractWebNode
- getTileReference() - Method in class org.dreambot.api.wrappers.interactive.Entity
- getTileReference() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- getTileReference() - Method in interface org.dreambot.api.wrappers.interactive.Locatable
-
Gets tile reference of the given object.
- getTileReference(int, int, int) - Static method in class org.dreambot.api.methods.map.Map
- getTileReference(Tile) - Static method in class org.dreambot.api.methods.map.Map
-
Get the reference of the given tile object.
- getTileReferences() - Method in class org.dreambot.api.wrappers.map.Region
- getTiles() - Method in class org.dreambot.api.methods.map.Area
-
Gets all of the tiles contained in the Area
- getTiles() - Method in class org.dreambot.api.wrappers.map.Region
- getTileSettings() - Static method in class org.dreambot.api.Client
-
Gets tile settings
- getTime() - Method in class org.dreambot.api.wrappers.cache.nodes.MessageNode
- getTime() - Method in class org.dreambot.api.wrappers.widgets.message.Message
- getTimeBetweenLoginScreenAndLoginCompletion() - Static method in class org.dreambot.api.methods.login.LoginStats
- getTimeLeftInMS() - Method in class org.dreambot.api.script.event.impl.BreakEvent
- getTimeout() - Method in class org.dreambot.api.input.event.impl.keyboard.type.HoldKey
- getTimeout() - Method in class org.dreambot.api.input.event.impl.mouse.MouseEvent
- getTimestamp() - Method in class org.dreambot.api.script.event.ScriptEvent
- getTimestamp() - Method in class org.dreambot.api.wrappers.cache.nodes.MessageNode
- getTimeToLevel(Skill) - Static method in class org.dreambot.api.methods.skills.SkillTracker
-
Get the estimated amount of time in milliseconds until the next level at the current hourly rate.
- GETTING_AHEAD - org.dreambot.api.methods.quest.book.PaidQuest
- getTitle() - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Gets the title of the current shop widget.
- getTo() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathQuery
- getToll() - Method in class org.dreambot.api.methods.walking.web.node.impl.TollWebNode
- getTooltip() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
Gets the tooltip of the WidgetChild
- getTop() - Method in class org.dreambot.api.wrappers.items.ItemLayer
- getTopObjectOnTile(Tile) - Static method in class org.dreambot.api.methods.interactive.GameObjects
-
Gets the top Game Object at specified Tile
- getTotal() - Method in class org.dreambot.api.data.requirements.SkillTotalRequirement
- getTotalInstances(int) - Method in class org.dreambot.api.script.ScriptManager
-
Get the total number of instances purchased (or trialed) to a user for a script
- getTotalLevel() - Static method in class org.dreambot.api.methods.skills.Skills
-
Gets the total level of your character
- getTracking() - Method in class org.dreambot.api.methods.input.mouse.MouseTracker
- getTradingWith() - Static method in class org.dreambot.api.methods.trade.Trade
-
Gets the name of the player you're trading with.
- getTransferredAmount() - Method in class org.dreambot.api.methods.grandexchange.GrandExchangeItem
- getTransferredValue() - Method in class org.dreambot.api.methods.grandexchange.GrandExchangeItem
- getTranslateX() - Method in class org.dreambot.api.wrappers.interactive.composite.ItemComposite
- getTranslateX() - Method in class org.dreambot.api.wrappers.items.Item
- getTranslateY() - Method in class org.dreambot.api.wrappers.interactive.composite.ItemComposite
- getTranslateY() - Method in class org.dreambot.api.wrappers.items.Item
- getTree() - Method in class org.dreambot.api.script.frameworks.treebranch.Leaf
-
Gets the
TreeScript
parent of this Leaf - getTree() - Method in class org.dreambot.api.script.frameworks.treebranch.Root
-
Gets the
TreeScript
of the Root - getTriangluatedFaces(int, int, int, Model, int) - Method in class org.dreambot.api.methods.ViewportTools
- getTrueTile() - Method in class org.dreambot.api.wrappers.interactive.NPC
-
Gets the tile that loot will drop on, adjusts NPC tile based on NPC size.
- getTryAgainButton() - Static method in class org.dreambot.api.methods.login.LoginUtility
- getTurn180Animation() - Method in class org.dreambot.api.wrappers.interactive.NPC
- getTurn90CCWAnimation() - Method in class org.dreambot.api.wrappers.interactive.NPC
- getTurn90CWAnimation() - Method in class org.dreambot.api.wrappers.interactive.NPC
- getType() - Method in class org.dreambot.api.methods.cs2.RuneScriptEvent
- getType() - Static method in class org.dreambot.api.methods.hint.HintArrow
- getType() - Method in interface org.dreambot.api.methods.quest.book.Quest
- getType() - Method in class org.dreambot.api.methods.walking.web.node.AbstractWebNode
-
Returns the WebNodeType of this node, used during path finding to ensure they're not disabled by the script
- getType() - Method in class org.dreambot.api.methods.walking.web.node.impl.AgilityWebNode
- getType() - Method in class org.dreambot.api.methods.walking.web.node.impl.BankWebNode
- getType() - Method in class org.dreambot.api.methods.walking.web.node.impl.BasicWebNode
- getType() - Method in class org.dreambot.api.methods.walking.web.node.impl.EntranceWebNode
- getType() - Method in class org.dreambot.api.methods.walking.web.node.impl.pathaware.CharterWebNode
- getType() - Method in class org.dreambot.api.methods.walking.web.node.impl.pathaware.FairyRingWebNode
- getType() - Method in class org.dreambot.api.methods.walking.web.node.impl.pathaware.GnomeGliderWebNode
- getType() - Method in class org.dreambot.api.methods.walking.web.node.impl.pathaware.MagicCarpetWebNode
- getType() - Method in class org.dreambot.api.methods.walking.web.node.impl.pathaware.MountainGuideWebNode
- getType() - Method in class org.dreambot.api.methods.walking.web.node.impl.pathaware.ShipWebNode
- getType() - Method in class org.dreambot.api.methods.walking.web.node.impl.pathaware.SpiritTreeWebNode
- getType() - Method in class org.dreambot.api.methods.walking.web.node.impl.teleports.TeleportWebNode
- getType() - Method in class org.dreambot.api.methods.walking.web.node.impl.TollWebNode
- getType() - Method in class org.dreambot.api.script.event.impl.ExperienceEvent
- getType() - Method in class org.dreambot.api.wrappers.cache.nodes.MessageNode
- getType() - Method in class org.dreambot.api.wrappers.interactive.SceneObject
- getType() - Method in class org.dreambot.api.wrappers.widgets.message.Message
- getType() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
gets the type value of the WidgetChild
- getType(int) - Static method in enum org.dreambot.api.wrappers.widgets.message.MessageType
- getTypeID() - Method in class org.dreambot.api.wrappers.widgets.message.Message
- getTypeValue() - Static method in class org.dreambot.api.methods.hint.HintArrow
- getUI() - Method in class org.dreambot.core.Instance
- getUID() - Method in interface org.dreambot.api.wrappers.cache.nodes.impl.Node
- getUID() - Method in class org.dreambot.api.wrappers.cache.nodes.NodeSub
- getUID() - Method in class org.dreambot.api.wrappers.cache.nodes.NodeWrapper
- getUID() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Gets UID of this Character.
- getUIDCount() - Static method in class org.dreambot.api.input.Mouse
- getUnnotedItemID() - Method in class org.dreambot.api.wrappers.items.Item
- getUsedSlots() - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Gets the number of slots that contain an item See
GrandExchange.slotContainsItem(int)
- getUserAgent() - Method in class org.dreambot.core.Instance
- getUsername() - Static method in class org.dreambot.api.Client
-
Gets the username or email that was entered at the login screen
- getUsername() - Method in class org.dreambot.api.methods.ForumUser
- getUsername() - Method in class org.dreambot.api.wrappers.widgets.message.Message
- getVal() - Method in enum org.dreambot.api.methods.hotkeys.NPCAttackOption
- getVal() - Method in enum org.dreambot.api.methods.hotkeys.PlayerAttackOption
- getVal() - Method in enum org.dreambot.api.methods.hotkeys.TabKey
- getValid() - Method in class org.dreambot.api.methods.walking.web.node.impl.BasicWebNode
- getValidLocations() - Static method in enum org.dreambot.api.methods.container.impl.bank.BankLocation
- getValue() - Method in enum org.dreambot.api.input.event.impl.keyboard.KeyLocation
- getValue() - Method in enum org.dreambot.api.methods.diary.requirement.impl.FavourRequirement.House
-
Deprecated.
- getValue() - Method in enum org.dreambot.api.methods.favour.House
- getValue() - Method in enum org.dreambot.api.methods.ForumRank
- getValue() - Method in class org.dreambot.api.methods.grandexchange.GrandExchangeItem
-
Gets the total value of the trading post item
- getValue() - Method in class org.dreambot.api.wrappers.interactive.composite.ItemComposite
- getValue() - Method in class org.dreambot.api.wrappers.items.Item
-
Base item value determined by Jagex, high/low alch is based on this value.
- getValue(boolean) - Static method in class org.dreambot.api.methods.trade.Trade
-
Returns the value of the trade offer
- getVar() - Method in class org.dreambot.api.methods.cs2.RuneScriptEvent
- getVarbit() - Method in enum org.dreambot.api.methods.diary.requirement.impl.FavourRequirement.House
-
Deprecated.
- getVarbit() - Method in enum org.dreambot.api.methods.favour.House
- getVarbitID() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- getVarbitID() - Method in class org.dreambot.api.wrappers.interactive.NPC
- getVarBitID() - Method in enum org.dreambot.api.methods.quest.book.FreeQuest
- getVarBitID() - Method in enum org.dreambot.api.methods.quest.book.MiniQuest
- getVarBitID() - Method in enum org.dreambot.api.methods.quest.book.PaidQuest
- getVarBitID() - Method in interface org.dreambot.api.methods.quest.book.Quest
- getVarBits() - Static method in class org.dreambot.api.methods.settings.PlayerSettings
- getVarBitsForVarp(int) - Static method in class org.dreambot.api.methods.settings.PlayerSettings
- getVarbitValue() - Method in enum org.dreambot.api.data.ActionMode
- getVarcIndex() - Method in class org.dreambot.api.methods.cs2.RuneScriptEvent
- getVarcIntVal() - Method in class org.dreambot.api.methods.cs2.RuneScriptEvent
- getVarcStringVal() - Method in class org.dreambot.api.methods.cs2.RuneScriptEvent
- getVariable() - Method in class org.dreambot.api.script.event.impl.ActionEvent
- getVarpId() - Method in class org.dreambot.api.wrappers.interactive.composite.ObjectComposite
- getVarpID() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- getVarpID() - Method in class org.dreambot.api.wrappers.interactive.NPC
- getVectorSkin() - Method in class org.dreambot.api.wrappers.graphics.ModelWrapper
- getVectorSkin() - Method in class org.dreambot.api.wrappers.interactive.Model
-
Get vector skin.
- getVersion() - Method in class org.dreambot.api.script.AbstractScript
- getVertexCount() - Method in class org.dreambot.api.wrappers.interactive.Model
-
Get vertex count.
- getVertexMap() - Method in class org.dreambot.api.wrappers.interactive.Model
-
Get vertex locations stored in a 2D array (flat map) at the current grid location.
- getVertexMap(int, int) - Method in class org.dreambot.api.wrappers.interactive.Model
-
Get vertex locations stored in a 2D array (flat map) at the specified grid location.
- getVertexMap(int, int, boolean) - Method in class org.dreambot.api.wrappers.interactive.Model
-
Get vertex locations stored in a 2D array (flat map) at the specified grid location.
- getVertexPoints() - Method in class org.dreambot.api.wrappers.interactive.Model
-
Gets model vertex points at the current set grid location.
- getVertexPoints(int, int) - Method in class org.dreambot.api.wrappers.interactive.Model
-
Gets model vertex points at the specified grid location.
- getVertices(Tile) - Static method in class org.dreambot.api.methods.map.Map
-
Gets an array of points which represent the bounds of a tile.
- getVertices(Model) - Method in class org.dreambot.api.methods.ViewportTools
- getVerticesCount() - Method in class org.dreambot.api.wrappers.graphics.ModelWrapper
- getVerticesLength() - Method in class org.dreambot.api.wrappers.graphics.ModelWrapper
- getVerticesX() - Method in class org.dreambot.api.wrappers.graphics.ModelWrapper
- getVerticesX() - Method in class org.dreambot.api.wrappers.interactive.Model
-
Get vertices x.
- getVerticesY() - Method in class org.dreambot.api.wrappers.graphics.ModelWrapper
- getVerticesY() - Method in class org.dreambot.api.wrappers.interactive.Model
-
Get vertices y.
- getVerticesZ() - Method in class org.dreambot.api.wrappers.graphics.ModelWrapper
- getVerticesZ() - Method in class org.dreambot.api.wrappers.interactive.Model
-
Get vertices z.
- getViewport() - Static method in class org.dreambot.api.Client
-
Returns the current viewport
- getViewportHeight() - Static method in class org.dreambot.api.Client
- getViewportTools() - Static method in class org.dreambot.api.Client
-
Returns viewport tool.
- getViewportWidth() - Static method in class org.dreambot.api.Client
- getWalkable(Tile) - Static method in class org.dreambot.api.methods.map.Map
-
Gets a walkable tile which is closest the given tile.
- getWalkAnimation() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Gets walking animation ID.
- getWalkingAnimation() - Method in class org.dreambot.api.wrappers.interactive.NPC
- getWalkingDistance(Tile, Tile) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.local.LocalPathFinder
-
Walking distance based on path finding between the provided tiles.
- getWalkingQueueSpeed() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Gets walking queue traversed index's for this Character.
- getWallObject() - Method in class org.dreambot.api.wrappers.map.TileReference
- getWallOrDoor() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- getWallThickness() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- getWearPos1() - Method in class org.dreambot.api.wrappers.interactive.composite.ItemComposite
- getWearPos2() - Method in class org.dreambot.api.wrappers.interactive.composite.ItemComposite
- getWearPos3() - Method in class org.dreambot.api.wrappers.interactive.composite.ItemComposite
- getWebFinder() - Static method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
- getWebNodeVersion() - Static method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
- getWeight() - Method in class org.dreambot.api.methods.walking.web.node.AbstractWebNode
-
Returns the extra weight added to the cost of this web node during path finding
- getWeight() - Method in class org.dreambot.api.wrappers.interactive.composite.ItemComposite
- getWelcomeScreenSolver() - Method in class org.dreambot.api.randoms.RandomManager
- getWheelCondition() - Method in class org.dreambot.api.input.event.impl.mouse.MouseEvent
- getWheelMode() - Method in class org.dreambot.api.input.event.impl.mouse.MouseEvent
- getWidget() - Method in class org.dreambot.api.methods.cs2.RuneScriptEvent
- getWidget() - Method in interface org.dreambot.api.methods.magic.Spell
- getWidget(int) - Static method in class org.dreambot.api.methods.widget.Widgets
-
Gets top level parent
Widget
based on the id - getWidgetActions() - Method in class org.dreambot.api.wrappers.interactive.composite.ItemComposite
- getWidgetChild() - Method in enum org.dreambot.api.methods.container.impl.bank.BankTab
- getWidgetChild() - Method in enum org.dreambot.api.methods.prayer.Prayer
- getWidgetChild() - Method in interface org.dreambot.api.methods.quest.book.Quest
- getWidgetChild() - Method in enum org.dreambot.api.methods.tabs.Tab
- getWidgetChild(int...) - Static method in class org.dreambot.api.methods.widget.Widgets
-
Deprecated.
- getWidgetChild(Prayer) - Static method in class org.dreambot.api.methods.prayer.Prayers
- getWidgetChildQuickPrayer(Prayer) - Static method in class org.dreambot.api.methods.prayer.Prayers
- getWidgetChildrenContainingText(String) - Static method in class org.dreambot.api.methods.widget.Widgets
-
Deprecated.
- getWidgetForSlot(int) - Static method in class org.dreambot.api.methods.container.impl.Inventory
- getWidgetForSlot(int, String) - Static method in class org.dreambot.api.methods.container.impl.Inventory
- getWidgetForSlot(EquipmentSlot) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Gets the
WidgetChild
for theEquipmentSlot
given - getWidgetIndex() - Method in enum org.dreambot.api.methods.prayer.Prayer
- getWidgets(Filter<WidgetChild>) - Static method in class org.dreambot.api.methods.widget.Widgets
-
Deprecated.
- getWidgetXArray() - Static method in class org.dreambot.api.methods.widget.Widgets
-
Gets the widget x array
- getWidgetYArray() - Static method in class org.dreambot.api.methods.widget.Widgets
-
Gets the widget y array
- getWidth() - Method in class org.dreambot.api.wrappers.interactive.GameObject
-
Gets the Tile 2D width of the object (furnace is 2x3, 2 is width)
- getWidth() - Method in class org.dreambot.api.wrappers.map.impl.CollisionMap
-
Gets width of the collision map.
- getWidth() - Method in interface org.dreambot.api.wrappers.map.TileMap
-
Get the width of the tile map.
- getWidth() - Static method in class org.dreambot.api.wrappers.widgets.Menu
- getWidth() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
Gets the Width of the WidgetChild
- getWidthScale() - Method in class org.dreambot.api.wrappers.interactive.NPC
- getWildernessLevel() - Static method in class org.dreambot.api.methods.combat.Combat
-
Gets the wilderness level that your player is in.
- getWithdrawMode() - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Gets the current withdraw
BankMode
- getWithItems() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathQuery
- getWordsPerMinute() - Static method in class org.dreambot.api.input.Keyboard
-
Gets the current
KeyboardProfile.getWordsPerMinute()
- getWordsPerMinute() - Static method in class org.dreambot.api.input.keyboard.KeyboardProfile
- getWordsPerMinute() - Static method in class org.dreambot.api.methods.input.Keyboard
-
Deprecated.
- getWorld() - Method in class org.dreambot.api.methods.clan.chat.ClanChatMember
- getWorld() - Method in class org.dreambot.api.methods.clan.ClanMember
-
Deprecated.
- getWorld() - Method in class org.dreambot.api.methods.clan.guild.ClanMember
- getWorld() - Method in class org.dreambot.api.methods.friend.Friend
- getWorld() - Method in class org.dreambot.api.methods.world.World
-
Gets the ID of the world, greater than 300
- getWorld(int) - Static method in class org.dreambot.api.methods.world.Worlds
-
Gets a World object according to the given world number
- getWorld(Filter<World>) - Static method in class org.dreambot.api.methods.world.Worlds
-
Gets the first World that matches the filter
- getWorldIndex(int) - Static method in class org.dreambot.api.methods.login.LoginUtility
-
Deprecated.use
WorldHopper.changeWorldDirect(World)
instead - getWorldListColumnSize() - Static method in class org.dreambot.api.methods.login.LoginUtility
-
Deprecated.use
WorldHopper.changeWorldDirect(World)
instead - getWorldRectangle(int) - Static method in class org.dreambot.api.methods.login.LoginUtility
-
Deprecated.use
WorldHopper.changeWorldDirect(World)
instead - getWorldsInList() - Static method in class org.dreambot.api.methods.worldhopper.WorldHopper
- getWrappedEntity() - Method in class org.dreambot.api.wrappers.interactive.Model
-
Gets wrapped entity object.
- getWrapper() - Method in class org.dreambot.core.Instance
- getX() - Static method in class org.dreambot.api.input.Mouse
-
Gets the current mouse X coordinate of the mouse
- getX() - Static method in class org.dreambot.api.methods.hint.HintArrow
- getX() - Static method in class org.dreambot.api.methods.input.Camera
-
Gets the X of the camera
- getX() - Method in class org.dreambot.api.methods.map.Tile
-
Gets the X coordinate of the Tile
- getX() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.node.PathNode
-
Gets the X coordinate for this node.
- getX() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathNode
- getX() - Method in class org.dreambot.api.methods.walking.web.node.AbstractWebNode
- getX() - Method in interface org.dreambot.api.methods.walking.web.node.impl.pathaware.ConditionalLocation
- getX() - Method in enum org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- getX() - Method in enum org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
- getX() - Method in enum org.dreambot.api.methods.walking.web.node.impl.teleports.poh.HousePortal
- getX() - Method in enum org.dreambot.api.methods.walking.web.node.impl.teleports.poh.JewelryBox
- getX() - Method in interface org.dreambot.api.methods.walking.web.node.impl.teleports.Teleport
- getX() - Method in class org.dreambot.api.wrappers.graphics.GraphicsObject
- getX() - Method in class org.dreambot.api.wrappers.graphics.Projectile
- getX() - Method in class org.dreambot.api.wrappers.interactive.AnimableGameObject
- getX() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Gets X coordinate of the given object.
- getX() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- getX() - Method in interface org.dreambot.api.wrappers.interactive.Locatable
-
Gets X coordinate of the given object.
- getX() - Method in class org.dreambot.api.wrappers.items.GroundItem
- getX() - Method in class org.dreambot.api.wrappers.items.ItemLayer
- getX() - Static method in class org.dreambot.api.wrappers.widgets.Menu
- getX() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
Gets the X value of the location of the WidgetChild
- getXCode() - Method in class org.dreambot.api.script.event.impl.ActionEvent
- getXCode() - Method in class org.dreambot.api.wrappers.widgets.MenuRow
-
Get x code of this menu row.
- getXCoordinates() - Method in class org.dreambot.api.methods.input.mouse.MouseTracker
- getXMovement() - Method in class org.dreambot.api.utilities.Vector
- getY() - Static method in class org.dreambot.api.input.Mouse
-
Gets the current mouse Y coordinate of the mouse
- getY() - Static method in class org.dreambot.api.methods.hint.HintArrow
- getY() - Static method in class org.dreambot.api.methods.input.Camera
-
Gets the Y of the camera
- getY() - Method in class org.dreambot.api.methods.map.Tile
-
Gets the Y coordinate of the Tile
- getY() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.node.PathNode
-
Gets the Y coordinate for this node.
- getY() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathNode
- getY() - Method in class org.dreambot.api.methods.walking.web.node.AbstractWebNode
- getY() - Method in interface org.dreambot.api.methods.walking.web.node.impl.pathaware.ConditionalLocation
- getY() - Method in enum org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- getY() - Method in enum org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
- getY() - Method in enum org.dreambot.api.methods.walking.web.node.impl.teleports.poh.HousePortal
- getY() - Method in enum org.dreambot.api.methods.walking.web.node.impl.teleports.poh.JewelryBox
- getY() - Method in interface org.dreambot.api.methods.walking.web.node.impl.teleports.Teleport
- getY() - Method in class org.dreambot.api.wrappers.graphics.GraphicsObject
- getY() - Method in class org.dreambot.api.wrappers.graphics.Projectile
- getY() - Method in class org.dreambot.api.wrappers.interactive.AnimableGameObject
- getY() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Gets Y coordinate of the given object.
- getY() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- getY() - Method in interface org.dreambot.api.wrappers.interactive.Locatable
-
Gets Y coordinate of the given object.
- getY() - Method in class org.dreambot.api.wrappers.items.GroundItem
- getY() - Method in class org.dreambot.api.wrappers.items.ItemLayer
- getY() - Static method in class org.dreambot.api.wrappers.widgets.Menu
- getY() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
Gets the Y value of the location of the WidgetChild
- getYaw() - Static method in class org.dreambot.api.methods.input.Camera
-
Gets the yaw of the camera
- getYawForEntity(Entity) - Static method in class org.dreambot.api.methods.input.Camera
-
Gets the yaw required to look at the given entity See
Camera.getYawForTile(Tile)
where the tile isEntity.getTile()
- getYawForTile(Tile) - Static method in class org.dreambot.api.methods.input.Camera
-
Gets the yaw required to view the given tile
- getYCode() - Method in class org.dreambot.api.script.event.impl.ActionEvent
- getYCode() - Method in class org.dreambot.api.wrappers.widgets.MenuRow
-
Get y code of this menu row.
- getYCoordinates() - Method in class org.dreambot.api.methods.input.mouse.MouseTracker
- getYMovement() - Method in class org.dreambot.api.utilities.Vector
- getZ() - Static method in class org.dreambot.api.methods.input.Camera
-
Gets the Z of the camera
- getZ() - Method in class org.dreambot.api.methods.map.Tile
-
Gets the Z coordinate of the tile
- getZ() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.node.PathNode
- getZ() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathNode
- getZ() - Method in class org.dreambot.api.methods.walking.web.node.AbstractWebNode
- getZ() - Method in interface org.dreambot.api.methods.walking.web.node.impl.pathaware.ConditionalLocation
- getZ() - Method in enum org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- getZ() - Method in enum org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
- getZ() - Method in enum org.dreambot.api.methods.walking.web.node.impl.teleports.poh.HousePortal
- getZ() - Method in enum org.dreambot.api.methods.walking.web.node.impl.teleports.poh.JewelryBox
- getZ() - Method in interface org.dreambot.api.methods.walking.web.node.impl.teleports.Teleport
- getZ() - Method in class org.dreambot.api.wrappers.graphics.GraphicsObject
- getZ() - Method in class org.dreambot.api.wrappers.graphics.Projectile
- getZ() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Gets Z coordinate of the given object.
- getZ() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- getZ() - Method in interface org.dreambot.api.wrappers.interactive.Locatable
-
Gets Z coordinate of the given object.
- getZ() - Method in class org.dreambot.api.wrappers.items.GroundItem
- getZ() - Method in class org.dreambot.api.wrappers.map.TileReference
- getZoom() - Static method in class org.dreambot.api.methods.input.Camera
-
Gets the camera's current zoom level
- GHORROCK - org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
- GHORROCK - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.HousePortal
- GHORROCK_DUNGEON - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- GHORROCK_TAB - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- GHORROCK_TELEPORT - org.dreambot.api.methods.magic.Ancient
- GHOSTLY_GRASP - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- GHOSTLY_GRASP - org.dreambot.api.methods.magic.Arceuus
- GHOSTS_AHOY - org.dreambot.api.methods.quest.book.PaidQuest
- GIANTS_FOUNDRY - org.dreambot.api.methods.container.impl.bank.BankLocation
- GIANTS_FOUNDRY - org.dreambot.api.methods.minigame.Minigame
- GLASS_BOX - org.dreambot.api.methods.emotes.Emote
- GLASS_WALL - org.dreambot.api.methods.emotes.Emote
- GLOBAL_MODERATOR - org.dreambot.api.methods.ForumRank
- GlobalPath<T extends AbstractWebNode> - Class in org.dreambot.api.methods.walking.path.impl
-
Created with IntelliJ IDEA.
- GlobalPath() - Constructor for class org.dreambot.api.methods.walking.path.impl.GlobalPath
- GNOME_STRONGHOLD - org.dreambot.api.methods.container.impl.bank.BankLocation
- GnomeGliderWebNode - Class in org.dreambot.api.methods.walking.web.node.impl.pathaware
- goBack() - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Clicks the back button in the offer screen
- GOBLIN_BOW - org.dreambot.api.methods.emotes.Emote
- GOBLIN_DIPLOMACY - org.dreambot.api.methods.quest.book.FreeQuest
- GOBLIN_SALUTE - org.dreambot.api.methods.emotes.Emote
- GOD_WARS - org.dreambot.api.methods.minigame.Minigame
- GORAKS_PLANE - org.dreambot.api.methods.fairyring.FairyLocation
- GOTR - org.dreambot.api.methods.container.impl.bank.BankLocation
- GRAND_EXCHANGE - org.dreambot.api.methods.container.impl.bank.BankLocation
- GRAND_EXCHANGE - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- GRAND_EXCHANGE - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.JewelryBox
- GRAND_EXCHANGE_VARROCK_TAB - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- GRAND_TREE - org.dreambot.api.methods.container.impl.bank.BankLocation
- GRAND_TREE - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- GrandExchange - Class in org.dreambot.api.methods.grandexchange
-
Created by Nezz on 12/10/2014.
- GrandExchangeItem - Class in org.dreambot.api.methods.grandexchange
- GrandExchangeItem(Object, int) - Constructor for class org.dreambot.api.methods.grandexchange.GrandExchangeItem
-
Note: This shouldn't be used by API users, it's an internal constructor.
- GraphicsObject - Class in org.dreambot.api.wrappers.graphics
-
GraphicsObjects are certain graphical animations that do not move.
- GraphicsObject(Object) - Constructor for class org.dreambot.api.wrappers.graphics.GraphicsObject
- GraphicsObjects - Class in org.dreambot.api.methods.interactive
- GREATER_CORRUPTION - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- GREATER_CORRUPTION - org.dreambot.api.methods.magic.Arceuus
- GREATER_THAN - org.dreambot.api.input.event.impl.keyboard.awt.Key
- GRIM_TALES - org.dreambot.api.methods.quest.book.PaidQuest
- GROUND_ITEM_CACHE_TIMER - Static variable in class org.dreambot.api.settings.CacheSettings
- GroundItem - Class in org.dreambot.api.wrappers.items
- GroundItem(RSItemLayer, Object) - Constructor for class org.dreambot.api.wrappers.items.GroundItem
-
Note: This shouldn't be used by API users, it's an internal constructor.
- GroundItems - Class in org.dreambot.api.methods.item
- GroundItemSpawnEvent - Class in org.dreambot.api.script.event.impl
- GroundItemSpawnEvent(RSItem, int, int, int, int) - Constructor for class org.dreambot.api.script.event.impl.GroundItemSpawnEvent
- GROUPING - org.dreambot.api.methods.clan.chat.ClanChatTab
- GUARDIANS_OF_THE_RIFT - org.dreambot.api.methods.minigame.Minigame
- GUIDE_PRICE_AMOUNT - Static variable in class org.dreambot.api.methods.grandexchange.GrandExchange
H
- H - org.dreambot.api.input.event.impl.keyboard.awt.Key
- HALLOWED_SEPULCHER - org.dreambot.api.methods.container.impl.bank.BankLocation
- handle() - Method in class org.dreambot.api.methods.walking.TileObstacle
- handleCamera() - Method in class org.dreambot.api.input.mouse.destination.AbstractMouseDestination
-
Handles camera portion of event interaction.
- handleCamera() - Method in class org.dreambot.api.input.mouse.destination.impl.EntityDestination
-
Handles camera portion of event interaction.
- handleCamera(boolean, Condition) - Method in class org.dreambot.api.input.mouse.destination.AbstractMouseDestination
-
Handles camera portion of event interaction.
- handleCamera(boolean, Condition) - Method in class org.dreambot.api.input.mouse.destination.impl.EntityDestination
-
Handles camera portion of event interaction.
- handleCamera(boolean, Condition) - Method in class org.dreambot.api.input.mouse.destination.impl.TileDestination
- handleClick(MouseButton) - Method in interface org.dreambot.api.input.mouse.algorithm.MouseAlgorithm
- handleClick(MouseButton) - Method in interface org.dreambot.api.input.mouse.algorithm.MouseMovementAlgorithm
-
Deprecated.
- handleClick(MouseButton) - Method in class org.dreambot.api.input.mouse.algorithm.StandardMouseAlgorithm
- handleMovement(AbstractMouseDestination) - Method in interface org.dreambot.api.input.mouse.algorithm.MouseAlgorithm
- handleMovement(AbstractMouseDestination) - Method in interface org.dreambot.api.input.mouse.algorithm.MouseMovementAlgorithm
-
Deprecated.
- handleMovement(AbstractMouseDestination) - Method in class org.dreambot.api.input.mouse.algorithm.StandardMouseAlgorithm
- handleTyping(String) - Method in interface org.dreambot.api.input.keyboard.KeyboardTypingAlgorithm
-
Handles typing of characters Intended use is to type one character at a type, but not a requirement Message will be truncated as per the number of characters typed before being re-called Enter is called separately if message is completed successfully
- handleTyping(String) - Method in class org.dreambot.api.input.keyboard.StandardKeyboardAlgorithm
- handleWalk() - Method in class org.dreambot.api.input.mouse.destination.AbstractMouseDestination
-
Handles walking portion of event interactions.
- handleWalk() - Method in class org.dreambot.api.input.mouse.destination.impl.EntityDestination
-
Handles walking portion of event interactions.
- HANDS - org.dreambot.api.methods.container.impl.equipment.EquipmentSlot
- hardFinished() - Method in class org.dreambot.api.methods.diary.ArdougneDiary
- hardFinished() - Method in class org.dreambot.api.methods.diary.DesertDiary
- hardFinished() - Method in class org.dreambot.api.methods.diary.Diary
- hardFinished() - Method in class org.dreambot.api.methods.diary.FaladorDiary
- hardFinished() - Method in class org.dreambot.api.methods.diary.FremennikDiary
- hardFinished() - Method in class org.dreambot.api.methods.diary.KandarinDiary
- hardFinished() - Method in class org.dreambot.api.methods.diary.KaramjaDiary
- hardFinished() - Method in class org.dreambot.api.methods.diary.KourendKebosDiary
- hardFinished() - Method in class org.dreambot.api.methods.diary.LumbridgeDraynorDiary
- hardFinished() - Method in class org.dreambot.api.methods.diary.MorytaniaDiary
- hardFinished() - Method in class org.dreambot.api.methods.diary.VarrockDiary
- hardFinished() - Method in class org.dreambot.api.methods.diary.WesternProvincesDiary
- hardFinished() - Method in class org.dreambot.api.methods.diary.WildernessDiary
- HARMONY_ISLAND - org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
- HARMONY_ISLAND - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.HousePortal
- HARMONY_ISLAND_TAB - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- HARMONY_ISLAND_TELEPORT - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- HARMONY_ISLAND_TELEPORT - org.dreambot.api.methods.magic.Arceuus
- hasAcceptedTrade(TradeUser) - Static method in class org.dreambot.api.methods.trade.Trade
-
Checks if the user specified has accepted the trade
- hasAction(String) - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
Checks to see if any of this widget's actions contains (case-insensitive) the given action
- hasAction(String) - Method in enum org.dreambot.api.methods.container.impl.equipment.EquipmentSlot
- hasAction(String...) - Method in class org.dreambot.api.wrappers.interactive.Entity
-
Checks whether given actions are in the list of menu actions for an entity
- hasAction(String...) - Method in class org.dreambot.api.wrappers.interactive.GameObject
- hasAction(String...) - Method in class org.dreambot.api.wrappers.interactive.NPC
- hasAction(String...) - Method in class org.dreambot.api.wrappers.interactive.Player
-
Determines if player contains at least one of the following actions.
- hasAction(String...) - Method in class org.dreambot.api.wrappers.items.GroundItem
- hasAction(String...) - Method in class org.dreambot.api.wrappers.items.Item
- hasActionExact(String) - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
Checks to see if this widget has the full given action
- hasChanged() - Method in class org.dreambot.api.utilities.InventoryMonitor
-
Deprecated.
- hasChildDefinitions() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- hasDefinition() - Method in class org.dreambot.api.wrappers.items.Item
- hasFinished() - Method in class org.dreambot.api.methods.event.CameraEvent
- hasFocus() - Static method in class org.dreambot.api.Client
-
Returns if the RS client currently has focus
- Hash - Class in org.dreambot.api.utilities
- Hash() - Constructor for class org.dreambot.api.utilities.Hash
- hashCode() - Method in class org.dreambot.api.input.event.impl.keyboard.KeyboardEvent
- hashCode() - Method in class org.dreambot.api.input.event.impl.keyboard.type.AbstractKeyEvent
- hashCode() - Method in class org.dreambot.api.input.event.impl.keyboard.type.HoldKey
- hashCode() - Method in class org.dreambot.api.input.event.impl.keyboard.type.PressKey
- hashCode() - Method in class org.dreambot.api.input.event.impl.keyboard.type.ReleaseKey
- hashCode() - Method in class org.dreambot.api.input.event.impl.keyboard.type.TypeKey
- hashCode() - Method in class org.dreambot.api.input.event.impl.mouse.MouseEvent
- hashCode() - Method in class org.dreambot.api.input.event.impl.mouse.type.ClickEvent
- hashCode() - Method in class org.dreambot.api.methods.map.Tile
- hashCode() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.PathObstacle
- hashCode() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathNode
- hashCode() - Method in class org.dreambot.api.methods.walking.web.node.AbstractWebNode
- hashCode() - Method in class org.dreambot.api.methods.walking.web.node.impl.items.RequiredItem
- hashCode() - Method in class org.dreambot.api.wrappers.cache.nodes.MessageNode
- hashCode() - Method in class org.dreambot.api.wrappers.graphics.GraphicsObject
- hashCode() - Method in class org.dreambot.api.wrappers.interactive.Entity
- hashCode() - Method in class org.dreambot.api.wrappers.items.Item
- hashCode() - Method in class org.dreambot.api.wrappers.widgets.MenuRow
- hashCode() - Method in class org.dreambot.api.wrappers.widgets.message.Message
- hashCode() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
- hashed() - Method in class org.dreambot.api.wrappers.interactive.Player
- hashed(String, String) - Method in class org.dreambot.api.wrappers.interactive.Player
- hasListener() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
- hasMembersAccess() - Static method in class org.dreambot.api.Client
-
Checks if you currently have access to members features in OSRS
- hasNext() - Method in class org.dreambot.api.wrappers.cache.nodes.NodeSub
- hasObstacle(int, int, int, int) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.PathFinder
- hasPin(String) - Static method in class org.dreambot.api.utilities.AccountManager
-
Checks if the account matching the given nickname has a bank pin value set
- hasPoisonImmunity() - Static method in class org.dreambot.api.methods.combat.Combat
-
Checks whether your player is immune to poison.
- hasPremiumScript(int) - Method in class org.dreambot.api.script.ScriptManager
-
Checks if the current user has access to a premium script
- hasPurchasedScript(int) - Method in class org.dreambot.api.script.ScriptManager
-
Checks if the current user has an active purchase of a premium script
- hasRenderPriority() - Method in class org.dreambot.api.wrappers.interactive.NPC
- hasRequiredItems() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathQuery
-
Checks to see if you have all required items for the calculated
WebPathResponse
- hasRequirements() - Method in interface org.dreambot.api.methods.quest.book.Quest
- hasRequirements() - Method in class org.dreambot.api.methods.walking.web.node.AbstractWebNode
-
This is used to determine during path finding if the current player can use this node
- hasRequirements() - Method in class org.dreambot.api.methods.walking.web.node.impl.AgilityWebNode
- hasRequirements() - Method in class org.dreambot.api.methods.walking.web.node.impl.BasicWebNode
- hasRequirements() - Method in class org.dreambot.api.methods.walking.web.node.impl.EntranceWebNode
- hasRequirements() - Method in interface org.dreambot.api.methods.walking.web.node.impl.pathaware.ConditionalLocation
- hasRequirements() - Method in class org.dreambot.api.methods.walking.web.node.impl.pathaware.MagicCarpetWebNode
- hasRequirements() - Method in class org.dreambot.api.methods.walking.web.node.impl.pathaware.SelfConnectingWebNode
- hasRequirements() - Method in class org.dreambot.api.methods.walking.web.node.impl.pathaware.ShipWebNode
- hasRequirements() - Method in enum org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- hasRequirements() - Method in enum org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
- hasRequirements() - Method in enum org.dreambot.api.methods.walking.web.node.impl.teleports.poh.HousePortal
- hasRequirements() - Method in enum org.dreambot.api.methods.walking.web.node.impl.teleports.poh.JewelryBox
- hasRequirements() - Method in interface org.dreambot.api.methods.walking.web.node.impl.teleports.Teleport
- hasRequirements() - Method in class org.dreambot.api.methods.walking.web.node.impl.teleports.TeleportWebNode
- hasRequirements() - Method in class org.dreambot.api.methods.walking.web.node.impl.TollWebNode
- hasScript() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
- hasSDNScript(int) - Method in class org.dreambot.api.script.ScriptManager
-
Checks if the current user has access to an SDN script
- hasSpecialNode() - Method in class org.dreambot.api.methods.walking.path.impl.GlobalPath
- hasStarted(Skill) - Static method in class org.dreambot.api.methods.skills.SkillTracker
-
Checks if a skill has tracking started successfully
- HAT - org.dreambot.api.methods.container.impl.equipment.EquipmentSlot
- HAUNTED_MINE - org.dreambot.api.methods.quest.book.PaidQuest
- haveAllRequiredItems(boolean) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathResponse
-
Checks if you have all
RequiredItem
s for this path response, boolean to determine if bank cache can be used for this check. - haveFriend(String) - Static method in class org.dreambot.api.methods.friend.Friends
-
Checks if a player's name is inside of your friends list Auto formats non-alphabetical/numerical characters to spaces Checks both current and previous names on the Friend
- HAWK_EYE - org.dreambot.api.methods.prayer.Prayer
- HAZEEL_CULT - org.dreambot.api.methods.quest.book.PaidQuest
- HEADBANG - org.dreambot.api.methods.emotes.Emote
- HEAL_GROUP - org.dreambot.api.methods.magic.Lunar
- HEAL_OTHER - org.dreambot.api.methods.magic.Lunar
- HealthBar - Class in org.dreambot.api.wrappers.interactive.util
- HealthBar(Object) - Constructor for class org.dreambot.api.wrappers.interactive.util.HealthBar
-
Note: This shouldn't be used by API users, it's an internal constructor.
- HealthBarComposite - Class in org.dreambot.api.wrappers.interactive.util
- HealthBarData - Class in org.dreambot.api.wrappers.interactive.util
-
Created by Pandemic on 7/14/16.
- HELLHOUND_DEFENCE - Static variable in class org.dreambot.api.methods.Animations
- HERBLORE - org.dreambot.api.methods.skills.Skill
- HERBLORE - org.dreambot.api.script.Category
- HERBLORE_MAKE_TAR - Static variable in class org.dreambot.api.methods.Animations
- HERBLORE_PESTLE_AND_MORTAR - Static variable in class org.dreambot.api.methods.Animations
- HERBLORE_POTIONMAKING - Static variable in class org.dreambot.api.methods.Animations
- HEROES_QUEST - org.dreambot.api.methods.quest.book.PaidQuest
- HERRING - org.dreambot.api.data.consumables.Food
- Heuristic - Interface in org.dreambot.api.methods.walking.pathfinding.impl.local
- HIDDEN - org.dreambot.api.data.ActionMode
- HIDDEN - org.dreambot.api.methods.hotkeys.NPCAttackOption
- HIDDEN - org.dreambot.api.methods.hotkeys.PlayerAttackOption
- HIGH_LEVEL_ALCHEMY - org.dreambot.api.methods.magic.Normal
- HIGH_RISK - org.dreambot.api.methods.world.WorldType
- highRisk() - Static method in class org.dreambot.api.methods.world.Worlds
-
Gets a list of high risk worlds
- HintArrow - Class in org.dreambot.api.methods.hint
- HintArrowType - Enum in org.dreambot.api.methods.hint
- HIS_FAITHFUL_SERVANTS - org.dreambot.api.methods.quest.book.MiniQuest
- HITPOINTS - org.dreambot.api.methods.skills.Skill
- HitSplatEvent - Class in org.dreambot.api.script.event.impl
- HitSplatEvent(RSActor, int, int, int, int, int) - Constructor for class org.dreambot.api.script.event.impl.HitSplatEvent
- HitSplatListener - Interface in org.dreambot.api.script.listener
- holdControl(Condition) - Static method in class org.dreambot.api.input.Keyboard
-
Holds
Key.CTRL
until the givenCondition.verify()
returns true Defaults to a 3 second timeout Defaults to theKeyLocation.LEFT
control Can be canceled usingKeyboard.markHeld(Key, boolean)
with false - holdControl(Condition) - Static method in class org.dreambot.api.methods.input.Keyboard
-
Deprecated.
- holdControl(Condition, long) - Static method in class org.dreambot.api.input.Keyboard
-
Holds
Key.CTRL
until the givenCondition.verify()
returns true or the given timeout is reached Defaults to theKeyLocation.LEFT
control Can be canceled usingKeyboard.markHeld(Key, boolean)
with false - holdControl(Condition, long) - Static method in class org.dreambot.api.methods.input.Keyboard
-
Deprecated.
- holdKey(char, Condition, long) - Static method in class org.dreambot.api.methods.input.Keyboard
-
Deprecated.
- holdKey(Key, Condition) - Static method in class org.dreambot.api.input.Keyboard
-
See
Keyboard.holdKey(Key, Condition, long)
with a default timeout of 3000 - holdKey(Key, Condition, long) - Static method in class org.dreambot.api.input.Keyboard
-
Submits a new
HoldKey
with a givenKey
until the givenCondition.verify()
returns true or the passed in timeout is reached. - HoldKey - Class in org.dreambot.api.input.event.impl.keyboard.type
-
Event to handle holding a key Does not create a new thread on its own, you must put this call inside a thread if you require it to be threaded.
- HoldKey(char) - Constructor for class org.dreambot.api.input.event.impl.keyboard.type.HoldKey
- HoldKey(char, Condition) - Constructor for class org.dreambot.api.input.event.impl.keyboard.type.HoldKey
- HoldKey(char, Condition, long) - Constructor for class org.dreambot.api.input.event.impl.keyboard.type.HoldKey
- HoldKey(Key) - Constructor for class org.dreambot.api.input.event.impl.keyboard.type.HoldKey
- HoldKey(Key, Condition) - Constructor for class org.dreambot.api.input.event.impl.keyboard.type.HoldKey
- HoldKey(Key, Condition, long) - Constructor for class org.dreambot.api.input.event.impl.keyboard.type.HoldKey
- HoldKey(Key, Condition, long, KeyLocation) - Constructor for class org.dreambot.api.input.event.impl.keyboard.type.HoldKey
- holdShift(Condition) - Static method in class org.dreambot.api.input.Keyboard
-
Holds
Key.SHIFT
until the givenCondition.verify()
returns true Defaults to a 3 second timeout Defaults to theKeyLocation.LEFT
shift Can be canceled usingKeyboard.markHeld(Key, boolean)
with false - holdShift(Condition) - Static method in class org.dreambot.api.methods.input.Keyboard
-
Deprecated.
- holdShift(Condition, long) - Static method in class org.dreambot.api.input.Keyboard
-
Holds
Key.SHIFT
until the givenCondition.verify()
returns true or the given timeout is reached Defaults to theKeyLocation.LEFT
shift Can be canceled usingKeyboard.markHeld(Key, boolean)
with false - holdShift(Condition, long) - Static method in class org.dreambot.api.methods.input.Keyboard
-
Deprecated.
- holdSpace(Condition) - Static method in class org.dreambot.api.input.Keyboard
-
Holds
Key.SPACE
until the givenCondition.verify()
returns true Defaults to a 3 second timeout Can be canceled usingKeyboard.markHeld(Key, boolean)
with false - holdSpace(Condition, long) - Static method in class org.dreambot.api.input.Keyboard
-
Holds
Key.SPACE
until the givenCondition.verify()
returns true or the given timeout is reached Can be canceled usingKeyboard.markHeld(Key, boolean)
with false - holdSpace(Condition, long) - Static method in class org.dreambot.api.methods.input.Keyboard
-
Deprecated.
- HOLY_GRAIL - org.dreambot.api.methods.quest.book.PaidQuest
- HOME_MAKE_TABLET - Static variable in class org.dreambot.api.methods.Animations
- HOME_TELEPORT - org.dreambot.api.methods.magic.Ancient
- HOME_TELEPORT - org.dreambot.api.methods.magic.Normal
- hop(int, int) - Static method in class org.dreambot.api.input.Mouse
-
Method to 'hop' the mouse position, instantly.
- hop(Point) - Static method in class org.dreambot.api.input.Mouse
-
Method to 'hop' the mouse position, instantly.
- HOP - org.dreambot.api.input.event.impl.mouse.MouseMode
- HOPESPEARS_WILL - org.dreambot.api.methods.quest.book.MiniQuest
- HOPPING - org.dreambot.api.data.GameState
- hopWorld(int) - Static method in class org.dreambot.api.methods.worldhopper.WorldHopper
-
Hops to specified world
- hopWorld(int, boolean) - Static method in class org.dreambot.api.methods.worldhopper.WorldHopper
-
Uses the in game hopper to change worlds Note: This does choose the option to not ask again.
- hopWorld(World) - Static method in class org.dreambot.api.methods.worldhopper.WorldHopper
-
Hops to specified World
- HORROR_FROM_THE_DEEP - org.dreambot.api.methods.quest.book.PaidQuest
- HOSIDIUS - org.dreambot.api.methods.container.impl.bank.BankLocation
- HOSIDIUS - org.dreambot.api.methods.diary.requirement.impl.FavourRequirement.House
-
Deprecated.
- HOSIDIUS - org.dreambot.api.methods.favour.House
- HOSIDIUS_KITCHEN - org.dreambot.api.methods.container.impl.bank.BankLocation
- HOSIDIUS_POH_OUTSIDE - org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
- HOSIDIUS_POH_OUTSIDE_TAB - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- HOSIDIUS_SHORE - org.dreambot.api.methods.container.impl.bank.BankLocation
- HOSIDIUS_VINERY - org.dreambot.api.methods.container.impl.bank.BankLocation
- HOSIDIUS_VINERY - org.dreambot.api.methods.fairyring.FairyLocation
- Hotkey - Enum in org.dreambot.api.methods.hotkeys
-
Created by Nezz on 5/24/2016.
- House - Enum in org.dreambot.api.methods.favour
- HOUSE_ON_THE_HILL - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- HousePortal - Enum in org.dreambot.api.methods.walking.web.node.impl.teleports.poh
- hover(int) - Static method in class org.dreambot.api.wrappers.widgets.Menu
- hover(String, Condition) - Method in class org.dreambot.api.wrappers.interactive.interact.Interactable
- hoveringMinimap() - Static method in class org.dreambot.api.methods.map.Map
- hoverSkill(Skill) - Static method in class org.dreambot.api.methods.skills.Skills
-
hovers over skill
- HumanMouseEvent - Class in org.dreambot.api.script.event.impl
- HumanMouseEvent(MouseEvent) - Constructor for class org.dreambot.api.script.event.impl.HumanMouseEvent
- HumanMouseListener - Interface in org.dreambot.api.script.listener
-
This is a human mouse listener, designed to capture user mouse clicks while a script is running Events sent by a threaded experience listener, only dispatched while a script is running.
- HUMIDIFY - org.dreambot.api.methods.magic.Lunar
- HUNTER - org.dreambot.api.methods.skills.Skill
- HUNTER_CHECK_BIRD_SNARE - Static variable in class org.dreambot.api.methods.Animations
- HUNTER_CHECK_BOX_TRAP - Static variable in class org.dreambot.api.methods.Animations
- HUNTER_GUILD - org.dreambot.api.methods.container.impl.bank.BankLocation
- HUNTER_KIT - org.dreambot.api.methods.magic.Lunar
- HUNTER_LAY_BOXTRAP_BIRDSNARE - Static variable in class org.dreambot.api.methods.Animations
- HUNTER_LAY_DEADFALLTRAP - Static variable in class org.dreambot.api.methods.Animations
- HUNTER_LAY_MANIACAL_MONKEY_BOULDER_TRAP - Static variable in class org.dreambot.api.methods.Animations
- HUNTER_LAY_NETTRAP - Static variable in class org.dreambot.api.methods.Animations
- HUNTING - org.dreambot.api.script.Category
I
- I - org.dreambot.api.input.event.impl.keyboard.awt.Key
- IBAN_BLAST - org.dreambot.api.methods.magic.Normal
- ICE_BARRAGE - org.dreambot.api.methods.magic.Ancient
- ICE_BLITZ - org.dreambot.api.methods.magic.Ancient
- ICE_BURST - org.dreambot.api.methods.magic.Ancient
- ICE_PLATEAU - org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
- ICE_PLATEAU_TAB - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- ICE_PLATEAU_TELEPORT - org.dreambot.api.methods.magic.Lunar
- ICE_RUSH - org.dreambot.api.methods.magic.Ancient
- ICTHLARINS_LITTLE_HELPER - org.dreambot.api.methods.quest.book.PaidQuest
- ICY_BASALT_WEISS - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- ID_NULL_SHOP_ITEM - Static variable in class org.dreambot.api.methods.container.impl.Shop
- IDEA - org.dreambot.api.methods.emotes.Emote
- Identifiable - Interface in org.dreambot.api.wrappers.interactive
-
Created with IntelliJ IDEA.
- IdFilter<E extends Identifiable> - Class in org.dreambot.api.methods.filter.impl
-
Created with IntelliJ IDEA.
- IdFilter(int[]) - Constructor for class org.dreambot.api.methods.filter.impl.IdFilter
- IdFilter(Integer...) - Constructor for class org.dreambot.api.methods.filter.impl.IdFilter
- IDLE - org.dreambot.api.methods.input.mouse.CrosshairState
- IDLE - Static variable in class org.dreambot.api.methods.Animations
- ignore(Condition) - Method in class org.dreambot.api.methods.walking.web.node.impl.items.RequiredItem.RequiredItemBuilder
- IGNORE - org.dreambot.api.methods.hotkeys.TabKey
- Ignored - Class in org.dreambot.api.methods.ignore
- IgnoredProvider - Class in org.dreambot.api.methods.ignore
- IgnoredProvider() - Constructor for class org.dreambot.api.methods.ignore.IgnoredProvider
- ignoreScriptId(int) - Static method in class org.dreambot.api.Client
- image() - Method in annotation type org.dreambot.api.script.ScriptManifest
- Images - Class in org.dreambot.api.utilities
- Images() - Constructor for class org.dreambot.api.utilities.Images
- IMP_CATCHER - org.dreambot.api.methods.quest.book.FreeQuest
- IMP_DEATH - Static variable in class org.dreambot.api.methods.Animations
- IMPROVED_REFLEXES - org.dreambot.api.methods.prayer.Prayer
- IN_AID_OF_THE_MYREQUE - org.dreambot.api.methods.quest.book.PaidQuest
- IN_SEARCH_OF_KNOWLEDGE - org.dreambot.api.methods.quest.book.MiniQuest
- IN_SEARCH_OF_THE_MYREQUE - org.dreambot.api.methods.quest.book.PaidQuest
- INACCESSIBLE - org.dreambot.api.methods.RSLoginResponse
- INCENSE_BURNER - Static variable in class org.dreambot.api.methods.Animations
- inChat() - Static method in class org.dreambot.api.methods.clan.chat.ClanChat
-
Checks whether you're in any clan chat
- inChat() - Static method in class org.dreambot.api.methods.clan.Clan
-
Deprecated.Checks whether you're in a clan chat
- inChat() - Static method in class org.dreambot.api.methods.clan.guild.Clan
-
Checks whether you're in a clan
- inChat(String) - Static method in class org.dreambot.api.methods.clan.chat.ClanChat
-
Checks whether you're in a given clan chat Names are formatted to replace all non-alphabetical/numerical characters with spaces
- INCREDIBLE_REFLEXES - org.dreambot.api.methods.prayer.Prayer
- indexOf(Object) - Method in class org.dreambot.api.methods.walking.path.AbstractPath
- inDialogue() - Static method in class org.dreambot.api.methods.dialogues.Dialogues
-
Checks if you're currently in a dialogue screen.
- INFERIOR_DEMONBANE - org.dreambot.api.methods.magic.Arceuus
- info(Object) - Method in class org.dreambot.api.methods.MethodProvider
-
Logs to console with
Logger.LogType.INFO
- info(Object) - Static method in class org.dreambot.api.utilities.Logger
- info(String) - Static method in class org.dreambot.api.utilities.StatusBar
-
Shows a white message in the status bar.
- info(String, boolean) - Static method in class org.dreambot.api.utilities.StatusBar
-
Shows a white message in the status bar.
- INFO - org.dreambot.api.utilities.Logger.LogType
- INITIAL_SPLASH_SCREEN - org.dreambot.api.data.GameState
- initialColumnMouseCheck(int, Filter<Item>) - Static method in class org.dreambot.api.methods.input.MouseKeys
-
Moves mouse to the top item in the column and right clicks, returns if menu is visible
- initializeConnections(List<AbstractWebNode>) - Method in class org.dreambot.api.methods.walking.web.node.AbstractWebNode
-
Initializes the web node connections.
- inject(MenuRow) - Static method in class org.dreambot.api.wrappers.widgets.Menu
- inject(MenuRow, Point) - Static method in class org.dreambot.api.wrappers.widgets.Menu
- INPUT_TEXT - Static variable in class org.dreambot.api.methods.cs2.VarClientString
- INPUT_TYPE - Static variable in class org.dreambot.api.methods.cs2.VarClientInt
- INSERT - org.dreambot.api.methods.container.impl.bank.BankMode
- instance - Static variable in class org.dreambot.core.Instance
- Instance - Class in org.dreambot.core
- interact() - Method in class org.dreambot.api.input.event.impl.InteractionEvent
-
Interacts with the given object.
- interact() - Method in class org.dreambot.api.wrappers.interactive.Entity
- interact() - Method in class org.dreambot.api.wrappers.interactive.interact.Interactable
-
Interacts with the given object using a default left click.
- interact() - Method in class org.dreambot.api.wrappers.items.Item
-
see
Item.interact(String)
with action of null - interact() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
Clicks the WidgetChild
- interact(int) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Interact with an Item with specified ID in inventory using the first available action
- interact(int, String) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Interact with an Item with specified ID in inventory
- interact(String) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Interact with the Item with specified name in Inventory using the first available action
- interact(String, String) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Interact with the Item with specified name in Inventory
- interact(EquipmentSlot, String) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Interacts with the slot specified with the action specified Opens the
Tab.EQUIPMENT
tab if needed - interact(Filter<String>) - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
Interacts with a WidgetChild with the first matching action
- interact(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Interact with an Item with specified ID in inventory using the first available action
- interact(Filter<Item>, String) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Interact with an Item with specified ID in inventory
- interact(Spell, String) - Static method in class org.dreambot.api.methods.magic.Magic
-
Interacts with the spell with the given action
- interact(Item) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Interacts with a given Item with a specified action using the first available action If Item has an invalid slot value, it will find slot based on item id
- interact(Item, String) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Interacts with a given Item with a specified action If Item has an invalid slot value, it will find slot based on item id
- interact(String) - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
Interacts with a WidgetChild with a specified action
- interact(String) - Method in class org.dreambot.api.input.event.impl.InteractionEvent
-
Interacts with the given object using an action.
- interact(String) - Method in class org.dreambot.api.wrappers.interactive.Entity
- interact(String) - Method in class org.dreambot.api.wrappers.interactive.interact.Interactable
-
Interacts with the given object using an action.
- interact(String) - Method in class org.dreambot.api.wrappers.items.Item
-
Interacts with this item in its respective container using the action given.
- interact(String, boolean, boolean) - Method in class org.dreambot.api.input.event.impl.InteractionEvent
-
Interacts with the given object using an action.
- interact(String, boolean, boolean) - Method in class org.dreambot.api.wrappers.interactive.Entity
- interact(String, boolean, boolean) - Method in class org.dreambot.api.wrappers.interactive.interact.Interactable
- interact(String, boolean, boolean, Condition) - Method in class org.dreambot.api.wrappers.interactive.Entity
- interact(String, boolean, boolean, Condition) - Method in class org.dreambot.api.wrappers.interactive.interact.Interactable
- interact(String, InteractionSetting...) - Method in class org.dreambot.api.input.event.impl.InteractionEvent
-
Interacts with the given object using an action.
- interact(Filter<String>) - Method in class org.dreambot.api.wrappers.interactive.Entity
- interact(Filter<String>) - Method in class org.dreambot.api.wrappers.interactive.interact.Interactable
-
Interacts with the given object using the first matching action.
- interact(Filter<Item>, String) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Interacts with an Item in the shop
- interact(Tile) - Static method in class org.dreambot.api.methods.map.Map
-
Interacts with the given tile on the map by left-clicking.
- interact(Tile, String) - Static method in class org.dreambot.api.methods.map.Map
-
Interacts with the given tile on the map using the given action.
- Interactable - Class in org.dreambot.api.wrappers.interactive.interact
-
Created with IntelliJ IDEA.
- Interactable() - Constructor for class org.dreambot.api.wrappers.interactive.interact.Interactable
- Interactables<T extends Entity> - Class in org.dreambot.api.methods.interactive
-
Created with IntelliJ IDEA.
- Interactables() - Constructor for class org.dreambot.api.methods.interactive.Interactables
- INTERACTED - org.dreambot.api.methods.input.mouse.CrosshairState
- interactForceLeft(String) - Method in class org.dreambot.api.input.event.impl.InteractionEvent
-
Interacts with current object by forcing a left click.
- interactForceLeft(String) - Method in class org.dreambot.api.wrappers.interactive.Entity
- interactForceLeft(String) - Method in class org.dreambot.api.wrappers.interactive.interact.Interactable
-
Interacts with current object by forcing a left click.
- interactForceRight(String) - Method in class org.dreambot.api.input.event.impl.InteractionEvent
-
Interacts with the current object by forcing a left right.
- interactForceRight(String) - Method in class org.dreambot.api.wrappers.interactive.Entity
- interactForceRight(String) - Method in class org.dreambot.api.wrappers.interactive.interact.Interactable
-
Interacts with current object by forcing a right click and interacting with menu (Interact using Menus)
- InteractionEvent - Class in org.dreambot.api.input.event.impl
-
Created by Chris on 2/22/2015.
- InteractionEvent(AbstractMouseDestination) - Constructor for class org.dreambot.api.input.event.impl.InteractionEvent
-
Instantiates a new Interaction event.
- InteractionSetting - Enum in org.dreambot.api.input.event.impl
-
Created by Nezz on 3/15/2015.
- INTERFACE_ID_CHILD - Static variable in class org.dreambot.api.methods.emotes.Emotes
- INTERFACE_ID_PARENT - Static variable in class org.dreambot.api.methods.emotes.Emotes
- INTERFACES - org.dreambot.api.ClientSettings.SettingsTab
- INTO_THE_TOMBS - org.dreambot.api.methods.quest.book.MiniQuest
- INVALID - org.dreambot.api.methods.quest.book.Quest.State
- INVALID_INFORMATION - org.dreambot.api.methods.login.LoginStage
- INVALID_LOGIN - org.dreambot.api.methods.RSLoginResponse
- INVALID_LOGIN_SERVER - org.dreambot.api.methods.RSLoginResponse
- Inventory - Class in org.dreambot.api.methods.container.impl
- INVENTORY - org.dreambot.api.methods.container.general.ItemContainerId
- INVENTORY - org.dreambot.api.methods.container.impl.ContainerType
- INVENTORY - org.dreambot.api.methods.hotkeys.TabKey
- INVENTORY - org.dreambot.api.methods.tabs.Tab
- INVENTORY_TAB - Static variable in class org.dreambot.api.methods.cs2.VarClientInt
- InventoryItemEvent - Class in org.dreambot.api.script.event.impl
- InventoryItemEvent(Item) - Constructor for class org.dreambot.api.script.event.impl.InventoryItemEvent
- InventoryItemEvent(Item, Item) - Constructor for class org.dreambot.api.script.event.impl.InventoryItemEvent
- InventoryMonitor - Class in org.dreambot.api.utilities
-
Deprecated.Use
ItemContainerListener
instead - InventoryMonitor() - Constructor for class org.dreambot.api.utilities.InventoryMonitor
-
Deprecated.
- IORWERTH_CAMP_SCROLL - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- IS_ACTIVATED_SETTING - Static variable in class org.dreambot.api.methods.settings.vars.VarPlayer
- IS_ANTIFIRE_ENABLED - Static variable in class org.dreambot.api.methods.settings.vars.VarPlayer
- IS_DISEASED_SETTING - Static variable in class org.dreambot.api.methods.settings.vars.VarPlayer
- IS_EXT_ANTIFIRE_ENABLED - Static variable in class org.dreambot.api.methods.settings.vars.VarPlayer
- IS_POISONED_SETTING - Static variable in class org.dreambot.api.methods.settings.vars.VarPlayer
- ISAACCipher - Class in org.dreambot.api.utilities
- ISAACCipher() - Constructor for class org.dreambot.api.utilities.ISAACCipher
-
Creates the random number generator without an initial seed.
- ISAACCipher(int[]) - Constructor for class org.dreambot.api.utilities.ISAACCipher
-
Creates the random number generator with the specified seed.
- isAcceptAidEnabled() - Static method in class org.dreambot.api.ClientSettings
-
Checks if accept aid is enabled
- isAccountSet() - Method in class org.dreambot.api.script.ScriptManager
- isActive(Prayer) - Static method in class org.dreambot.api.methods.prayer.Prayers
-
Checks if the provided prayer is active
- isAfk() - Method in class org.dreambot.api.script.event.impl.BreakEvent
- isAlwaysHop() - Static method in class org.dreambot.api.input.Mouse
- isAlwaysOpenTab() - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
- isAmmoAutoEquipping() - Static method in class org.dreambot.api.ClientSettings
- isAnimating() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Determines if this Character is animating.
- isAntiFireEnabled() - Static method in class org.dreambot.api.methods.combat.Combat
-
Checks antifire potion protection is active
- isAscending() - Method in class org.dreambot.api.methods.walking.TileObstacle
- isAutocastDefensive() - Static method in class org.dreambot.api.methods.magic.Magic
- isAutocasting() - Static method in class org.dreambot.api.methods.magic.Magic
- isAutoRetaliateOn() - Static method in class org.dreambot.api.methods.combat.Combat
-
Checks whether autoretaliate is on.
- isBanned(String) - Static method in class org.dreambot.api.utilities.AccountManager
-
Checks if the account matching the given nickname is set to banned
- isBefore(long) - Static method in class org.dreambot.api.methods.Calculations
-
Returns true if System time is less than input
- isBeta() - Method in class org.dreambot.api.methods.world.World
- isBlacklisted(Tile) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.PathFinder
- isBlocked(int) - Static method in class org.dreambot.api.wrappers.map.impl.CollisionMap
-
Determines if given tile flag represents a blocked/non-walkable tile.
- isBlocked(int, int, int) - Method in class org.dreambot.api.wrappers.map.impl.CollisionMap
-
Is blocked.
- isBlocksProjectiles() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- isBoosted() - Method in class org.dreambot.api.data.requirements.SkillRequirement
- isBreakRunning() - Method in class org.dreambot.api.randoms.BreakSolver
- isButtonPressed(MouseButton) - Static method in class org.dreambot.api.input.Mouse
- isBuyOffer() - Method in class org.dreambot.api.methods.grandexchange.GrandExchangeItem
-
Checks if the offer is a buy offer
- isBuyOpen() - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Checks if the buying screen of the Grand Exchange is open.
- isBuyPriceWarningEnabled() - Static method in class org.dreambot.api.ClientSettings
-
Checks if the buy price warning is enabled
- isCached() - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Checks if the bank has been cached.
- isCacheLoaded() - Static method in class org.dreambot.core.Instance
-
Deprecated.
- isCameraInMotion() - Static method in class org.dreambot.api.Client
-
Checks if the camera is in motion
- isCanceled() - Method in class org.dreambot.api.methods.grandexchange.GrandExchangeItem
-
Returns if the item was manually aborted
- isCardinalDirectionBlocked(int, int, int) - Static method in class org.dreambot.api.wrappers.map.impl.CollisionMap
-
Determines if the cardinal direction of your choice is blocked.
- isCastsShadows() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- isClick() - Method in class org.dreambot.api.methods.input.mouse.MouseSettings
-
Gets whether should click
- isClickable() - Method in class org.dreambot.api.wrappers.interactive.NPC
- isClickThroughChatboxEnabled() - Static method in class org.dreambot.api.ClientSettings
-
Checks if click through chatbox is enabled
- isClientOutdated() - Static method in class org.dreambot.core.Instance
-
Checks if the currently running client is outdated.
- isColor(int, int, Color) - Static method in class org.dreambot.api.utilities.ColorPicker
-
Checks if the color at the provided point matches the color provided
- isColor(int, int, Color, int) - Static method in class org.dreambot.api.utilities.ColorPicker
-
Checks if the color at the provided point matches the color provided
- isCommandLogging() - Static method in class org.dreambot.api.utilities.Logger
- isCompleted() - Method in class org.dreambot.api.input.event.impl.keyboard.KeyboardEvent
- isCompleted() - Method in class org.dreambot.api.input.event.impl.keyboard.type.AbstractKeyEvent
- isCompleted() - Method in class org.dreambot.api.input.event.impl.mouse.MouseEvent
- isCompleted() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.impl.ClimbableObstacle
- isCompleted() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.impl.DestructableObstacle
- isCompleted() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.impl.PassableObstacle
- isCompleted() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.impl.TeleportObstacle
- isCompleted() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.PathObstacle
-
Checks if the obstacle has been completed
- isCompleted() - Method in class org.dreambot.api.methods.walking.TileObstacle
- isConsoleLogging() - Static method in class org.dreambot.api.utilities.Logger
- isConsumed() - Method in class org.dreambot.api.methods.cs2.RuneScriptEvent
- isConsumed() - Method in class org.dreambot.api.methods.walking.web.node.impl.items.RequiredItem
- isCovertEnabled() - Static method in class org.dreambot.core.Instance
- isCpuSaver() - Static method in class org.dreambot.api.Client
- isDeadmanMode() - Method in class org.dreambot.api.methods.world.World
-
Checks if the world is deadman mode
- isDebugDisabled() - Static method in class org.dreambot.api.utilities.Logger
- isDescending() - Method in class org.dreambot.api.methods.walking.TileObstacle
- isDeveloperModeActive() - Static method in class org.dreambot.core.Instance
-
Checks to see if the client's Developer Mode is active
- isDirWall(String, int) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.PathFinder
- isDisabled() - Method in enum org.dreambot.api.methods.tabs.Tab
- isDisabled(Tab) - Static method in class org.dreambot.api.methods.tabs.Tabs
-
Checks if the tab is disabled.
- isDiseased() - Static method in class org.dreambot.api.methods.combat.Combat
-
Checks whether your player is diseased.
- isDisplayDebugMessages() - Static method in class org.dreambot.api.utilities.Logger
- isDisplayFps() - Static method in class org.dreambot.api.ClientSettings
-
Gets whether the client is displaying the current FPS or not
- isDrag() - Method in class org.dreambot.api.methods.input.mouse.MouseSettings
-
Gets whether it should drag
- isDrawMinimapDot() - Method in class org.dreambot.api.wrappers.interactive.NPC
- isDynamicRegion() - Static method in class org.dreambot.api.Client
-
Shows if you are in a dynamic/instanced region
- isEmpty() - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Checks if the bank is empty (including placeholders)
- isEmpty() - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
- isEmpty() - Static method in class org.dreambot.api.methods.container.impl.Inventory
- isEmpty() - Static method in class org.dreambot.api.methods.container.impl.Shop
- isEmpty() - Static method in class org.dreambot.api.methods.depositbox.DepositBox
- isEnabled() - Method in class org.dreambot.api.randoms.RandomSolver
- isEnter() - Method in class org.dreambot.api.input.event.impl.keyboard.KeyboardEvent
- isEnterToLogin() - Static method in class org.dreambot.api.methods.login.LoginUtility
-
See setEnterToLogin
- isEntry() - Method in class org.dreambot.api.methods.walking.TileObstacle
- isEnvenomed() - Static method in class org.dreambot.api.methods.combat.Combat
-
Checks whether your player is envenomed.
- isEscInterfaceClosingEnabled() - Static method in class org.dreambot.api.ClientSettings
-
Checks if escape to close interfaces is enabled
- isEscToCancel() - Static method in class org.dreambot.api.methods.login.LoginUtility
- isExtAntiFireEnabled() - Static method in class org.dreambot.api.methods.combat.Combat
-
Deprecated.see
Combat.isAntiFireEnabled()
for the normal antifire orCombat.isSuperAntiFireEnabled()
for the super antifire - isF2P() - Method in class org.dreambot.api.methods.world.World
-
Checks if the world is a F2P world
- isFailed() - Method in class org.dreambot.api.input.event.impl.mouse.MouseEvent
- isFeroxExitWarningEnabled() - Static method in class org.dreambot.api.ClientSettings
-
Checks if the exit warning is enabled for Ferox
- isFeroxExitWarningOnHighRiskWorldEnabled() - Static method in class org.dreambot.api.ClientSettings
-
Checks if the exit warning is enabled for Ferox while on a high risk world
- isFinished() - Method in interface org.dreambot.api.methods.quest.book.Quest
- isFinished(Quest) - Static method in class org.dreambot.api.methods.quest.Quests
-
Checks if the provided quest is finished
- isFollower() - Method in class org.dreambot.api.wrappers.interactive.NPC
- isForceDisable() - Method in class org.dreambot.api.randoms.RandomSolver
- isForceDrag() - Static method in class org.dreambot.api.input.Mouse
- isForceNoShift() - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Forces the inventory to ignore whether shift interactions are enabled or not
- isFreshStart() - Method in class org.dreambot.api.methods.world.World
-
Checks if the world is a Fresh Start world
- isFriendsSelected() - Static method in class org.dreambot.api.methods.friend.Friends
-
Checks whether Friends tab type is selected instead of Ignored
- isFull() - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Determines if bank is full.
- isFull() - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Determines if equipment full.
- isFull() - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Determines if container full.
- isFull() - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Determines if Shop full.
- isFull() - Static method in class org.dreambot.api.methods.depositbox.DepositBox
-
Determines if container full.
- isGameAudioOn() - Static method in class org.dreambot.api.ClientSettings
-
Gets the current game audio settings
- isGeneralOpen() - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Checks if the general Grand Exchange is open
- isGrandChild() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
Checks if the WidgetChild is a grandchild
- isGroupIronman() - Static method in class org.dreambot.api.Client
-
Checks if the current character is a group ironman
- isHealthBarVisible() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Determines if the health bar visible for this Character.
- isHeld(Key) - Static method in class org.dreambot.api.input.Keyboard
-
Checks if a given
Key
is currently being held - isHidden() - Method in class org.dreambot.api.wrappers.interactive.Player
- isHidden() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
Checks if the WidgetChild is hidden
- isHideUsername() - Static method in class org.dreambot.api.ClientSettings
-
Checks if the "hide username" setting is enabled
- isHidingUsernames() - Static method in class org.dreambot.core.Instance
- isHighRisk() - Method in class org.dreambot.api.methods.world.World
-
Checks if the world is High Risk
- isHoldingShift() - Static method in class org.dreambot.api.methods.input.Keyboard
-
Deprecated.see
Keyboard.isHeld(Key)
usingKey.SHIFT
- isHoverOnly() - Method in class org.dreambot.api.input.event.impl.InteractionEvent
- isIgnored(String) - Static method in class org.dreambot.api.methods.ignore.IgnoredProvider
- isIgnoredOpen() - Static method in class org.dreambot.api.methods.ignore.IgnoredProvider
- isIgnoreHealth() - Static method in class org.dreambot.api.methods.interactive.NPCs
- isImpenetrableSolid() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- isIncludeNullNames() - Static method in class org.dreambot.api.methods.interactive.GameObjects
- isIncludeNullNames() - Static method in class org.dreambot.api.methods.interactive.NPCs
- isInCombat() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Determines if this Character is in combat.
- isInCutscene() - Static method in class org.dreambot.api.Client
-
Checks if an in game cutscene is active
- isInMultiCombat() - Static method in class org.dreambot.api.methods.combat.Combat
-
Checks whether your player is in a multiway combat zone.
- isInMyWorld() - Method in class org.dreambot.api.methods.friend.Friend
- isInPossibleObstacles(GameObject) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.PathFinder
- isInteractedWith() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Determines if there is a Character that is interacting with this Character
- isInteracting(Character) - Method in class org.dreambot.api.wrappers.interactive.Character
-
Determines if this Character is interacting with the given argument.
- isInWild() - Static method in class org.dreambot.api.methods.combat.Combat
-
Checks whether your player is in the wilderness.
- isIronman() - Static method in class org.dreambot.api.Client
-
Checks if the current character is any non-group ironman
- isItemSelected() - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Checks whether an item is currently selected in your inventory
- isKeyboardInputEnabled() - Method in class org.dreambot.core.Instance
- ISLAND_APE_ATOLL - org.dreambot.api.methods.fairyring.FairyLocation
- ISLAND_PENGUINS_MISCELLANIA - org.dreambot.api.methods.fairyring.FairyLocation
- ISLAND_POISON_WASTE - org.dreambot.api.methods.fairyring.FairyLocation
- ISLAND_SOUTH_DRAYNOR - org.dreambot.api.methods.fairyring.FairyLocation
- ISLAND_SW_MORT_MYRE - org.dreambot.api.methods.fairyring.FairyLocation
- ISLANDS_SE_ARDOUGNE - org.dreambot.api.methods.fairyring.FairyLocation
- isLastManStanding() - Method in class org.dreambot.api.methods.world.World
- ISLE_OF_SOULS - org.dreambot.api.methods.fairyring.FairyLocation
- isLeagueWorld() - Method in class org.dreambot.api.methods.world.World
- isLeftClick() - Method in class org.dreambot.api.methods.input.mouse.MouseSettings
-
Returns whether it's left click
- isLegacyAccount() - Static method in class org.dreambot.api.utilities.AccountManager
-
Checks if the current account is a legacy account
- isLevelUpInterfaceEnabled() - Static method in class org.dreambot.api.ClientSettings
-
Checks if data orbs are enabled
- isLoaded() - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Checks to see if the Bank container has been loaded successfully at least once Check is done during
Bank.all()
call - isLoaded() - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Checks if the internal equipment tables have been loaded Used primarily for ItemEventManagers
- isLoaded() - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Checks if the Inventory Item Table has been successfully loaded within the client through our
Inventory.all()
call - isLoaded() - Static method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
-
Checks if the base web nodes have been loaded into the client
- isLocal(Tile) - Static method in class org.dreambot.api.methods.map.Map
-
Determines if given tile is local.
- isLoggedIn() - Static method in class org.dreambot.api.Client
-
Checks if you're logged in
- isLoginMusicDisabled() - Static method in class org.dreambot.api.ClientSettings
-
Checks whether the login screen music is disabled or not
- isLoginMusicEnabled() - Static method in class org.dreambot.api.ClientSettings
-
Deprecated.
- isLowPriorityFollowerOps() - Method in class org.dreambot.api.wrappers.interactive.NPC
- isMakeMistakes() - Static method in class org.dreambot.api.input.keyboard.KeyboardProfile
- isMakeXDartsEnabled() - Static method in class org.dreambot.api.ClientSettings
- isMembers() - Static method in class org.dreambot.api.Client
- isMembers() - Method in class org.dreambot.api.methods.world.World
-
Checks if the world is a Members only world
- isMembers() - Method in class org.dreambot.api.wrappers.interactive.composite.ItemComposite
- isMembersOnly() - Method in enum org.dreambot.api.methods.container.impl.bank.BankLocation
- isMembersOnly() - Method in class org.dreambot.api.wrappers.items.Item
- isMenuManipulationActive() - Static method in class org.dreambot.api.wrappers.widgets.Menu
- isMinimapDot() - Method in class org.dreambot.api.wrappers.interactive.NPC
-
Deprecated.
- isMouseDragging() - Static method in class org.dreambot.api.input.Mouse
- isMouseHeldDown() - Static method in class org.dreambot.api.input.Mouse
- isMouseInputEnabled() - Static method in class org.dreambot.core.Instance
- isMouseInScreen() - Static method in class org.dreambot.api.input.Mouse
-
Method to determine if the mouse cursor is in the screen.
- isMouseOnAction(int) - Static method in class org.dreambot.api.wrappers.widgets.Menu
-
Is mouse on action.
- isMouseOnAction(String) - Static method in class org.dreambot.api.wrappers.widgets.Menu
-
Is mouse on action.
- isMoveFollowerOptionsLowerEnabled() - Static method in class org.dreambot.api.ClientSettings
-
Checks if the move follower options lower setting is enabled
- isMoving() - Method in class org.dreambot.api.wrappers.graphics.Projectile
- isMoving() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Determines if this Character is moving.
- isMultiThread() - Method in class org.dreambot.api.methods.input.mouse.MouseSettings
-
Whether or not it is multithreaded
- isNoClickWalkEnabled() - Static method in class org.dreambot.api.methods.walking.impl.Walking
-
Checks whether the setting for no click walk is enabled or not
- isNoInputLogin() - Static method in class org.dreambot.api.methods.login.LoginUtility
- isNonFlatShading() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- isNormal() - Method in class org.dreambot.api.methods.world.World
-
Normal checks to not be: Deadman Mode, Tournament World, League World, PVP, Last Man Standing, High Risk, Target World, PVP Arena, Suspicious (New/Unknown/Testing types), Beta, Fresh Start
- isNotable() - Method in class org.dreambot.api.wrappers.items.Item
- isNoted() - Method in class org.dreambot.api.wrappers.items.Item
- isObstacleTile(E) - Method in class org.dreambot.api.methods.walking.path.AbstractPath
-
Checks if the tile has an obstacle on it
- isObstructsGround() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- isOccludes() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- isOnGameScreen(double, double) - Method in class org.dreambot.api.methods.ViewportTools
- isOnGameScreen(Point) - Method in class org.dreambot.api.methods.ViewportTools
-
Determines if point is on the game screen.
- isOnGameScreen(Point) - Method in interface org.dreambot.api.wrappers.graphics.Viewport
-
Determines if point is on the game screen.
- isOnline() - Method in class org.dreambot.api.methods.friend.Friend
- isOnScreen() - Method in class org.dreambot.api.wrappers.interactive.Entity
-
Checks whether the entity is visible on the game screen
- isOnScreen() - Method in class org.dreambot.api.wrappers.items.GroundItem
- isOpen() - Static method in class org.dreambot.api.ClientSettings
- isOpen() - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Checks if the bank is currently open or not.
- isOpen() - Method in enum org.dreambot.api.methods.container.impl.bank.BankTab
- isOpen() - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
- isOpen() - Static method in class org.dreambot.api.methods.container.impl.Inventory
- isOpen() - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Determines if a shop widget is open.
- isOpen() - Static method in class org.dreambot.api.methods.depositbox.DepositBox
-
Checks whether you have a deposit box open
- isOpen() - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Returns if the Grand Exchange is open or not
- isOpen() - Static method in class org.dreambot.api.methods.prayer.Prayers
- isOpen() - Method in enum org.dreambot.api.methods.tabs.Tab
- isOpen() - Static method in class org.dreambot.api.methods.trade.Trade
-
Checks if trade is open at all
- isOpen() - Static method in class org.dreambot.api.methods.widget.helpers.ItemProcessing
-
This checks if the item processing interface is open
- isOpen() - Static method in class org.dreambot.api.methods.widget.helpers.Smithing
-
This checks if the smithing interface is open
- isOpen() - Static method in class org.dreambot.api.methods.widget.Widgets
-
This checks if any non-default interfaces are open that block the game screen (even partially)
- isOpen(int) - Static method in class org.dreambot.api.methods.trade.Trade
-
Checks if specified trade screen is open
- isOpen(Tab) - Static method in class org.dreambot.api.methods.tabs.Tabs
-
Checks if tab is open
- isOpen(ClanChatTab) - Static method in class org.dreambot.api.methods.clan.chat.ClanChat
-
Checks to see if a given clan chat tab is currently open, including checking the clan tab itself
- isOrdinalDirectionBlocked(int, int, int, int, int) - Static method in class org.dreambot.api.wrappers.map.impl.CollisionMap
-
Is ordinal direction blocked.
- isOutOfTime() - Method in class org.dreambot.api.input.event.impl.keyboard.KeyboardEvent
- isOvershoot() - Method in class org.dreambot.api.methods.input.mouse.MouseSettings
-
Gets whether it should overshoot
- isPaused() - Method in class org.dreambot.api.script.AbstractScript
- isPaused() - Method in class org.dreambot.api.script.ScriptManager
- isPaused() - Method in class org.dreambot.api.utilities.Timer
- isPet() - Method in class org.dreambot.api.wrappers.interactive.NPC
-
Deprecated.see
NPC.isFollower()
- isPlaceholder() - Method in class org.dreambot.api.wrappers.items.Item
- isPoisoned() - Static method in class org.dreambot.api.methods.combat.Combat
-
Checks whether your player is poisoned.
- isPrayerFilteringEnabled() - Static method in class org.dreambot.api.methods.prayer.Prayers
-
This is used to check if prayer filtering is enabled.
- isPressed() - Method in enum org.dreambot.api.input.event.impl.keyboard.awt.Key
- isPressed(Key) - Static method in class org.dreambot.api.input.Keyboard
-
Checks if a key is pressed
- isProcessing() - Static method in class org.dreambot.api.methods.dialogues.Dialogues
-
Checks if the "Please wait..." widget is present, can be found after clicking the continue button
- isPVP() - Method in class org.dreambot.api.methods.world.World
-
Checks if the world is PVP
- isPvpArena() - Method in class org.dreambot.api.methods.world.World
- isQuickPrayerActive() - Static method in class org.dreambot.api.methods.prayer.Prayers
- isRandomizeAnimationStart() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- isReadyToCollect() - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Checks if any slot is done selling/buying and is ready to collect
- isReadyToCollect() - Method in class org.dreambot.api.methods.grandexchange.GrandExchangeItem
-
Returns whether the item is ready to be collected or not
- isReadyToCollect(int) - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Checks if the slot is done selling/buying and is ready to collect.
- isRedeemBondScreenOpen() - Static method in class org.dreambot.api.methods.bond.Bond
- isRememberUsername() - Static method in class org.dreambot.api.ClientSettings
-
Checks whether the client's remember username setting is enabled
- isRememberUsername() - Static method in class org.dreambot.api.methods.login.LoginUtility
- isRenderingDisabled() - Static method in class org.dreambot.api.Client
- isRepeating() - Method in class org.dreambot.api.script.schedule.ScriptSchedule
- isResizableActive() - Static method in class org.dreambot.api.ClientSettings
-
Returns whether resizable mode is enabled
- isRightClick() - Method in class org.dreambot.api.methods.input.mouse.MouseSettings
-
Gets whether it's right click
- isRotationFlag() - Method in class org.dreambot.api.wrappers.interactive.NPC
- isRunEnabled() - Static method in class org.dreambot.api.methods.walking.impl.Walking
-
Checks whether running is currently enabled via playerSettings.
- isRunning() - Static method in class org.dreambot.api.script.schedule.ScriptScheduler
- isRunning() - Method in class org.dreambot.api.script.ScriptManager
- isScrollToZoomEnabled() - Static method in class org.dreambot.api.ClientSettings
-
Checks if scroll to zoom is enabled
- isSearchOpen() - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Checks to see if the search item name widget is visible
- isSellOffer() - Method in class org.dreambot.api.methods.grandexchange.GrandExchangeItem
-
Checks if the offer is a sell offer
- isSellOpen() - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Checks if the selling screen of the Grand Exchange is open
- isSellPriceWarningEnabled() - Static method in class org.dreambot.api.ClientSettings
-
Checks if the sell price warning is enabled
- isShift() - Method in class org.dreambot.api.wrappers.widgets.MenuRow
- isShiftClickDroppingEnabled() - Static method in class org.dreambot.api.ClientSettings
-
Checks if shift click dropping is enabled
- isShiftInteractionEnabled() - Static method in class org.dreambot.api.ClientSettings
-
Deprecated.
- isShouldProcess() - Static method in class org.dreambot.api.methods.login.LoginStats
- isSkulled() - Method in class org.dreambot.api.wrappers.interactive.Player
- isSkullPreventionActive() - Static method in class org.dreambot.api.ClientSettings
-
Checks whether skull prevention is active or not
- isSlotEmpty(int) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Checks if the given slot contains an item
- isSlotEmpty(int) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Checks if the given slot is empty Uses the values from
EquipmentSlot.getSlot()
- isSlotEmpty(int) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Checks if the given slot has an item in it or not
- isSlotEmpty(int) - Static method in class org.dreambot.api.methods.container.impl.Shop
- isSlotEmpty(int) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
- isSlotEmpty(EquipmentSlot) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Checks if the given
EquipmentSlot
is empty - isSlotEnabled(int) - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Checks if the specified slot is enabled.
- isSlotFull(int) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Checks if the slot has an Item in it
- isSlotFull(int) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Checks if the slot has an Item in it slot is based on
EquipmentSlot.getSlot()
- isSlotFull(int) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Checks if the slot has an Item in it
- isSlotFull(int) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Checks if the slot has an Item in it
- isSlotFull(int) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
-
Checks if the slot has an Item in it
- isSlotFull(EquipmentSlot) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Checks if the given
EquipmentSlot
is full - isSlotVisible(Item) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Determines if the given
Item
's slot is visible - isSolid(int, int) - Method in class org.dreambot.api.wrappers.map.impl.CollisionMap
-
Check if the given location is blocked, i.values.
- isSolid(int, int) - Method in interface org.dreambot.api.wrappers.map.TileMap
-
Check if the given location is blocked, i.values.
- isSolid(int, int, int) - Method in class org.dreambot.api.wrappers.map.impl.CollisionMap
-
Check if the given location is blocked, i.values.
- isSolid(int, int, int) - Method in interface org.dreambot.api.wrappers.map.TileMap
-
Check if the given location is blocked, i.values.
- isSolving() - Method in class org.dreambot.api.randoms.RandomManager
- isSpecialActive() - Static method in class org.dreambot.api.methods.combat.Combat
-
Checks whether special attack is active.
- isSpellFilteringEnabled() - Static method in class org.dreambot.api.methods.magic.Magic
-
This is used to check if spell filtering is enabled.
- isSpellSelected() - Static method in class org.dreambot.api.methods.magic.Magic
-
Checks if a spell is currently selected
- isSponsor() - Method in enum org.dreambot.api.methods.ForumRank
- isStackable() - Method in class org.dreambot.api.wrappers.items.Item
- isStaminaActive() - Static method in class org.dreambot.api.methods.walking.impl.Walking
- isStandingStill() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Determines if the Character is standing still.
- isStarted() - Method in class org.dreambot.api.methods.diary.requirement.impl.QuestRequirement
-
Deprecated.
- isStarted() - Method in interface org.dreambot.api.methods.quest.book.Quest
- isStarted(Quest) - Static method in class org.dreambot.api.methods.quest.Quests
-
Checks if the quest is currently in progress.
- isSuperAntiFireEnabled() - Static method in class org.dreambot.api.methods.combat.Combat
-
Checks if the super antifire potion protection is active
- isSuspicious() - Method in class org.dreambot.api.methods.world.World
- isTabOpen() - Static method in class org.dreambot.api.methods.emotes.Emotes
-
Checks whether the emotes tab is open
- isTargetWorld() - Method in class org.dreambot.api.methods.world.World
- isTileOnMap(Tile) - Static method in class org.dreambot.api.methods.map.Map
-
Determines if the given tile is current visible on the mini map.
- isTileOnScreen(Tile) - Static method in class org.dreambot.api.methods.map.Map
-
Is tile on screen.
- isTileWebOnly(Tile) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.PathFinder
- isTournamentWorld() - Method in class org.dreambot.api.methods.world.World
- isTradable() - Method in class org.dreambot.api.wrappers.interactive.composite.ItemComposite
- isTradable() - Method in class org.dreambot.api.wrappers.items.Item
- isTradeDelayEnabled() - Static method in class org.dreambot.api.ClientSettings
- isTransparentChatboxEnabled() - Static method in class org.dreambot.api.ClientSettings
-
Checks if the transparent chatbox is enabled
- isTransparentSidePanelEnabled() - Static method in class org.dreambot.api.ClientSettings
-
Checks if the transparent chatbox is enabled
- isTyping() - Static method in class org.dreambot.api.methods.input.Keyboard
-
Deprecated.no longer used
- isUltimateIronman() - Static method in class org.dreambot.api.Client
-
Checks if the current character is an ultimate ironman
- isUseBankCache() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathQuery
- isUseMiddleMouseInInteracts() - Method in class org.dreambot.api.methods.input.mouse.MouseSettings
- isUserSponsor() - Method in class org.dreambot.api.methods.MethodProvider
-
Checks whether the DreamBot member logged into the client is a Sponsor or above (This includes but may not be limited to: Staff, Ex-Staff, Scripters, and Lead Designer)
- isUserVIP() - Method in class org.dreambot.api.methods.MethodProvider
-
Checks whether the DreamBot member logged into the client is a VIP member or above (this includes but may not be limited to: Staff, Ex-Staff, Sponsor, Scripters, and Lead Designer)
- isUseSleeps() - Method in class org.dreambot.api.methods.walking.web.node.impl.EntranceWebNode
- isUsingCustomBreakSolver() - Method in class org.dreambot.api.randoms.RandomManager
- isValid() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.impl.TeleportObstacle
- isValid() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.PathObstacle
-
Checks to see if the obstacle exists
- isValid() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathNode
- isValid() - Method in class org.dreambot.api.methods.walking.web.node.AbstractWebNode
-
Checks the validity of this web node to see if it should be considered at all during path finding
- isValid() - Method in class org.dreambot.api.methods.walking.web.node.impl.AgilityWebNode
- isValid() - Method in class org.dreambot.api.methods.walking.web.node.impl.BankWebNode
- isValid() - Method in class org.dreambot.api.methods.walking.web.node.impl.BasicWebNode
- isValid() - Method in class org.dreambot.api.methods.walking.web.node.impl.EntranceWebNode
- isValid() - Method in class org.dreambot.api.methods.walking.web.node.impl.TollWebNode
- isValid() - Method in class org.dreambot.api.script.frameworks.treebranch.Leaf
-
Boolean to check if this leaf should be run or not Implementation required
- isValid() - Method in class org.dreambot.api.script.frameworks.treebranch.Root
-
Defaults isValid to true, no implementation required.
- isValid() - Method in class org.dreambot.api.wrappers.items.Item
-
Checks to make sure the item has valid id, stack size, and name
- isVIP() - Method in enum org.dreambot.api.methods.ForumRank
- isVisible() - Method in class org.dreambot.api.input.mouse.destination.AbstractMouseDestination
-
Determines whether this destination is visible.
- isVisible() - Method in class org.dreambot.api.input.mouse.destination.impl.EntityDestination
-
Determines whether this destination is visible.
- isVisible() - Method in class org.dreambot.api.input.mouse.destination.impl.MiniMapTileDestination
-
Determines whether this destination is visible.
- isVisible() - Method in class org.dreambot.api.input.mouse.destination.impl.PointDestination
-
Determines whether this destination is visible.
- isVisible() - Method in class org.dreambot.api.input.mouse.destination.impl.shape.ShapeDestination
-
Determines whether this destination is visible.
- isVisible() - Method in class org.dreambot.api.input.mouse.destination.impl.TileDestination
-
Determines whether this destination is visible.
- isVisible() - Method in class org.dreambot.api.methods.widget.Widget
-
Checks if the Widget is visible
- isVisible() - Static method in class org.dreambot.api.wrappers.widgets.Menu
- isVisible() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
Checks if the WidgetChild is visible
- isVisible(int...) - Static method in class org.dreambot.api.methods.widget.Widgets
-
Checks if a
WidgetChild
is visible - isVisible(Tile) - Static method in class org.dreambot.api.methods.map.Map
-
Checks if the
Tile
is visible on the main screen. - isVisibleOnCanvas(Area) - Method in class org.dreambot.api.methods.ViewportTools
- isVisibleOnCanvas(Rectangle) - Method in class org.dreambot.api.methods.ViewportTools
- isVisibleOnMainScreen(int, int) - Method in class org.dreambot.api.methods.ViewportTools
- isVisibleOnMainScreen(Point) - Method in class org.dreambot.api.methods.ViewportTools
- isVisibleOnMainScreen(Shape) - Method in class org.dreambot.api.methods.ViewportTools
- isWalkable(int, int, int, int) - Method in class org.dreambot.api.wrappers.map.impl.CollisionMap
-
Check if the given location is walkable, i.values.
- isWalkable(int, int, int, int) - Method in interface org.dreambot.api.wrappers.map.TileMap
-
Check if the given location is walkable, i.values.
- isWalkable(int, int, int, int, int) - Method in class org.dreambot.api.wrappers.map.impl.CollisionMap
-
Check if the given location is walkable, i.values.
- isWalkable(int, int, int, int, int) - Method in interface org.dreambot.api.wrappers.map.TileMap
-
Check if the given location is walkable, i.values.
- isWalking() - Method in class org.dreambot.api.methods.input.mouse.MouseSettings
- isWebNodeDebugEnabled() - Static method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
- isWebNodeTypeEnabled(WebNodeType) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
- isWebNodeVersionAtLeast(String) - Static method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
- isWidgetSelected() - Static method in class org.dreambot.api.methods.widget.Widgets
-
Checks to see if you have a widget selected
- isWithCycleCheck() - Static method in class org.dreambot.api.methods.interactive.Projectiles
-
When true,
Projectiles.all()
will only return projectiles with an end cycle >= the current game cycle. - isWorldHopConfirmationEnabled() - Static method in class org.dreambot.api.ClientSettings
- isWorldHopperOpen() - Static method in class org.dreambot.api.methods.worldhopper.WorldHopper
- isWorldScreenOpen() - Static method in class org.dreambot.api.methods.login.LoginUtility
-
Checks if the world select screen is open
- isWorldSelectorOpen() - Static method in class org.dreambot.api.Client
-
Checks if the world selector is open
- isWorldSet() - Method in class org.dreambot.core.Instance
- isZoomingEnabled() - Static method in class org.dreambot.api.ClientSettings
-
Checks if scroll to zoom is enabled on the account
- Item - Class in org.dreambot.api.wrappers.items
- Item(int, int) - Constructor for class org.dreambot.api.wrappers.items.Item
- Item(int, int, int) - Constructor for class org.dreambot.api.wrappers.items.Item
- Item(int, int, int, ContainerType) - Constructor for class org.dreambot.api.wrappers.items.Item
- ITEM - org.dreambot.api.methods.container.impl.bank.BankMode
- ITEM_EXAMINE - org.dreambot.api.wrappers.widgets.message.MessageType
- ITEM_OFFSET - Static variable in class org.dreambot.api.wrappers.interactive.composite.PlayerComposite
- itemBounds(Item) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Gets the slot bounds of an item.
- ItemComposite - Class in org.dreambot.api.wrappers.interactive.composite
- ItemComposite(RSItemComposite) - Constructor for class org.dreambot.api.wrappers.interactive.composite.ItemComposite
- ItemContainer - Class in org.dreambot.api.methods.container.general
-
ItemContainer node, contains a list of items Examples of ItemContainers are Bank, Inventory, Equipment Known ID's can be found at
ItemContainerId
This will not setItem.getDestination()
when building the items - ItemContainer(RSItemNode, int) - Constructor for class org.dreambot.api.methods.container.general.ItemContainer
- ItemContainerId - Enum in org.dreambot.api.methods.container.general
- ItemContainerListener - Interface in org.dreambot.api.script.listener
-
Item container listener, holds events for Inventory, Bank, and Equipment.
- ItemContainers - Class in org.dreambot.api.methods.container.general
-
Used to grab an item container based on
ItemContainerId
id's, or any that you know that we don't have listed - ItemContainers() - Constructor for class org.dreambot.api.methods.container.general.ItemContainers
- ItemFilter<E extends Item> - Class in org.dreambot.api.methods.filter.impl
-
Created with IntelliJ IDEA.
- ItemFilter(E) - Constructor for class org.dreambot.api.methods.filter.impl.ItemFilter
- ItemLayer - Class in org.dreambot.api.wrappers.items
- ItemLayer(Object) - Constructor for class org.dreambot.api.wrappers.items.ItemLayer
-
Note: This shouldn't be used by API users, it's an internal constructor.
- ItemProcessing - Class in org.dreambot.api.methods.widget.helpers
-
This helper class makes processing / crafting / creating items easier
- ItemTeleport - Enum in org.dreambot.api.methods.walking.web.node.impl.teleports
- itemVisible(WidgetChild) - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Checks to see if the searched item widget is visible in the item container under the search item text
- iterator() - Method in class org.dreambot.api.methods.walking.path.AbstractPath
J
- J - org.dreambot.api.input.event.impl.keyboard.awt.Key
- JATIZSO - org.dreambot.api.methods.container.impl.bank.BankLocation
- JewelryBox - Enum in org.dreambot.api.methods.walking.web.node.impl.teleports.poh
-
Not currently implemented
- JIG - org.dreambot.api.methods.emotes.Emote
- join(String) - Static method in class org.dreambot.api.methods.clan.chat.ClanChat
-
Joins a clan chat specified by the name If you're already in a chat but not the specified chat, it will leave your current chat
- joinChat(String) - Static method in class org.dreambot.api.methods.clan.Clan
-
Deprecated.Joins a clan chat specified by the name
- JORRALS_OUTPOST - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- JSocket - Interface in org.dreambot.api.methods.worldhopper
- JUG_OF_WINE - org.dreambot.api.data.consumables.Food
- JUMP_FOR_JOY - org.dreambot.api.methods.emotes.Emote
- JUNGLE_POTION - org.dreambot.api.methods.quest.book.PaidQuest
K
- K - org.dreambot.api.input.event.impl.keyboard.awt.Key
- KALPHITE_HIVE - org.dreambot.api.methods.fairyring.FairyLocation
- KANDARIN_PISCATORIS - org.dreambot.api.methods.fairyring.FairyLocation
- KANDARIN_SLAYER_CAVE - org.dreambot.api.methods.fairyring.FairyLocation
- KandarinDiary - Class in org.dreambot.api.methods.diary
- KandarinDiary() - Constructor for class org.dreambot.api.methods.diary.KandarinDiary
- KARAMJA - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- KARAMJA - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.JewelryBox
- KARAMJA_GLOVES_3_GEM_MINE - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- KARAMJA_GLOVES_4_GEM_MINE - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- KARAMJA_GLOVES_4_SLAYER_MASTER - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- KARAMJA_SOUTH_MUSA_POINT - org.dreambot.api.methods.fairyring.FairyLocation
- KaramjaDiary - Class in org.dreambot.api.methods.diary
- KaramjaDiary() - Constructor for class org.dreambot.api.methods.diary.KaramjaDiary
- KEBOS_LOWLANDS - org.dreambot.api.methods.fairyring.FairyLocation
- KELDAGRIM - org.dreambot.api.methods.container.impl.bank.BankLocation
- KELDAGRIM_ENTRANCE - org.dreambot.api.methods.fairyring.FairyLocation
- Key - Enum in org.dreambot.api.input.event.impl.keyboard.awt
-
Enum representing the possible keys to press Alphabet will automatically adjust to upper/lowercase based on whether shift is currently being held if you use
Key.getChar()
- Keyboard - Class in org.dreambot.api.input
-
Keyboard API class.
- Keyboard - Class in org.dreambot.api.methods.input
-
Deprecated.see
Keyboard
- Keyboard() - Constructor for class org.dreambot.api.input.Keyboard
- KEYBOARD_ONLY - org.dreambot.api.methods.input.CameraMode
-
The client will use the keyboard only
- KeyboardEvent - Class in org.dreambot.api.input.event.impl.keyboard
-
Event to handle typing messages on the keyboard Uses the implementation of
Keyboard.getKeyboardTypingAlgorithm()
Automatically stops if script is stopped or paused when no random solver is active. - KeyboardEvent - Class in org.dreambot.api.methods.event
-
Deprecated.see
KeyboardEvent
- KeyboardEvent(String, boolean) - Constructor for class org.dreambot.api.methods.event.KeyboardEvent
-
Deprecated.
- KeyboardEvent(String, boolean, boolean) - Constructor for class org.dreambot.api.methods.event.KeyboardEvent
-
Deprecated.
- KeyboardEvent(String, boolean, boolean, Condition) - Constructor for class org.dreambot.api.methods.event.KeyboardEvent
-
Deprecated.
- KeyboardEvent(String, boolean, Condition) - Constructor for class org.dreambot.api.input.event.impl.keyboard.KeyboardEvent
- KeyboardEvent(Key, boolean, Condition) - Constructor for class org.dreambot.api.input.event.impl.keyboard.KeyboardEvent
- KeyboardProfile - Class in org.dreambot.api.input.keyboard
-
Contains various fields for a typing profile, uses a seeded random in order to give each account a unique profile Auto rebuilds the profile based on newly set words per minute
- KeyboardProfile() - Constructor for class org.dreambot.api.input.keyboard.KeyboardProfile
- keyboardRotateTo(int, int) - Static method in class org.dreambot.api.methods.input.Camera
-
Rotates camera to a particular yaw and pitch using the keyboard
- keyboardRotateToEntity(Entity) - Static method in class org.dreambot.api.methods.input.Camera
-
Rotates camera to face an entity by using the keyboard
- keyboardRotateToPitch(int) - Static method in class org.dreambot.api.methods.input.Camera
-
Rotates camera pitch to specified angle using the keyboard
- keyboardRotateToTile(Tile) - Static method in class org.dreambot.api.methods.input.Camera
-
Rotates camera to face a tile by using the keyboard
- keyboardRotateToYaw(int) - Static method in class org.dreambot.api.methods.input.Camera
-
Rotates camera yaw to specified angle using the keyboard
- KeyboardTypingAlgorithm - Interface in org.dreambot.api.input.keyboard
-
Interface for keyboard typing algorithm/behavior of the client.
- KeyEventGenerator - Class in org.dreambot.api.input.event.impl.keyboard
-
Generates a
KeyEvent
using the given information. - KeyEventGenerator() - Constructor for class org.dreambot.api.input.event.impl.keyboard.KeyEventGenerator
- KeyLocation - Enum in org.dreambot.api.input.event.impl.keyboard
-
Key location on the keyboard.
- KHARYRLL - org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
- KHARYRLL - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.HousePortal
- KHARYRLL_TAB - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- KHARYRLL_TELEPORT - org.dreambot.api.methods.magic.Ancient
- KHAZARD - org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
- KHAZARD_TAB - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- KHAZARD_TELEPORT - org.dreambot.api.methods.magic.Lunar
- kill() - Method in class org.dreambot.api.randoms.RandomManager
- KINGS_RANSOM - org.dreambot.api.methods.quest.book.PaidQuest
- KOUREND - org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
- KOUREND - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.HousePortal
- KOUREND_CASTLE - org.dreambot.api.methods.container.impl.bank.BankLocation
- KOUREND_CASTLE_TAB - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- KOUREND_CASTLE_TELEPORT - org.dreambot.api.methods.magic.Normal
- KourendKebosDiary - Class in org.dreambot.api.methods.diary
- KourendKebosDiary() - Constructor for class org.dreambot.api.methods.diary.KourendKebosDiary
L
- L - org.dreambot.api.input.event.impl.keyboard.awt.Key
- LAIR_OF_TARN_RAZORLOR - org.dreambot.api.methods.quest.book.MiniQuest
- LAND_OF_THE_GOBLINS - org.dreambot.api.methods.quest.book.PaidQuest
- LANDS_END - org.dreambot.api.methods.container.impl.bank.BankLocation
- LASSAR - org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
- LASSAR_TAB - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- LASSAR_TELEPORT - org.dreambot.api.methods.magic.Ancient
- LASSAR_UNDERCITY - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- last() - Method in class org.dreambot.api.methods.walking.path.AbstractPath
- LAST_MAN_STANDING - org.dreambot.api.methods.minigame.Minigame
- lastRan() - Method in class org.dreambot.api.randoms.RandomSolver
- LAUGH - org.dreambot.api.methods.emotes.Emote
- LAUNCHER - org.dreambot.api.methods.login.LoginStage
- LAVA_MAZE - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- LEAD_DESIGNER - org.dreambot.api.methods.ForumRank
- Leaf - Class in org.dreambot.api.script.frameworks.treebranch
-
Base leaf of the framework, abstract class to be extended on for behavior functionality
- Leaf() - Constructor for class org.dreambot.api.script.frameworks.treebranch.Leaf
- LEAN - org.dreambot.api.methods.emotes.Emote
- leave() - Static method in class org.dreambot.api.methods.clan.chat.ClanChat
-
Leaves the current clan chat you're in
- leaveChat() - Static method in class org.dreambot.api.methods.clan.Clan
-
Deprecated.Leaves the current clan chat you're in
- LEFT - org.dreambot.api.input.event.impl.keyboard.awt.Key
- LEFT - org.dreambot.api.input.event.impl.keyboard.KeyLocation
- LEFT - org.dreambot.api.methods.input.mouse.MouseSettings.Hand
- LEFT_CLICK - org.dreambot.api.input.event.impl.mouse.impl.click.ClickMode
-
Deprecated.
- LEFT_CLICK - org.dreambot.api.input.event.impl.mouse.MouseButton
- LEFT_CLICK - org.dreambot.api.methods.input.mouse.MouseSetting
- LEFT_CLICK_AVAILABLE - org.dreambot.api.methods.hotkeys.NPCAttackOption
- LEFT_CLICK_AVAILABLE - org.dreambot.api.methods.hotkeys.PlayerAttackOption
- LEFT_CLICK_WHERE_AVAILABLE - org.dreambot.api.data.ActionMode
- LEFT_PAREN - org.dreambot.api.input.event.impl.keyboard.awt.Key
- LEFT_TO_RIGHT_THEN_DOWN - Static variable in class org.dreambot.api.methods.container.impl.StandardDropPattern
- LEGENDS_GUILD - org.dreambot.api.methods.fairyring.FairyLocation
- LEGENDS_QUEST - org.dreambot.api.methods.quest.book.PaidQuest
- LEGS - org.dreambot.api.methods.container.impl.equipment.EquipmentSlot
- LESS_THAN - org.dreambot.api.input.event.impl.keyboard.awt.Key
- LESSER_CORRUPTION - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- LESSER_CORRUPTION - org.dreambot.api.methods.magic.Arceuus
- LEVEL_1_ENCHANT - org.dreambot.api.methods.magic.Normal
- LEVEL_2_ENCHANT - org.dreambot.api.methods.magic.Normal
- LEVEL_3_ENCHANT - org.dreambot.api.methods.magic.Normal
- LEVEL_4_ENCHANT - org.dreambot.api.methods.magic.Normal
- LEVEL_5_ENCHANT - org.dreambot.api.methods.magic.Normal
- LEVEL_6_ENCHANT - org.dreambot.api.methods.magic.Normal
- LEVEL_7_ENCHANT - org.dreambot.api.methods.magic.Normal
- LIEUTENANT - org.dreambot.api.methods.clan.chat.ClanChatMember.Rank
- LIEUTENANT - org.dreambot.api.methods.clan.ClanMember.Rank
-
Deprecated.
- LIFETIME_SPONSOR - org.dreambot.api.methods.ForumRank
- LIGHTHOUSE - org.dreambot.api.methods.fairyring.FairyLocation
- listIterator() - Method in class org.dreambot.api.methods.walking.path.AbstractPath
- LITHKREN - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- LivePrices - Class in org.dreambot.api.methods.grandexchange
-
This class can be used for getting a current Grand Exchange price of items
- LIZARD_DEATH - Static variable in class org.dreambot.api.methods.Animations
- LLETYA - org.dreambot.api.methods.container.impl.bank.BankLocation
- LLETYA_ETERNAL_TELEPORT_CRYSTAL - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- LLETYA_TELEPORT_CRYSTAL - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- LMS - org.dreambot.api.methods.world.WorldType
- load(Class<T>, String...) - Static method in class org.dreambot.api.settings.ScriptSettings
-
Loads a given class from a settings object, location base is scripts.path
- loadImage(String) - Static method in class org.dreambot.api.utilities.Images
-
Loads an image from a URL, automatically checks against a cached file location based on script name Will not use invalid calculated cache locations.
- loadImage(String, String) - Static method in class org.dreambot.api.utilities.Images
-
Loads an image from a URL, automatically checks against a cached file location based on the cache parent parameter Appends cacheParent to the general cache path of scripts.path/.cache/Images
- LOADING - org.dreambot.api.data.GameState
- LoadingStateEvent - Class in org.dreambot.api.script.event.impl
- LoadingStateEvent(int) - Constructor for class org.dreambot.api.script.event.impl.LoadingStateEvent
- loadScripts() - Static method in class org.dreambot.api.script.loader.LocalLoader
-
Obtains a list of all defined sources and then iterates through all these sources attempting to find and load any scriptable entities.
- loadWebNodes() - Static method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
- LOBSTER - org.dreambot.api.data.consumables.Food
- LOCAL_XY_SHIFT - Static variable in class org.dreambot.api.methods.ViewportTools
- LocalLoader - Class in org.dreambot.api.script.loader
-
Created by Pandemic
- LocalLoader() - Constructor for class org.dreambot.api.script.loader.LocalLoader
- LocalPath<T extends Locatable> - Class in org.dreambot.api.methods.walking.path.impl
-
Created with IntelliJ IDEA.
- LocalPath() - Constructor for class org.dreambot.api.methods.walking.path.impl.LocalPath
- LocalPathFinder - Class in org.dreambot.api.methods.walking.pathfinding.impl.local
-
The local pathfinder used for navigating within the local region
- localTileToScreen(Tile) - Method in class org.dreambot.api.methods.ViewportTools
-
Local tile to offset screen position.
- localTileToScreen(Tile) - Method in interface org.dreambot.api.wrappers.graphics.Viewport
-
Local tile to offset screen position.
- Locatable - Interface in org.dreambot.api.wrappers.interactive
-
Created with IntelliJ IDEA.
- Location - Enum in org.dreambot.api.methods.world
- LocationRequirement - Class in org.dreambot.api.data.requirements
- LocationRequirement(Area) - Constructor for class org.dreambot.api.data.requirements.LocationRequirement
- LocationRequirement(Tile, int) - Constructor for class org.dreambot.api.data.requirements.LocationRequirement
- LOCKED - org.dreambot.api.methods.login.LoginStage
- log(Color, Object) - Static method in class org.dreambot.api.utilities.Logger
- log(Object) - Method in class org.dreambot.api.methods.MethodProvider
-
Prints to console with
Logger.LogType.SCRIPT
- log(Object) - Static method in class org.dreambot.api.utilities.Logger
- log(Logger.LogType, Object) - Static method in class org.dreambot.api.utilities.Logger
- LOGGED_IN - org.dreambot.api.data.GameState
- LOGGED_IN - org.dreambot.api.methods.RSLoginResponse
- Logger - Class in org.dreambot.api.utilities
- Logger() - Constructor for class org.dreambot.api.utilities.Logger
- Logger.LogType - Enum in org.dreambot.api.utilities
- LOGGING_IN - org.dreambot.api.data.GameState
- login() - Static method in class org.dreambot.api.methods.login.LoginUtility
-
Logs in to the client with the currently set Account
- login(String, String) - Static method in class org.dreambot.api.methods.login.LoginUtility
-
Logs in to the client with the given email and password
- login(Account) - Static method in class org.dreambot.api.methods.login.LoginUtility
-
Logs in to the client with the given Account
- LOGIN - org.dreambot.api.randoms.RandomEvent
- LOGIN_LIMIT_EXCEEDED - org.dreambot.api.methods.RSLoginResponse
- LOGIN_SCREEN - org.dreambot.api.data.GameState
- LOGIN_SCREEN - org.dreambot.api.methods.login.LoginStage
- LOGIN_SCREEN - org.dreambot.api.methods.RSLoginResponse
- LOGIN_SCREEN_PLAY_NOW - org.dreambot.api.methods.login.LoginStage
- LoginListener - Interface in org.dreambot.api.script.listener
- LoginResponseEvent - Class in org.dreambot.api.script.event.impl
- LoginResponseEvent(int) - Constructor for class org.dreambot.api.script.event.impl.LoginResponseEvent
- LoginResponseEvent(String, String, String) - Constructor for class org.dreambot.api.script.event.impl.LoginResponseEvent
- LoginSolver - Class in org.dreambot.api.randoms
- LoginSolver() - Constructor for class org.dreambot.api.randoms.LoginSolver
- LoginSolver(String) - Constructor for class org.dreambot.api.randoms.LoginSolver
-
A constructor that allows you to override the event name This is used for extending our login solver
- LoginStage - Enum in org.dreambot.api.methods.login
-
Created by Nezz on 2/20/2018.
- LoginStageEvent - Class in org.dreambot.api.script.event.impl
- LoginStageEvent(int) - Constructor for class org.dreambot.api.script.event.impl.LoginStageEvent
- LoginStats - Class in org.dreambot.api.methods.login
- LoginStats() - Constructor for class org.dreambot.api.methods.login.LoginStats
- LoginUtility - Class in org.dreambot.api.methods.login
-
This is an API class used to give easier access to scripters to writing their own login handlers.
- LoginUtility() - Constructor for class org.dreambot.api.methods.login.LoginUtility
- logout() - Static method in class org.dreambot.api.methods.tabs.Tabs
-
Opens logout tab and clicks logout button
- LOGOUT - org.dreambot.api.methods.hotkeys.TabKey
- LOGOUT - org.dreambot.api.methods.tabs.Tab
- LOOKING_INTO - Static variable in class org.dreambot.api.methods.Animations
- LootBagItemEvent - Class in org.dreambot.api.script.event.impl
- LootBagItemEvent(Item) - Constructor for class org.dreambot.api.script.event.impl.LootBagItemEvent
- LootBagItemEvent(Item, Item) - Constructor for class org.dreambot.api.script.event.impl.LootBagItemEvent
- LOOTING_BAG - org.dreambot.api.methods.container.general.ItemContainerId
- LOOTING_BAG - org.dreambot.api.methods.container.impl.ContainerType
- loseFocus() - Static method in class org.dreambot.api.Client
-
Sends a focus lost event if the client currently has focus This sends no other events, losing focus by mouse would suggest moving mouse off canvas and then losing focus Losing focus by keyboard would expect the alt key to be pressed at least (for alt+tab)
- loseFocus() - Static method in class org.dreambot.api.input.Keyboard
-
Emulates alt+tabbing to lose focus on the client Ignored if client currently does not have focus
- loseFocus() - Static method in class org.dreambot.api.methods.input.Keyboard
-
Deprecated.
- loseFocus(int) - Static method in class org.dreambot.api.input.Mouse
-
Moves mouse outside of screen, sleeps for the given amount in ms, then calls a focus lost event Does not run if client already doesn't have focus If Mouse is already outside of screen, it will not re-move it outside of screen
- LOST - org.dreambot.api.methods.walking.path.PathDirection
- LOST_CITY - org.dreambot.api.methods.quest.book.PaidQuest
- LOVAKENGJ - org.dreambot.api.methods.diary.requirement.impl.FavourRequirement.House
-
Deprecated.
- LOVAKENGJ - org.dreambot.api.methods.favour.House
- LOVAKENGJ_SOUTH - org.dreambot.api.methods.container.impl.bank.BankLocation
- LOVAKENGJ_WEST - org.dreambot.api.methods.container.impl.bank.BankLocation
- LOW_LEVEL_ALCHEMY - org.dreambot.api.methods.magic.Normal
- LUMBERYARD_SCROLL - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- LUMBRIDGE - org.dreambot.api.methods.container.impl.bank.BankLocation
- LUMBRIDGE - org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
- LUMBRIDGE - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.HousePortal
- LUMBRIDGE_BASEMENT - org.dreambot.api.methods.container.impl.bank.BankLocation
- LUMBRIDGE_GRAVEYARD_TELEPORT - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- LUMBRIDGE_HOME_TELEPORT - org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
- LUMBRIDGE_TAB - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- LUMBRIDGE_TELEPORT - org.dreambot.api.methods.magic.Normal
- LumbridgeDraynorDiary - Class in org.dreambot.api.methods.diary
- LumbridgeDraynorDiary() - Constructor for class org.dreambot.api.methods.diary.LumbridgeDraynorDiary
- Lunar - Enum in org.dreambot.api.methods.magic
-
Created by Pandemic
- LUNAR - org.dreambot.api.methods.magic.Spellbook
- LUNAR_DIPLOMACY - org.dreambot.api.methods.quest.book.PaidQuest
- LUNAR_HOME_TELEPORT - org.dreambot.api.methods.magic.Lunar
- LUNAR_ISLAND - org.dreambot.api.methods.container.impl.bank.BankLocation
- LUNAR_ISLE - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.HousePortal
- LUNAR_ISLE_SCROLL - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
M
- M - org.dreambot.api.input.event.impl.keyboard.awt.Key
- MAGE_BANK - org.dreambot.api.methods.container.impl.bank.BankLocation
- MAGE_TRAINING_ARENA - org.dreambot.api.methods.minigame.Minigame
- Magic - Class in org.dreambot.api.methods.magic
-
Created by Pandemic
- MAGIC - org.dreambot.api.methods.combat.CombatStyle
- MAGIC - org.dreambot.api.methods.hotkeys.TabKey
- MAGIC - org.dreambot.api.methods.skills.Skill
- MAGIC - org.dreambot.api.methods.tabs.Tab
- MAGIC - org.dreambot.api.script.Category
- MAGIC_ARCEUUS_RESURRECT_CROPS - Static variable in class org.dreambot.api.methods.Animations
- MAGIC_CARPET_NODE - org.dreambot.api.methods.walking.web.node.WebNodeType
- MAGIC_CHARGING_ORBS - Static variable in class org.dreambot.api.methods.Animations
- MAGIC_DART - org.dreambot.api.methods.magic.Normal
- MAGIC_DEFENCE - org.dreambot.api.methods.combat.CombatStyle
- MAGIC_ENCHANTING_AMULET_1 - Static variable in class org.dreambot.api.methods.Animations
- MAGIC_ENCHANTING_AMULET_2 - Static variable in class org.dreambot.api.methods.Animations
- MAGIC_ENCHANTING_AMULET_3 - Static variable in class org.dreambot.api.methods.Animations
- MAGIC_ENCHANTING_BOLTS - Static variable in class org.dreambot.api.methods.Animations
- MAGIC_ENCHANTING_JEWELRY - Static variable in class org.dreambot.api.methods.Animations
- MAGIC_IMBUE - org.dreambot.api.methods.magic.Lunar
- MAGIC_LUNAR_CURE_PLANT - Static variable in class org.dreambot.api.methods.Animations
- MAGIC_LUNAR_GEOMANCY - Static variable in class org.dreambot.api.methods.Animations
- MAGIC_LUNAR_PLANK_MAKE - Static variable in class org.dreambot.api.methods.Animations
- MAGIC_LUNAR_SHARED - Static variable in class org.dreambot.api.methods.Animations
- MAGIC_LUNAR_STRING_JEWELRY - Static variable in class org.dreambot.api.methods.Animations
- MAGIC_MAKE_TABLET - Static variable in class org.dreambot.api.methods.Animations
- MagicCarpetWebNode - Class in org.dreambot.api.methods.walking.web.node.impl.pathaware
- MagicTeleport - Enum in org.dreambot.api.methods.walking.web.node.impl.teleports
- MAIN_TAB - org.dreambot.api.methods.container.impl.bank.BankTab
- make(int, int) - Static method in class org.dreambot.api.methods.widget.helpers.ItemProcessing
-
This will make the chosen item
- make(int, int) - Static method in class org.dreambot.api.methods.widget.helpers.Smithing
-
This will make the chosen item
- make(String, int) - Static method in class org.dreambot.api.methods.widget.helpers.ItemProcessing
-
This will make the chosen item
- make(String, int) - Static method in class org.dreambot.api.methods.widget.helpers.Smithing
-
This will make the chosen item
- make(Filter<Item>, int) - Static method in class org.dreambot.api.methods.widget.helpers.ItemProcessing
-
This will make the first matching item
- make(Filter<Item>, int) - Static method in class org.dreambot.api.methods.widget.helpers.Smithing
-
This will make the first matching item
- make(Item, int) - Static method in class org.dreambot.api.methods.widget.helpers.ItemProcessing
-
This will make the chosen item
- make(Item, int) - Static method in class org.dreambot.api.methods.widget.helpers.Smithing
-
This will make the chosen item
- makeAll(int) - Static method in class org.dreambot.api.methods.widget.helpers.ItemProcessing
-
This will make all of the chosen item
- makeAll(int) - Static method in class org.dreambot.api.methods.widget.helpers.Smithing
-
This will make all of the chosen item
- makeAll(String) - Static method in class org.dreambot.api.methods.widget.helpers.ItemProcessing
-
This will make all of the chosen item
- makeAll(String) - Static method in class org.dreambot.api.methods.widget.helpers.Smithing
-
This will make all of the chosen item
- makeAll(Filter<Item>) - Static method in class org.dreambot.api.methods.widget.helpers.ItemProcessing
-
This will make all of the first matching item
- makeAll(Filter<Item>) - Static method in class org.dreambot.api.methods.widget.helpers.Smithing
-
This will make all of the first matching item
- makeAll(Item) - Static method in class org.dreambot.api.methods.widget.helpers.ItemProcessing
-
This will make all of the chosen item
- makeAll(Item) - Static method in class org.dreambot.api.methods.widget.helpers.Smithing
-
This will make all of the chosen item
- MAKING_FRIENDS_WITH_MY_ARM - org.dreambot.api.methods.quest.book.PaidQuest
- MAKING_HISTORY - org.dreambot.api.methods.quest.book.PaidQuest
- MALFORMED_PACKET - org.dreambot.api.methods.RSLoginResponse
- MANTA_RAY - org.dreambot.api.data.consumables.Food
- Map - Class in org.dreambot.api.methods.map
-
A class which houses methods related to Region and Map.
- MARBLE_GARGOYLE_DEATH - Static variable in class org.dreambot.api.methods.Animations
- MARIM - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.HousePortal
- MARK_OF_DARKNESS - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- MARK_OF_DARKNESS - org.dreambot.api.methods.magic.Arceuus
- markHeld(Key, boolean) - Static method in class org.dreambot.api.input.Keyboard
-
Marks the
Key
as being held, does NOT send any events. - markPressed() - Method in enum org.dreambot.api.input.event.impl.keyboard.awt.Key
- markPressed(Key) - Static method in class org.dreambot.api.input.Keyboard
-
Marks the given
Key
as pressed. - markReleased() - Method in enum org.dreambot.api.input.event.impl.keyboard.awt.Key
- markReleased(Key) - Static method in class org.dreambot.api.input.Keyboard
-
Marks a given
Key
as released. - MASTER_REANIMATION - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- MASTER_REANIMATION - org.dreambot.api.methods.magic.Arceuus
- match(E) - Method in class org.dreambot.api.methods.filter.impl.ActionFilter
- match(E) - Method in class org.dreambot.api.methods.filter.impl.AreaFilter
- match(E) - Method in class org.dreambot.api.methods.filter.impl.EntityFilter
- match(E) - Method in class org.dreambot.api.methods.filter.impl.IdFilter
- match(E) - Method in class org.dreambot.api.methods.filter.impl.ItemFilter
- match(E) - Method in class org.dreambot.api.methods.filter.impl.NameFilter
- match(T) - Method in interface org.dreambot.api.methods.filter.Filter
-
If object match's arguments.
- matches(int, String) - Method in enum org.dreambot.api.methods.world.Location
- MCGRUBORS_WOOD - org.dreambot.api.methods.fairyring.FairyLocation
- MEAT_PIE - org.dreambot.api.data.consumables.Food
- MEAT_PIZZA - org.dreambot.api.data.consumables.Food
- mediumFinished() - Method in class org.dreambot.api.methods.diary.ArdougneDiary
- mediumFinished() - Method in class org.dreambot.api.methods.diary.DesertDiary
- mediumFinished() - Method in class org.dreambot.api.methods.diary.Diary
- mediumFinished() - Method in class org.dreambot.api.methods.diary.FaladorDiary
- mediumFinished() - Method in class org.dreambot.api.methods.diary.FremennikDiary
- mediumFinished() - Method in class org.dreambot.api.methods.diary.KandarinDiary
- mediumFinished() - Method in class org.dreambot.api.methods.diary.KaramjaDiary
- mediumFinished() - Method in class org.dreambot.api.methods.diary.KourendKebosDiary
- mediumFinished() - Method in class org.dreambot.api.methods.diary.LumbridgeDraynorDiary
- mediumFinished() - Method in class org.dreambot.api.methods.diary.MorytaniaDiary
- mediumFinished() - Method in class org.dreambot.api.methods.diary.VarrockDiary
- mediumFinished() - Method in class org.dreambot.api.methods.diary.WesternProvincesDiary
- mediumFinished() - Method in class org.dreambot.api.methods.diary.WildernessDiary
- meetsRequirement() - Method in class org.dreambot.api.data.requirements.CombatRequirement
- meetsRequirement() - Method in class org.dreambot.api.data.requirements.ConditionalRequirement
- meetsRequirement() - Method in class org.dreambot.api.data.requirements.FavourRequirement
- meetsRequirement() - Method in class org.dreambot.api.data.requirements.LocationRequirement
- meetsRequirement() - Method in class org.dreambot.api.data.requirements.QuestPointRequirement
- meetsRequirement() - Method in class org.dreambot.api.data.requirements.QuestRequirement
- meetsRequirement() - Method in class org.dreambot.api.data.requirements.Requirement
- meetsRequirement() - Method in class org.dreambot.api.data.requirements.SkillRequirement
- meetsRequirement() - Method in class org.dreambot.api.data.requirements.SkillTotalRequirement
- meetsRequirement() - Method in class org.dreambot.api.methods.quest.book.requirement.QuestRequirement
-
Deprecated.
- meetsRequirement() - Method in class org.dreambot.api.methods.quest.book.requirement.Requirement
-
Deprecated.
- meetsRequirement() - Method in class org.dreambot.api.methods.quest.book.requirement.skill.SkillRequirement
-
Deprecated.
- MEMBER - org.dreambot.api.methods.world.WorldType
- members() - Static method in class org.dreambot.api.methods.world.Worlds
-
returns a List of members only worlds
- MEMBERS - org.dreambot.api.methods.ForumRank
- MEMBERS_AREA - org.dreambot.api.methods.RSLoginResponse
- MEMBERS_WORLD - org.dreambot.api.methods.RSLoginResponse
- MEMBERSHIP_REMAINING - Static variable in class org.dreambot.api.methods.settings.vars.VarPlayer
- MEMBERSHIP_STATUS - Static variable in class org.dreambot.api.methods.cs2.VarClientInt
- Menu - Class in org.dreambot.api.wrappers.widgets
- MenuAddedEvent - Class in org.dreambot.api.script.event.impl
- MenuAddedEvent() - Constructor for class org.dreambot.api.script.event.impl.MenuAddedEvent
- MenuRow - Class in org.dreambot.api.wrappers.widgets
-
Created with IntelliJ IDEA.
- MenuRow(int, String, String, int, int, int, int, int, boolean) - Constructor for class org.dreambot.api.wrappers.widgets.MenuRow
-
Deprecated.
- MenuRow(int, String, String, int, int, int, int, int, int, boolean) - Constructor for class org.dreambot.api.wrappers.widgets.MenuRow
- MenuRow(String, String, int, int, int, int, int) - Constructor for class org.dreambot.api.wrappers.widgets.MenuRow
-
Deprecated.
- MenuRow(String, String, int, int, int, int, int, int) - Constructor for class org.dreambot.api.wrappers.widgets.MenuRow
- MenuRowBuilder - Class in org.dreambot.api.wrappers.widgets.builder
-
Created by Nezz on 7/10/2022 Utility class to help create MenuRows to use in the new menu interactions
- MenuRowBuilder() - Constructor for class org.dreambot.api.wrappers.widgets.builder.MenuRowBuilder
- MenuRowListener - Interface in org.dreambot.api.script.listener
-
This is an menu listener used by scripts or other classes Events sent by a threaded menu listener, only dispatched while a script is running.
- MenuRowQueue - Class in org.dreambot.api.wrappers.widgets.builder
- MenuRowQueue() - Constructor for class org.dreambot.api.wrappers.widgets.builder.MenuRowQueue
- MERLINS_CRYSTAL - org.dreambot.api.methods.quest.book.PaidQuest
- Message - Class in org.dreambot.api.wrappers.widgets.message
-
Created by Pandemic
- Message(int, String, String, int) - Constructor for class org.dreambot.api.wrappers.widgets.message.Message
- MESSAGE_BOX - org.dreambot.api.wrappers.widgets.message.MessageType
- MESSAGE_LAYER_CLOSE - Static variable in class org.dreambot.api.methods.cs2.ScriptId
-
Closes the chatbox input.
- MESSAGE_LAYER_OPEN - Static variable in class org.dreambot.api.methods.cs2.ScriptId
-
Readies the chatbox panel for things like the chatbox input Inverse of MESSAGE_LAYER_CLOSE Takes 1 int as parameters to the script.
- MessageEvent - Class in org.dreambot.api.script.event.impl
-
Created with IntelliJ IDEA.
- MessageEvent(Message) - Constructor for class org.dreambot.api.script.event.impl.MessageEvent
- MessageNode - Class in org.dreambot.api.wrappers.cache.nodes
-
Created by Pandemic
- MessageNode(Object) - Constructor for class org.dreambot.api.wrappers.cache.nodes.MessageNode
-
Note: This shouldn't be used by API users, it's an internal constructor.
- MessageType - Enum in org.dreambot.api.wrappers.widgets.message
-
Created by Nezz on 1/17/2015.
- MethodProvider - Class in org.dreambot.api.methods
- MethodProvider() - Constructor for class org.dreambot.api.methods.MethodProvider
- MIDDLE_CLICK - org.dreambot.api.input.event.impl.mouse.impl.click.ClickMode
-
Deprecated.
- MIDDLE_CLICK - org.dreambot.api.input.event.impl.mouse.MouseButton
- MIDDLE_MAN - org.dreambot.api.methods.ForumRank
- MIND_ALTAR - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.HousePortal
- MIND_ALTAR_TAB - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- MIND_ALTAR_TELEPORT - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- MIND_ALTAR_TELEPORT - org.dreambot.api.methods.magic.Arceuus
- MIND_ALTER - org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
- Minigame - Enum in org.dreambot.api.methods.minigame
- MINIGAME - org.dreambot.api.script.Category
- MinigameTeleports - Class in org.dreambot.api.methods.minigame
-
This class can be used to teleport via the Grouping tab
- MinigameTeleports() - Constructor for class org.dreambot.api.methods.minigame.MinigameTeleports
- MINIMAP_DESTINATION - Static variable in class org.dreambot.api.input.mouse.destination.AbstractMouseDestination
- MiniMapTileDestination - Class in org.dreambot.api.input.mouse.destination.impl
- MiniMapTileDestination(Tile) - Constructor for class org.dreambot.api.input.mouse.destination.impl.MiniMapTileDestination
-
Creates an instance of a minimap destination from a given tile
- minimize() - Static method in class org.dreambot.core.Instance
-
This method minimizes (dock) the whole DreamBot program
- MINING - org.dreambot.api.methods.skills.Skill
- MINING - org.dreambot.api.script.Category
- MINING_3A_PICKAXE - Static variable in class org.dreambot.api.methods.Animations
- MINING_ADAMANT_PICKAXE - Static variable in class org.dreambot.api.methods.Animations
- MINING_BLACK_PICKAXE - Static variable in class org.dreambot.api.methods.Animations
- MINING_BRONZE_PICKAXE - Static variable in class org.dreambot.api.methods.Animations
- MINING_CRYSTAL_PICKAXE - Static variable in class org.dreambot.api.methods.Animations
- MINING_DRAGON_PICKAXE - Static variable in class org.dreambot.api.methods.Animations
- MINING_DRAGON_PICKAXE_OR - Static variable in class org.dreambot.api.methods.Animations
- MINING_DRAGON_PICKAXE_UPGRADED - Static variable in class org.dreambot.api.methods.Animations
- MINING_GILDED_PICKAXE - Static variable in class org.dreambot.api.methods.Animations
- MINING_GUILD - org.dreambot.api.methods.container.impl.bank.BankLocation
- MINING_GUILD - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- MINING_GUILD - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.JewelryBox
- MINING_INFERNAL_PICKAXE - Static variable in class org.dreambot.api.methods.Animations
- MINING_IRON_PICKAXE - Static variable in class org.dreambot.api.methods.Animations
- MINING_MITHRIL_PICKAXE - Static variable in class org.dreambot.api.methods.Animations
- MINING_MOTHERLODE_3A - Static variable in class org.dreambot.api.methods.Animations
- MINING_MOTHERLODE_ADAMANT - Static variable in class org.dreambot.api.methods.Animations
- MINING_MOTHERLODE_BLACK - Static variable in class org.dreambot.api.methods.Animations
- MINING_MOTHERLODE_BRONZE - Static variable in class org.dreambot.api.methods.Animations
- MINING_MOTHERLODE_CRYSTAL - Static variable in class org.dreambot.api.methods.Animations
- MINING_MOTHERLODE_DRAGON - Static variable in class org.dreambot.api.methods.Animations
- MINING_MOTHERLODE_DRAGON_OR - Static variable in class org.dreambot.api.methods.Animations
- MINING_MOTHERLODE_DRAGON_UPGRADED - Static variable in class org.dreambot.api.methods.Animations
- MINING_MOTHERLODE_GILDED - Static variable in class org.dreambot.api.methods.Animations
- MINING_MOTHERLODE_INFERNAL - Static variable in class org.dreambot.api.methods.Animations
- MINING_MOTHERLODE_IRON - Static variable in class org.dreambot.api.methods.Animations
- MINING_MOTHERLODE_MITHRIL - Static variable in class org.dreambot.api.methods.Animations
- MINING_MOTHERLODE_RUNE - Static variable in class org.dreambot.api.methods.Animations
- MINING_MOTHERLODE_STEEL - Static variable in class org.dreambot.api.methods.Animations
- MINING_RUNE_PICKAXE - Static variable in class org.dreambot.api.methods.Animations
- MINING_STEEL_PICKAXE - Static variable in class org.dreambot.api.methods.Animations
- MiniQuest - Enum in org.dreambot.api.methods.quest.book
-
Created by Nezz 9/26/2019 Quests with a setting ID of -1 are unknown Quests with settings values of {-1} are unknown Quest Progress is found via widget text color.
- MINIQUEST - org.dreambot.api.methods.quest.book.Quest.Type
- MINUS - org.dreambot.api.input.event.impl.keyboard.awt.Key
- MISC - org.dreambot.api.script.Category
- MISCELLANIA - org.dreambot.api.methods.fairyring.FairyLocation
- MISCELLANIA - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- MISCELLANIA - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.JewelryBox
- MISTHALIN_MYSTERY - org.dreambot.api.methods.quest.book.FreeQuest
- MISTROCK - org.dreambot.api.methods.container.impl.bank.BankLocation
- MOD_AUTO - org.dreambot.api.wrappers.widgets.message.MessageType
- MOD_CHAT - org.dreambot.api.wrappers.widgets.message.MessageType
- MOD_PRIVATE_CHAT - org.dreambot.api.wrappers.widgets.message.MessageType
- Model - Class in org.dreambot.api.wrappers.interactive
-
Created with IntelliJ IDEA.
- Model() - Constructor for class org.dreambot.api.wrappers.interactive.Model
- Model(ModelWrapper, Entity) - Constructor for class org.dreambot.api.wrappers.interactive.Model
- ModelWrapper - Class in org.dreambot.api.wrappers.graphics
- ModelWrapper(Object) - Constructor for class org.dreambot.api.wrappers.graphics.ModelWrapper
-
Note: This shouldn't be used by API users, it's an internal constructor.
- MONEYMAKING - org.dreambot.api.script.Category
- MONKEY_MADNESS - org.dreambot.api.methods.quest.book.PaidQuest
- MONKEY_MADNESS_II - org.dreambot.api.methods.quest.book.PaidQuest
- MONKFISH - org.dreambot.api.data.consumables.Food
- MONKS_FRIEND - org.dreambot.api.methods.quest.book.PaidQuest
- MONSTER_EXAMINE - org.dreambot.api.methods.magic.Lunar
- MOONCLAN - org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
- MOONCLAN_ISLE - org.dreambot.api.methods.container.impl.bank.BankLocation
- MOONCLAN_TAB - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- MOONCLAN_TELEPORT - org.dreambot.api.methods.magic.Lunar
- MORT_MYRE_SWAMP - org.dreambot.api.methods.fairyring.FairyLocation
- MORTTON_SCROLL - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- MORYTANIA_HAUNTED_WOODS - org.dreambot.api.methods.fairyring.FairyLocation
- MorytaniaDiary - Class in org.dreambot.api.methods.diary
- MorytaniaDiary() - Constructor for class org.dreambot.api.methods.diary.MorytaniaDiary
- MOS_LEHARMLESS - org.dreambot.api.methods.container.impl.bank.BankLocation
- MOS_LEHARMLESS_SCROLL - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- MOTHERLODE_MINE - org.dreambot.api.methods.container.impl.bank.BankLocation
- MOUNT_KARUULM - org.dreambot.api.methods.container.impl.bank.BankLocation
- MOUNT_QUIDAMORTEM - org.dreambot.api.methods.container.impl.bank.BankLocation
- MOUNTAIN_DAUGHTER - org.dreambot.api.methods.quest.book.PaidQuest
- MOUNTAIN_GUIDE_NODE - org.dreambot.api.methods.walking.web.node.WebNodeType
- MountainGuideWebNode - Class in org.dreambot.api.methods.walking.web.node.impl.pathaware
- MOURNINGS_END_PART_I - org.dreambot.api.methods.quest.book.PaidQuest
- MOURNINGS_END_PART_II - org.dreambot.api.methods.quest.book.PaidQuest
- Mouse - Class in org.dreambot.api.input
-
Please note: In general you do not have to concern yourself with these methods.
The methods here will be called from interact methods by the API (such as the interact method inRectangleDestination
) - MOUSE_ONLY - org.dreambot.api.methods.input.CameraMode
-
The client will use the mouse only
- MOUSE_OR_KEYBOARD - org.dreambot.api.methods.input.CameraMode
-
The client will randomly decide between the mouse and keyboard
- MouseAlgorithm - Interface in org.dreambot.api.input.mouse.algorithm
-
Mouse Algorithm to handle both movement and click implementations
- MouseButton - Enum in org.dreambot.api.input.event.impl.mouse
-
Mouse button to use when clicking Using NULL will mean it will not click
- mouseDownUntil(int, Condition) - Static method in class org.dreambot.api.input.Mouse
-
Hold mouse down until condition is true, with specified timeout Does not create its own thread!
- MouseEvent<T extends AbstractMouseDestination> - Class in org.dreambot.api.input.event.impl.mouse
-
Mouse event that handles the full movement and click process based on the fields you pass in.
- MouseEvent(T) - Constructor for class org.dreambot.api.input.event.impl.mouse.MouseEvent
-
Moves the mouse to the given destination Does not Click See implementations of
AbstractMouseDestination
- MouseEvent(T, MouseMode, MouseButton) - Constructor for class org.dreambot.api.input.event.impl.mouse.MouseEvent
-
Moves the mouse to the given
AbstractMouseDestination
if given one, does not move if null IfMouseMode
is notMouseMode.NONE
it will adjust behavior as requested. - MouseEvent(T, MouseMode, WheelMode, Condition, long) - Constructor for class org.dreambot.api.input.event.impl.mouse.MouseEvent
-
Calls
WheelEvent
's to scroll until the given stop condition is met or the timeout is reached - MouseEventGenerator - Class in org.dreambot.api.input.event.impl.mouse
-
Utility class to generate a
MouseEvent
for the given parameters. - MouseEventGenerator() - Constructor for class org.dreambot.api.input.event.impl.mouse.MouseEventGenerator
- mouseKeyCombo() - Static method in class org.dreambot.api.methods.input.MouseKeys
-
Pushes 5, sleeps, pushes 2, sleeps
- MouseKeys - Class in org.dreambot.api.methods.input
-
Created by Chris on 1/25/2015.
- MouseMode - Enum in org.dreambot.api.input.event.impl.mouse
-
Mode to use for
MouseEvent
s Note: If you want the mouse to do the full press, release, click series of events, use the modeMouseMode.FULL_CLICK
Mode NONE will do only mouse movement. - MouseMovementAlgorithm - Interface in org.dreambot.api.input.mouse.algorithm
-
Deprecated.see
MouseAlgorithm
and implement that instead of this. - mouseOverAction(int) - Static method in class org.dreambot.api.wrappers.widgets.Menu
-
Mouse over action.
- mouseOverAction(String) - Static method in class org.dreambot.api.wrappers.widgets.Menu
-
Mouse over action.
- MouseProfile - Class in org.dreambot.api.input.mouse.algorithm
-
Profile for mouse movement and click settings Not yet implemented.
- MouseProfile() - Constructor for class org.dreambot.api.input.mouse.algorithm.MouseProfile
- mouseRotateTo(int, int) - Static method in class org.dreambot.api.methods.input.Camera
-
Rotates camera to a particular yaw and pitch using the mouse scroll wheel
- mouseRotateToEntity(Entity) - Static method in class org.dreambot.api.methods.input.Camera
-
Rotates camera to face an entity by using the mouse scroll wheel
- mouseRotateToPitch(int) - Static method in class org.dreambot.api.methods.input.Camera
-
Rotates camera pitch to specified angle using the mouse scroll wheel
- mouseRotateToTile(Tile) - Static method in class org.dreambot.api.methods.input.Camera
-
Rotates camera to face a tile by using the mouse scroll wheel
- mouseRotateToYaw(int) - Static method in class org.dreambot.api.methods.input.Camera
-
Rotates camera yaw to specified angle using the mouse scroll wheel
- MouseSetting - Enum in org.dreambot.api.methods.input.mouse
-
Created by Dreamliner on 10/20/2014.
- MouseSettings - Class in org.dreambot.api.methods.input.mouse
-
Do not worry about this class too much.
- MouseSettings(Instance) - Constructor for class org.dreambot.api.methods.input.mouse.MouseSettings
- MouseSettings.Hand - Enum in org.dreambot.api.methods.input.mouse
- MouseTiming - Interface in org.dreambot.api.methods.input.mouse
- MouseTracker - Class in org.dreambot.api.methods.input.mouse
- MouseVector - Class in org.dreambot.api.input.event.impl.mouse.vector.impl
-
Deprecated.Unused
- MouseVector(double, double, int) - Constructor for class org.dreambot.api.input.event.impl.mouse.vector.impl.MouseVector
-
Deprecated.
- move() - Static method in class org.dreambot.api.input.Mouse
-
Moves the mouse to random gaussian distributed destination near the location of your current position if the mouse is on screen, otherwise will base position from center of canvas.
- move(Point) - Static method in class org.dreambot.api.input.Mouse
-
Moves the mouse to a specified point
- move(Rectangle) - Static method in class org.dreambot.api.input.Mouse
-
Moves the mouse to a specified rectangle
- move(AbstractMouseDestination<?>) - Static method in class org.dreambot.api.input.Mouse
-
Moves the mouse to a destination Does not click" If
Mouse.isAlwaysHop()
is true, automatically adjust to callMouse.hop(Point)
usingAbstractMouseDestination.getSuitablePoint()
- move(Tile) - Static method in class org.dreambot.api.input.Mouse
- move(Entity) - Static method in class org.dreambot.api.input.Mouse
-
Moves the mouse to a destination
- MOVE - org.dreambot.api.input.event.impl.InteractionSetting
- MoveEvent<T> - Class in org.dreambot.api.input.event.impl.mouse.impl
-
Deprecated.see
MouseEvent
- MoveEvent - Class in org.dreambot.api.input.event.impl.mouse.type
-
Creates and sends a
MouseEvent.MOUSE_MOVED
orMouseEvent.MOUSE_DRAGGED
ifMouse.getCurrentModifiers()
is not 0 If hop is set to true, event will emulate a touch screen event SetsMouse.setPosition(int, int)
to the destination x/y - MoveEvent(Point) - Constructor for class org.dreambot.api.input.event.impl.mouse.type.MoveEvent
- MoveEvent(Point, boolean) - Constructor for class org.dreambot.api.input.event.impl.mouse.type.MoveEvent
- MoveEvent(Point, boolean, boolean) - Constructor for class org.dreambot.api.input.event.impl.mouse.type.MoveEvent
- MoveEvent(T) - Constructor for class org.dreambot.api.input.event.impl.mouse.impl.MoveEvent
-
Deprecated.Creates a new MoveEvent
- moveMouseOutsideScreen() - Static method in class org.dreambot.api.input.Mouse
-
Deprecated.
- moveOutsideScreen() - Static method in class org.dreambot.api.input.Mouse
-
Moves the mouse outside the screen and sends a focus lost event to the canvas See
Mouse.moveOutsideScreen(boolean)
with param true - moveOutsideScreen(boolean) - Static method in class org.dreambot.api.input.Mouse
-
Moves mouse outside the screen, losing focus based on loseFocus parameter Does not run if mouse is not in screen If loseFocus is true see
Mouse.loseFocus(int)
with a default time of random(100,3000) - MUDSKIPPER_POINT - org.dreambot.api.methods.fairyring.FairyLocation
- MULT_COMBAT - Static variable in class org.dreambot.api.methods.settings.vars.VarPlayer
- MULTI_THREAD - org.dreambot.api.methods.input.mouse.MouseSetting
- MULTICOMBAT - Static variable in class org.dreambot.api.methods.settings.vars.VarBit
- MURDER_MYSTERY - org.dreambot.api.methods.quest.book.PaidQuest
- MUSIC - org.dreambot.api.methods.hotkeys.TabKey
- MUSIC - org.dreambot.api.methods.tabs.Tab
- MUSIC_SOUND_PLAYER_SETTING - Static variable in class org.dreambot.api.methods.settings.vars.VarPlayer
- MUST_ACCEPT_TOS - org.dreambot.api.methods.login.LoginStage
- MY_ARMS_BIG_ADVENTURE - org.dreambot.api.methods.quest.book.PaidQuest
- MYSTIC_LORE - org.dreambot.api.methods.prayer.Prayer
- MYSTIC_MIGHT - org.dreambot.api.methods.prayer.Prayer
- MYSTIC_WILL - org.dreambot.api.methods.prayer.Prayer
- MYTHS_GUILD - org.dreambot.api.methods.container.impl.bank.BankLocation
N
- N - org.dreambot.api.input.event.impl.keyboard.awt.Key
- name() - Method in annotation type org.dreambot.api.script.ScriptManifest
- name(String) - Method in class org.dreambot.api.methods.walking.web.node.impl.items.RequiredItem.RequiredItemBuilder
- NAME - Static variable in class org.dreambot.api.methods.diary.ArdougneDiary
- NAME - Static variable in class org.dreambot.api.methods.diary.DesertDiary
- NAME - Static variable in class org.dreambot.api.methods.diary.FaladorDiary
- NAME - Static variable in class org.dreambot.api.methods.diary.FremennikDiary
- NAME - Static variable in class org.dreambot.api.methods.diary.KandarinDiary
- NAME - Static variable in class org.dreambot.api.methods.diary.KaramjaDiary
- NAME - Static variable in class org.dreambot.api.methods.diary.KourendKebosDiary
- NAME - Static variable in class org.dreambot.api.methods.diary.LumbridgeDraynorDiary
- NAME - Static variable in class org.dreambot.api.methods.diary.MorytaniaDiary
- NAME - Static variable in class org.dreambot.api.methods.diary.VarrockDiary
- NAME - Static variable in class org.dreambot.api.methods.diary.WesternProvincesDiary
- NAME - Static variable in class org.dreambot.api.methods.diary.WildernessDiary
- NameComposite - Class in org.dreambot.api.wrappers.interactive.composite
- NameComposite(RSNameComposite) - Constructor for class org.dreambot.api.wrappers.interactive.composite.NameComposite
-
Note: This shouldn't be used by API users, it's an internal constructor.
- NameFilter<E extends Identifiable> - Class in org.dreambot.api.methods.filter.impl
-
Created with IntelliJ IDEA.
- NameFilter(String...) - Constructor for class org.dreambot.api.methods.filter.impl.NameFilter
- NameProvider - Class in org.dreambot.api.methods.friend
-
Created by Nezz on 1/12/2015.
- NameProviderHandler - Class in org.dreambot.api.methods.friend
-
Created by Nezz on 2/1/2018.
- NARDAH - org.dreambot.api.methods.container.impl.bank.BankLocation
- NARDAH_SCROLL - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- NATURE_SPIRIT - org.dreambot.api.methods.quest.book.PaidQuest
- NECROPOLIS - org.dreambot.api.methods.fairyring.FairyLocation
- needToScroll(Item) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Determines if the bot needs to scroll to find the
Item
- needToScrollDown(Item) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Determines if it needs to scroll down for the
Item
to be visible - needToScrollUp(Item) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Determines if it needs to scroll up in order to see the given
Item
- negate() - Method in interface org.dreambot.api.methods.filter.Filter
- negate() - Method in interface org.dreambot.api.utilities.impl.Condition
- NEITIZNOT - org.dreambot.api.methods.container.impl.bank.BankLocation
- NetworkLoader - Class in org.dreambot.api.script.loader
-
Deprecated.
- NetworkLoader() - Constructor for class org.dreambot.api.script.loader.NetworkLoader
-
Deprecated.
- NEW_FRIEND_NOTIFICATION - org.dreambot.api.wrappers.widgets.message.MessageType
- NEW_IGNORE_NOTIFICATION - org.dreambot.api.wrappers.widgets.message.MessageType
- NEW_MEMBER - org.dreambot.api.methods.ForumRank
- next() - Method in class org.dreambot.api.methods.walking.path.AbstractPath
-
Gets the next node in the path
- next() - Method in class org.dreambot.api.methods.walking.path.impl.GlobalPath
-
Gets the next node in the path
- next() - Method in class org.dreambot.api.methods.walking.path.impl.LocalPath
-
gets the next Tile within distance of 13
- next(int) - Method in class org.dreambot.api.methods.walking.path.impl.LocalPath
-
Gets the next Tile of distance skip
- nextGammaRandom(int, int) - Static method in class org.dreambot.api.methods.Calculations
-
Generates a random value from the
GammaDistribution
- nextGammaRandom(int, int) - Static method in class org.dreambot.api.methods.Randoms
-
Generates a random value from the
GammaDistribution
- nextGaussianRandom(double, double) - Static method in class org.dreambot.api.methods.Calculations
-
Generates a random value from the Normal (or Gaussian) distribution with specified mean and standard deviation.
- nextGaussianRandom(double, double) - Static method in class org.dreambot.api.methods.Randoms
-
Generates a random value from the Normal (or Gaussian) distribution with specified mean and standard deviation.
- nextHypergeometricRandom(int, int, int) - Static method in class org.dreambot.api.methods.Calculations
-
Generates a random value from the
HypergeometricDistribution
. - nextHypergeometricRandom(int, int, int) - Static method in class org.dreambot.api.methods.Randoms
-
Generates a random value from the
HypergeometricDistribution
. - nextInt() - Method in class org.dreambot.api.utilities.ISAACCipher
-
Gets the next random value.
- nextLogNormalDistributionRandom(double, double) - Static method in class org.dreambot.api.methods.Calculations
-
Generates a lognormal distribution using the provided parameters with an inverse absolute accuracy of 1e-9 and uses a Well19937c number generator to return a sample
- nextLogNormalDistributionRandom(double, double) - Static method in class org.dreambot.api.methods.Randoms
-
Generates a lognormal distribution using the provided parameters with an inverse absolute accuracy of 1e-9 and uses a Well19937c number generator to return a sample
- NIGHTMARE_ZONE - org.dreambot.api.methods.minigame.Minigame
- NINE - org.dreambot.api.input.event.impl.keyboard.awt.Key
- NINTH_TAB - org.dreambot.api.methods.container.impl.bank.BankTab
- NO - org.dreambot.api.methods.emotes.Emote
- NO_REPLY - org.dreambot.api.methods.RSLoginResponse
- NO_RESPONSE - org.dreambot.api.methods.RSLoginResponse
- Node - Interface in org.dreambot.api.wrappers.cache.nodes.impl
-
Created with IntelliJ IDEA.
- NodeContainerUtilities - Class in org.dreambot.api.utilities
- NodeContainerUtilities() - Constructor for class org.dreambot.api.utilities.NodeContainerUtilities
- nodes(List<AbstractWebNode>) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathResponse.WebPathResponseBuilder
- NodeSub - Class in org.dreambot.api.wrappers.cache.nodes
- NodeSub() - Constructor for class org.dreambot.api.wrappers.cache.nodes.NodeSub
- NodeWrapper - Class in org.dreambot.api.wrappers.cache.nodes
- NodeWrapper(Object) - Constructor for class org.dreambot.api.wrappers.cache.nodes.NodeWrapper
-
Note: This shouldn't be used by API users, it's an internal constructor.
- noMinimumLevel() - Static method in class org.dreambot.api.methods.world.Worlds
-
Gets a list of worlds with no required level
- NON_WALKABLE - Static variable in class org.dreambot.api.methods.walking.pathfinding.data.TileFlags
- NONE - org.dreambot.api.input.event.impl.mouse.MouseMode
- NONE - org.dreambot.api.methods.hotkeys.Hotkey
- Normal - Enum in org.dreambot.api.methods.magic
-
Created by Pandemic
- NORMAL - org.dreambot.api.methods.magic.Spellbook
- NORTH - org.dreambot.api.wrappers.interactive.util.Direction
- NORTH_NARDAH - org.dreambot.api.methods.fairyring.FairyLocation
- NORTH_PRIFDDINAS - org.dreambot.api.methods.container.impl.bank.BankLocation
- not(Condition) - Method in interface org.dreambot.api.utilities.impl.Condition
- NOT_ELIGIBLE - org.dreambot.api.methods.RSLoginResponse
- NOT_IN_CLAN - org.dreambot.api.methods.clan.chat.ClanChatMember.Rank
- NOT_IN_CLAN - org.dreambot.api.methods.clan.ClanMember.Rank
-
Deprecated.
- NOT_LOGGED_OUT - org.dreambot.api.methods.RSLoginResponse
- NOT_STARTED - org.dreambot.api.methods.quest.book.Quest.State
- NOTE - org.dreambot.api.methods.container.impl.bank.BankMode
- NOTIFICATION_BOTTOM_TEXT - Static variable in class org.dreambot.api.methods.cs2.VarClientString
- NOTIFICATION_TOP_TEXT - Static variable in class org.dreambot.api.methods.cs2.VarClientString
- NPC - Class in org.dreambot.api.wrappers.interactive
- NPC - org.dreambot.api.methods.container.impl.bank.BankType
- NPC - org.dreambot.api.methods.hint.HintArrowType
- NPC(Object) - Constructor for class org.dreambot.api.wrappers.interactive.NPC
-
Note: This shouldn't be used by API users, it's an internal constructor.
- NPC_ATTACK_OPTIONS_PLAYER_SETTING - Static variable in class org.dreambot.api.methods.settings.vars.VarPlayer
- NPC_CACHE_TIMER - Static variable in class org.dreambot.api.settings.CacheSettings
- NPC_CONTACT - org.dreambot.api.methods.magic.Lunar
- NPC_EXAMINE - org.dreambot.api.wrappers.widgets.message.MessageType
- NpcAnimationEvent - Class in org.dreambot.api.script.event.impl
- NpcAnimationEvent(NPC, int, int, int) - Constructor for class org.dreambot.api.script.event.impl.NpcAnimationEvent
- NPCAttackOption - Enum in org.dreambot.api.methods.hotkeys
-
Created by Nezz on 5/24/2016.
- NpcComposite - Class in org.dreambot.api.wrappers.interactive.composite
- NpcComposite(RSNpcComposite) - Constructor for class org.dreambot.api.wrappers.interactive.composite.NpcComposite
-
Note: This shouldn't be used by API users, it's an internal constructor.
- npcIsTargeted(NPC) - Static method in class org.dreambot.api.methods.interactive.Projectiles
-
Checks if there is a projectile targeting a given
NPC
- NPCs - Class in org.dreambot.api.methods.interactive
-
A class containing methods which are used to retrieve local
NPC
from the game. - NULL - org.dreambot.api.data.GameState
- NULL - org.dreambot.api.input.event.impl.mouse.impl.click.ClickMode
-
Deprecated.
- NULL - org.dreambot.api.input.event.impl.mouse.MouseButton
- NULL - org.dreambot.api.methods.ForumRank
- NULL - org.dreambot.api.wrappers.interactive.util.Direction
- NULL - Static variable in class org.dreambot.api.input.mouse.destination.AbstractMouseDestination
- NULL - Static variable in class org.dreambot.api.methods.walking.pathfinding.data.TileFlags
- NW_YANILLE - org.dreambot.api.methods.fairyring.FairyLocation
O
- O - org.dreambot.api.input.event.impl.keyboard.awt.Key
- OBJECT_ALLOW_RANGE - Static variable in class org.dreambot.api.methods.walking.pathfinding.data.TileFlags
- OBJECT_BLOCK_SIGHT - Static variable in class org.dreambot.api.methods.walking.pathfinding.data.TileFlags
- OBJECT_EXAMINE - org.dreambot.api.wrappers.widgets.message.MessageType
- OBJECT_TILE - Static variable in class org.dreambot.api.methods.walking.pathfinding.data.TileFlags
- ObjectComposite - Class in org.dreambot.api.wrappers.interactive.composite
- ObjectComposite(RSObjectComposite) - Constructor for class org.dreambot.api.wrappers.interactive.composite.ObjectComposite
-
Note: This shouldn't be used by API users, it's an internal constructor.
- OBSERVATORY_QUEST - org.dreambot.api.methods.quest.book.PaidQuest
- obstacles() - Method in class org.dreambot.api.methods.walking.path.AbstractPath
-
Gets a Map of the obstacles for the path
- obstacleTile(Tile) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.impl.ClimbableObstacle.ClimbableObstacleBuilder
-
Sets the obstacle's tile
- obstacleTile(Tile) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.impl.DestructableObstacle.DestructableObstacleBuilder
- obstacleTile(Tile) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.impl.PassableObstacle.PassableObstacleBuilder
- OCTOTHORPE - org.dreambot.api.utilities.ShiftKeys
- of(String) - Static method in enum org.dreambot.api.methods.prayer.Prayer
- OLAFS_QUEST - org.dreambot.api.methods.quest.book.PaidQuest
- onAction(MenuRow, int, int) - Method in interface org.dreambot.api.script.listener.ActionListener
-
Event method called with the menu row for the event and the mouse X and mouse Y values
- onAutoMessage(Message) - Method in interface org.dreambot.api.script.listener.ChatListener
- onBankItemAdded(Item) - Method in interface org.dreambot.api.script.listener.ItemContainerListener
-
A new item is added
- onBankItemChanged(Item, Item) - Method in interface org.dreambot.api.script.listener.ItemContainerListener
-
Item changed is when the item that is changing is the same ID but different stack sizes
- onBankItemRemoved(Item) - Method in interface org.dreambot.api.script.listener.ItemContainerListener
-
An Item is removed
- onBankItemSwapped(Item, Item) - Method in interface org.dreambot.api.script.listener.ItemContainerListener
-
An item is being swapped out with another item
- onBreakEnd(BreakEvent) - Method in interface org.dreambot.api.script.listener.BreakListener
- onBreakStart(BreakEvent) - Method in interface org.dreambot.api.script.listener.BreakListener
- onClanMessage(Message) - Method in interface org.dreambot.api.script.listener.ChatListener
- onClick(Point) - Method in class org.dreambot.api.randoms.BreakSolver
- onClientEvent(ExperienceEvent) - Method in interface org.dreambot.api.script.listener.ExperienceListener
- ONE - org.dreambot.api.input.event.impl.keyboard.awt.Key
- ONE - org.dreambot.api.methods.container.impl.bank.BankQuantitySelection
- ONE_HUNDRED_DONOR - org.dreambot.api.methods.ForumRank
- ONE_SMALL_FAVOUR - org.dreambot.api.methods.quest.book.PaidQuest
- onEquipmentItemAdded(Item) - Method in interface org.dreambot.api.script.listener.ItemContainerListener
-
A new item is added
- onEquipmentItemChanged(Item, Item) - Method in interface org.dreambot.api.script.listener.ItemContainerListener
-
Item changed is when the item that is changing is the same ID but different stack sizes
- onEquipmentItemRemoved(Item) - Method in interface org.dreambot.api.script.listener.ItemContainerListener
-
An Item is removed
- onEquipmentItemSwapped(Item, Item) - Method in interface org.dreambot.api.script.listener.ItemContainerListener
-
An item is being swapped out with another item
- onExit() - Method in class org.dreambot.api.script.AbstractScript
-
Called when the script ends.
- onFinish() - Method in class org.dreambot.api.randoms.LoginSolver
- onFinish() - Method in class org.dreambot.api.randoms.RandomSolver
-
Runs once at the end (when shouldExecute first returns false); This method can be optionally overridden
- onGained(ExperienceEvent) - Method in interface org.dreambot.api.script.listener.ExperienceListener
-
An event for when you gain experience
- onGameMessage(Message) - Method in interface org.dreambot.api.script.listener.ChatListener
- onGameObject(GameObject) - Method in interface org.dreambot.api.script.listener.SpawnListener
-
Deprecated.
- onGameObjectDespawn(GameObject) - Method in interface org.dreambot.api.script.listener.SpawnListener
- onGameObjectSpawn(GameObject) - Method in interface org.dreambot.api.script.listener.SpawnListener
- onGameStateChange(GameState) - Method in interface org.dreambot.api.script.listener.GameStateListener
- onGameTick() - Method in interface org.dreambot.api.script.listener.GameTickListener
-
Fires one game cycle after npcs are updated
- onGroundItemDespawn(GroundItem) - Method in interface org.dreambot.api.script.listener.SpawnListener
- onGroundItemSpawn(GroundItem) - Method in interface org.dreambot.api.script.listener.SpawnListener
- onGroundItemUpdate(GroundItem) - Method in interface org.dreambot.api.script.listener.SpawnListener
- onHitSplatAdded(Entity, int, int, int, int, int) - Method in interface org.dreambot.api.script.listener.HitSplatListener
- onInterrupted(Throwable) - Static method in class org.dreambot.core.Instance
- onInventoryItemAdded(Item) - Method in interface org.dreambot.api.script.listener.ItemContainerListener
-
A new item is added
- onInventoryItemChanged(Item, Item) - Method in interface org.dreambot.api.script.listener.ItemContainerListener
-
Item changed is when the item that is changing is the same ID but different stack sizes
- onInventoryItemRemoved(Item) - Method in interface org.dreambot.api.script.listener.ItemContainerListener
-
An Item is removed
- onInventoryItemSwapped(Item, Item) - Method in interface org.dreambot.api.script.listener.ItemContainerListener
-
An item is being swapped out with another item
- onLevelChange(ExperienceEvent) - Method in interface org.dreambot.api.script.listener.ExperienceListener
-
An event for when your boosted level changes (note, will fire on hitpoints change as well)
- onLevelUp(ExperienceEvent) - Method in interface org.dreambot.api.script.listener.ExperienceListener
-
An event for when you gain a level (real level)
- onLoadingStateChange(int) - Method in interface org.dreambot.api.script.listener.LoginListener
-
This fires when the login loading state changes
- onLocalPlayerSpawn(Player) - Method in interface org.dreambot.api.script.listener.SpawnListener
- onLoginResponse(int) - Method in interface org.dreambot.api.script.listener.LoginListener
-
This will fire when the game receives a login response code
- onLoginResponseChange(String, String, String) - Method in interface org.dreambot.api.script.listener.LoginListener
-
This will fire when the login response messages change
- onLoginStageChange(int) - Method in interface org.dreambot.api.script.listener.LoginListener
-
This fires when the game's login stage changes
- onLoop() - Method in class org.dreambot.api.randoms.BankPinConfirmSolver
- onLoop() - Method in class org.dreambot.api.randoms.BankPinSolver
- onLoop() - Method in class org.dreambot.api.randoms.BreakSolver
-
Runs as long as shouldExecute returns true; This method must be overridden
- onLoop() - Method in class org.dreambot.api.randoms.DeathsDoor
- onLoop() - Method in class org.dreambot.api.randoms.DismissBankNotificationTutorial
- onLoop() - Method in class org.dreambot.api.randoms.DismissBankTutorial
- onLoop() - Method in class org.dreambot.api.randoms.DismissSolver
-
Runs as long as shouldExecute returns true; This method must be overridden
- onLoop() - Method in class org.dreambot.api.randoms.GameLayoutSolver
- onLoop() - Method in class org.dreambot.api.randoms.GenieSolver
- onLoop() - Method in class org.dreambot.api.randoms.LoginSolver
- onLoop() - Method in class org.dreambot.api.randoms.RandomManager
-
Does the login for checking and running a random solver
- onLoop() - Method in class org.dreambot.api.randoms.RandomSolver
-
Runs as long as shouldExecute returns true; This method must be overridden
- onLoop() - Method in class org.dreambot.api.randoms.RoofDisabler
- onLoop() - Method in class org.dreambot.api.randoms.WelcomeScreenSolver
- onLoop() - Method in class org.dreambot.api.script.AbstractScript
-
This is the script's primary loop that runs as long as the script does.
- onLoop() - Method in class org.dreambot.api.script.frameworks.treebranch.Branch
-
Runs the first valid leaf that is found Sets the currently executing branch and leaf information with
TreeScript.setCurrentBranchName(String)
andTreeScript.setCurrentLeafName(String)
- onLoop() - Method in class org.dreambot.api.script.frameworks.treebranch.Leaf
-
Main execution method for the leaf Implementation required
- onLoop() - Method in class org.dreambot.api.script.frameworks.treebranch.TreeScript
-
Primary execution loop of the script See
Branch.onLoop()
- onLoop() - Method in class org.dreambot.api.script.impl.TaskScript
-
See
AbstractScript.onLoop()
Checks all accepted nodes and executes the one with the highest priority value If no nodes are found, failCount is incremented by 1 If failCount goes above the failLimit, the script will stop. - onLootBagItemAdded(Item) - Method in interface org.dreambot.api.script.listener.ItemContainerListener
-
An item is being added to the looting bag interface Only gets fired when you check/view looting bag
- onLootBagItemRemoved(Item) - Method in interface org.dreambot.api.script.listener.ItemContainerListener
- onLootBagItemUpdated(Item, Item) - Method in interface org.dreambot.api.script.listener.ItemContainerListener
- onlyContains(int[]) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
- onlyContains(int[]) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
- onlyContains(int[]) - Static method in class org.dreambot.api.methods.container.impl.Inventory
- onlyContains(int[]) - Static method in class org.dreambot.api.methods.container.impl.Shop
- onlyContains(Integer...) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Checks if your Bank only contains items with the specified IDs
- onlyContains(String...) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Checks if your Bank only contains items with specified names
- onlyContains(String...) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Checks if your Inventory only contains items with specified name
- onlyContains(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Checks if your Bank only contains items that match the Filter
- onlyContains(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Checks if your Equipment only contains items that match the Filter
- onlyContains(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Checks if your Inventory only contains items that match the Filter
- onlyContains(Integer...) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Checks if your Equipment only contains items with specified IDs
- onlyContains(Integer...) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Checks if your Inventory only contains items with specified ID
- onlyContains(Integer...) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Checks if the shop only contains items with specified ID
- onlyContains(Integer...) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
-
Checks if the deposit box only contains items with specified ID
- onlyContains(String...) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Checks if your equipment only contains items with specified names
- onlyContains(String...) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Checks if the shop only contains items with specified name
- onlyContains(String...) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
-
Checks if your Inventory only contains items with specified name
- onlyContains(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Checks if the shop only contains items that match the Filter
- onlyContains(Filter<Item>) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
-
Checks if the deposit box only contains items that match the Filter
- onMessage(Message) - Method in interface org.dreambot.api.script.listener.ChatListener
- onMouseClicked(MouseEvent) - Method in interface org.dreambot.api.script.listener.HumanMouseListener
- onMouseDragged(MouseEvent) - Method in interface org.dreambot.api.script.listener.HumanMouseListener
- onMouseEntered(MouseEvent) - Method in interface org.dreambot.api.script.listener.HumanMouseListener
- onMouseExited(MouseEvent) - Method in interface org.dreambot.api.script.listener.HumanMouseListener
- onMouseMoved(MouseEvent) - Method in interface org.dreambot.api.script.listener.HumanMouseListener
- onMousePressed(MouseEvent) - Method in interface org.dreambot.api.script.listener.HumanMouseListener
- onMouseReleased(MouseEvent) - Method in interface org.dreambot.api.script.listener.HumanMouseListener
- onNpcAnimation(NPC, int, int) - Method in interface org.dreambot.api.script.listener.AnimationListener
-
Event method called with the Player whose animation is changed, the animation it changed to, and the animation delay value
- onNpcDespawn(NPC) - Method in interface org.dreambot.api.script.listener.SpawnListener
- onNpcSpawn(NPC) - Method in interface org.dreambot.api.script.listener.SpawnListener
- onNPCSpotAnimation(NPC, SpotAnimation) - Method in interface org.dreambot.api.script.listener.AnimationListener
- onPaint(Graphics) - Method in class org.dreambot.api.randoms.BreakSolver
- onPaint(Graphics) - Method in class org.dreambot.api.randoms.RandomSolver
- onPaint(Graphics) - Method in class org.dreambot.api.script.AbstractScript
-
Handles the graphic for the script.
- onPaint(Graphics) - Method in interface org.dreambot.api.script.listener.PaintListener
-
Handles the graphic for the script.
- onPaint(Graphics2D) - Method in class org.dreambot.api.randoms.RandomSolver
- onPaint(Graphics2D) - Method in class org.dreambot.api.script.AbstractScript
-
Handles the graphic for the script.
- onPaint(Graphics2D) - Method in interface org.dreambot.api.script.listener.PaintListener
-
Handles the graphic for the script.
- onPause() - Method in class org.dreambot.api.script.AbstractScript
-
Called when the script is paused.
- onPlayerAnimation(Player, int, int) - Method in interface org.dreambot.api.script.listener.AnimationListener
-
Event method called with the Player whose animation is changed, the animation it changed to, and the animation delay value
- onPlayerDespawn(Player) - Method in interface org.dreambot.api.script.listener.SpawnListener
- onPlayerMessage(Message) - Method in interface org.dreambot.api.script.listener.ChatListener
- onPlayerSpawn(Player) - Method in interface org.dreambot.api.script.listener.SpawnListener
- onPlayerSpotAnimation(Player, SpotAnimation) - Method in interface org.dreambot.api.script.listener.AnimationListener
- onPrefired(ScriptPrefiredEvent) - Method in interface org.dreambot.api.script.listener.RuneScriptListener
-
Fires once every game tick
- onPreFired(RuneScriptEvent) - Method in interface org.dreambot.api.script.listener.RSScriptEventListener
-
Fires off at the start of the runScript method
- onPreTick() - Method in interface org.dreambot.api.script.listener.GameTickListener
-
Fires once before npcs are updated every game tick
- onPrivateInfoMessage(Message) - Method in interface org.dreambot.api.script.listener.ChatListener
- onPrivateInMessage(Message) - Method in interface org.dreambot.api.script.listener.ChatListener
- onPrivateOutMessage(Message) - Method in interface org.dreambot.api.script.listener.ChatListener
- onRegionLoad(boolean) - Method in interface org.dreambot.api.script.listener.RegionLoadListener
-
Fires when a new region is loaded
- onResume() - Method in class org.dreambot.api.script.AbstractScript
-
Called when the script is resumed.
- onRowAdded(MenuRow) - Method in interface org.dreambot.api.script.listener.MenuRowListener
-
Event method called when a row is added to the menu
- onScheduledStop() - Method in class org.dreambot.api.script.AbstractScript
-
Called when the DreamBot Scheduler wants to stop the current script.
- onScriptStop() - Method in class org.dreambot.api.script.schedule.ScriptScheduler
- onServerTick() - Method in interface org.dreambot.api.script.listener.GameTickListener
-
Fires on cycle following server tick packet
- onSolverEnd(RandomSolver) - Method in class org.dreambot.api.script.AbstractScript
-
Called after the random solver has ended.
- onSolverStart(RandomSolver) - Method in class org.dreambot.api.script.AbstractScript
-
Called during the random solver reset stage, before solver.onStart is called.
- onStart() - Method in class org.dreambot.api.randoms.BankPinSolver
- onStart() - Method in class org.dreambot.api.randoms.LoginSolver
- onStart() - Method in class org.dreambot.api.randoms.RandomSolver
-
Runs once when the random solver first activates; This method can be optionally overridden
- onStart() - Method in class org.dreambot.api.script.AbstractScript
-
Called when the script starts with no script parameters passed in.
- onStart(String...) - Method in class org.dreambot.api.script.AbstractScript
-
Called when the script is started with parameters
- onTargeted(Projectile, Tile) - Method in interface org.dreambot.api.script.listener.ProjectileListener
-
This method is called once for fixed projectile locations, it is called every frame for entity targeted projectiles
- onTradeMessage(Message) - Method in interface org.dreambot.api.script.listener.ChatListener
- onVarBitUpdate(int, int, int) - Method in interface org.dreambot.api.script.listener.VarListener
-
Fires a tick deferred varbit event Tick deferred means it will fire on the tick after the change.
- onVarpUpdate(int, int, int) - Method in interface org.dreambot.api.script.listener.VarListener
-
Fires a tick deferred varp event Tick deferred means it will fire on the tick after the change.
- onWebNodeVersionUpdate() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.PathFinder
- onWidgetDecoded(WidgetChild) - Method in interface org.dreambot.api.script.listener.WidgetEventListener
- open() - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Finds the nearest BankType and attempts to open it.
- open() - Method in enum org.dreambot.api.methods.container.impl.bank.BankTab
- open() - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Opens the equipment tab
- open() - Static method in class org.dreambot.api.methods.container.impl.Inventory
- open() - Static method in class org.dreambot.api.methods.container.impl.Shop
- open() - Static method in class org.dreambot.api.methods.depositbox.DepositBox
-
Attempts to open the nearest loaded Bank Deposit Box
- open() - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Opens nearest Grand Exchange booth
- open() - Static method in class org.dreambot.api.methods.ignore.IgnoredProvider
- open() - Static method in class org.dreambot.api.methods.skills.Skills
-
Opens the skills Tab
- open() - Method in enum org.dreambot.api.methods.tabs.Tab
- open() - Static method in class org.dreambot.api.wrappers.widgets.Menu
- open(int) - Static method in class org.dreambot.api.methods.container.impl.Shop
- open(Tab) - Static method in class org.dreambot.api.methods.tabs.Tabs
-
Opens specified tab
- open(BankLocation) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Opens a specific bank location, if you're not in the area it will call walk(Tile) and return false If given a null bank location, it will verify the nearest bank type's location (if we have it) If that verification fails, it will recalculate to find the nearest valid bank location.
- open(String) - Static method in class org.dreambot.api.methods.container.impl.Shop
- open(String) - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Opens the nearest Grand Exchange booth using the specified action.
- OPEN_BRACKET - org.dreambot.api.input.event.impl.keyboard.awt.Key
- OPEN_CURLY_BRACKET - org.dreambot.api.input.event.impl.keyboard.awt.Key
- openBuyScreen(int) - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Opens the buy screen in the Grand Exchange of the specified slot.
- openChatTab(ClanChatTab) - Static method in class org.dreambot.api.methods.clan.chat.ClanChat
-
Opens a given clan chat tab
- openClosest() - Static method in class org.dreambot.api.methods.depositbox.DepositBox
- openRedeemBondScreen() - Static method in class org.dreambot.api.methods.bond.Bond
-
Opens the bond interface either with a bond in your inventory or through the Account tab
- openSellScreen(int) - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Opens the sell screen in the Grand Exchange of the specified slot.
- openSlotInterface(int) - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Opens the general slot interface when a slot has an item in it
- openTab() - Static method in class org.dreambot.api.methods.combat.Combat
-
Opens the Combat tab.
- openTab() - Static method in class org.dreambot.api.methods.emotes.Emotes
-
Opens the emotes tab
- openTab() - Static method in class org.dreambot.api.methods.prayer.Prayers
-
Opens the prayer Tab
- openTab(int) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Opens the bank tab specified
- openTab(BankTab) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Opens the
BankTab
specified. - openTravelInterface() - Static method in class org.dreambot.api.methods.fairyring.FairyRings
-
Opens the fairy ring travel interface, if a fairy ring is available and it is not already open
- openWithFKey(Tab) - Static method in class org.dreambot.api.methods.tabs.Tabs
-
Opens the tab using F keys.
- openWithMouse(Tab) - Static method in class org.dreambot.api.methods.tabs.Tabs
-
Opens the tab using the mouse.
- openWorldHopper() - Static method in class org.dreambot.api.methods.worldhopper.WorldHopper
- openWorldScreen() - Static method in class org.dreambot.api.methods.login.LoginUtility
-
Deprecated.use
WorldHopper.changeWorldDirect(World)
instead - OPTIONS - org.dreambot.api.methods.tabs.Tab
- or(Filter<? super T>) - Method in interface org.dreambot.api.methods.filter.Filter
- or(Condition) - Method in interface org.dreambot.api.utilities.impl.Condition
- org.dreambot.api - package org.dreambot.api
- org.dreambot.api.data - package org.dreambot.api.data
- org.dreambot.api.data.consumables - package org.dreambot.api.data.consumables
- org.dreambot.api.data.requirements - package org.dreambot.api.data.requirements
- org.dreambot.api.input - package org.dreambot.api.input
- org.dreambot.api.input.event - package org.dreambot.api.input.event
- org.dreambot.api.input.event.impl - package org.dreambot.api.input.event.impl
- org.dreambot.api.input.event.impl.keyboard - package org.dreambot.api.input.event.impl.keyboard
- org.dreambot.api.input.event.impl.keyboard.awt - package org.dreambot.api.input.event.impl.keyboard.awt
- org.dreambot.api.input.event.impl.keyboard.type - package org.dreambot.api.input.event.impl.keyboard.type
- org.dreambot.api.input.event.impl.mouse - package org.dreambot.api.input.event.impl.mouse
- org.dreambot.api.input.event.impl.mouse.awt - package org.dreambot.api.input.event.impl.mouse.awt
- org.dreambot.api.input.event.impl.mouse.impl - package org.dreambot.api.input.event.impl.mouse.impl
- org.dreambot.api.input.event.impl.mouse.impl.click - package org.dreambot.api.input.event.impl.mouse.impl.click
- org.dreambot.api.input.event.impl.mouse.impl.wheel - package org.dreambot.api.input.event.impl.mouse.impl.wheel
- org.dreambot.api.input.event.impl.mouse.type - package org.dreambot.api.input.event.impl.mouse.type
- org.dreambot.api.input.event.impl.mouse.vector - package org.dreambot.api.input.event.impl.mouse.vector
- org.dreambot.api.input.event.impl.mouse.vector.impl - package org.dreambot.api.input.event.impl.mouse.vector.impl
- org.dreambot.api.input.keyboard - package org.dreambot.api.input.keyboard
- org.dreambot.api.input.mouse.algorithm - package org.dreambot.api.input.mouse.algorithm
- org.dreambot.api.input.mouse.destination - package org.dreambot.api.input.mouse.destination
- org.dreambot.api.input.mouse.destination.impl - package org.dreambot.api.input.mouse.destination.impl
- org.dreambot.api.input.mouse.destination.impl.shape - package org.dreambot.api.input.mouse.destination.impl.shape
- org.dreambot.api.methods - package org.dreambot.api.methods
- org.dreambot.api.methods.bond - package org.dreambot.api.methods.bond
- org.dreambot.api.methods.clan - package org.dreambot.api.methods.clan
- org.dreambot.api.methods.clan.chat - package org.dreambot.api.methods.clan.chat
- org.dreambot.api.methods.clan.guild - package org.dreambot.api.methods.clan.guild
- org.dreambot.api.methods.combat - package org.dreambot.api.methods.combat
- org.dreambot.api.methods.container.general - package org.dreambot.api.methods.container.general
- org.dreambot.api.methods.container.impl - package org.dreambot.api.methods.container.impl
- org.dreambot.api.methods.container.impl.bank - package org.dreambot.api.methods.container.impl.bank
- org.dreambot.api.methods.container.impl.equipment - package org.dreambot.api.methods.container.impl.equipment
- org.dreambot.api.methods.cs2 - package org.dreambot.api.methods.cs2
- org.dreambot.api.methods.depositbox - package org.dreambot.api.methods.depositbox
- org.dreambot.api.methods.dialogues - package org.dreambot.api.methods.dialogues
- org.dreambot.api.methods.diary - package org.dreambot.api.methods.diary
- org.dreambot.api.methods.diary.requirement - package org.dreambot.api.methods.diary.requirement
- org.dreambot.api.methods.diary.requirement.impl - package org.dreambot.api.methods.diary.requirement.impl
- org.dreambot.api.methods.emotes - package org.dreambot.api.methods.emotes
- org.dreambot.api.methods.event - package org.dreambot.api.methods.event
- org.dreambot.api.methods.fairyring - package org.dreambot.api.methods.fairyring
- org.dreambot.api.methods.favour - package org.dreambot.api.methods.favour
- org.dreambot.api.methods.filter - package org.dreambot.api.methods.filter
- org.dreambot.api.methods.filter.impl - package org.dreambot.api.methods.filter.impl
- org.dreambot.api.methods.friend - package org.dreambot.api.methods.friend
- org.dreambot.api.methods.grandexchange - package org.dreambot.api.methods.grandexchange
- org.dreambot.api.methods.hint - package org.dreambot.api.methods.hint
- org.dreambot.api.methods.hotkeys - package org.dreambot.api.methods.hotkeys
- org.dreambot.api.methods.ignore - package org.dreambot.api.methods.ignore
- org.dreambot.api.methods.input - package org.dreambot.api.methods.input
- org.dreambot.api.methods.input.mouse - package org.dreambot.api.methods.input.mouse
- org.dreambot.api.methods.interactive - package org.dreambot.api.methods.interactive
- org.dreambot.api.methods.item - package org.dreambot.api.methods.item
- org.dreambot.api.methods.login - package org.dreambot.api.methods.login
- org.dreambot.api.methods.magic - package org.dreambot.api.methods.magic
- org.dreambot.api.methods.magic.cost - package org.dreambot.api.methods.magic.cost
- org.dreambot.api.methods.map - package org.dreambot.api.methods.map
- org.dreambot.api.methods.minigame - package org.dreambot.api.methods.minigame
- org.dreambot.api.methods.prayer - package org.dreambot.api.methods.prayer
- org.dreambot.api.methods.quest - package org.dreambot.api.methods.quest
- org.dreambot.api.methods.quest.book - package org.dreambot.api.methods.quest.book
- org.dreambot.api.methods.quest.book.requirement - package org.dreambot.api.methods.quest.book.requirement
- org.dreambot.api.methods.quest.book.requirement.skill - package org.dreambot.api.methods.quest.book.requirement.skill
- org.dreambot.api.methods.settings - package org.dreambot.api.methods.settings
- org.dreambot.api.methods.settings.vars - package org.dreambot.api.methods.settings.vars
- org.dreambot.api.methods.skills - package org.dreambot.api.methods.skills
- org.dreambot.api.methods.tabs - package org.dreambot.api.methods.tabs
- org.dreambot.api.methods.trade - package org.dreambot.api.methods.trade
- org.dreambot.api.methods.walking - package org.dreambot.api.methods.walking
- org.dreambot.api.methods.walking.impl - package org.dreambot.api.methods.walking.impl
- org.dreambot.api.methods.walking.path - package org.dreambot.api.methods.walking.path
- org.dreambot.api.methods.walking.path.impl - package org.dreambot.api.methods.walking.path.impl
- org.dreambot.api.methods.walking.pathfinding.data - package org.dreambot.api.methods.walking.pathfinding.data
- org.dreambot.api.methods.walking.pathfinding.impl - package org.dreambot.api.methods.walking.pathfinding.impl
- org.dreambot.api.methods.walking.pathfinding.impl.local - package org.dreambot.api.methods.walking.pathfinding.impl.local
- org.dreambot.api.methods.walking.pathfinding.impl.node - package org.dreambot.api.methods.walking.pathfinding.impl.node
- org.dreambot.api.methods.walking.pathfinding.impl.obstacle - package org.dreambot.api.methods.walking.pathfinding.impl.obstacle
- org.dreambot.api.methods.walking.pathfinding.impl.obstacle.impl - package org.dreambot.api.methods.walking.pathfinding.impl.obstacle.impl
- org.dreambot.api.methods.walking.pathfinding.impl.web - package org.dreambot.api.methods.walking.pathfinding.impl.web
- org.dreambot.api.methods.walking.web.node - package org.dreambot.api.methods.walking.web.node
- org.dreambot.api.methods.walking.web.node.builder - package org.dreambot.api.methods.walking.web.node.builder
- org.dreambot.api.methods.walking.web.node.impl - package org.dreambot.api.methods.walking.web.node.impl
- org.dreambot.api.methods.walking.web.node.impl.items - package org.dreambot.api.methods.walking.web.node.impl.items
- org.dreambot.api.methods.walking.web.node.impl.pathaware - package org.dreambot.api.methods.walking.web.node.impl.pathaware
- org.dreambot.api.methods.walking.web.node.impl.teleports - package org.dreambot.api.methods.walking.web.node.impl.teleports
- org.dreambot.api.methods.walking.web.node.impl.teleports.poh - package org.dreambot.api.methods.walking.web.node.impl.teleports.poh
- org.dreambot.api.methods.widget - package org.dreambot.api.methods.widget
- org.dreambot.api.methods.widget.helpers - package org.dreambot.api.methods.widget.helpers
- org.dreambot.api.methods.world - package org.dreambot.api.methods.world
- org.dreambot.api.methods.worldhopper - package org.dreambot.api.methods.worldhopper
- org.dreambot.api.randoms - package org.dreambot.api.randoms
- org.dreambot.api.script - package org.dreambot.api.script
- org.dreambot.api.script.event - package org.dreambot.api.script.event
- org.dreambot.api.script.event.impl - package org.dreambot.api.script.event.impl
- org.dreambot.api.script.frameworks.treebranch - package org.dreambot.api.script.frameworks.treebranch
- org.dreambot.api.script.impl - package org.dreambot.api.script.impl
- org.dreambot.api.script.listener - package org.dreambot.api.script.listener
- org.dreambot.api.script.loader - package org.dreambot.api.script.loader
- org.dreambot.api.script.schedule - package org.dreambot.api.script.schedule
- org.dreambot.api.script.schedule.conditions - package org.dreambot.api.script.schedule.conditions
- org.dreambot.api.settings - package org.dreambot.api.settings
- org.dreambot.api.utilities - package org.dreambot.api.utilities
- org.dreambot.api.utilities.impl - package org.dreambot.api.utilities.impl
- org.dreambot.api.wrappers.cache.nodes - package org.dreambot.api.wrappers.cache.nodes
- org.dreambot.api.wrappers.cache.nodes.impl - package org.dreambot.api.wrappers.cache.nodes.impl
- org.dreambot.api.wrappers.graphics - package org.dreambot.api.wrappers.graphics
- org.dreambot.api.wrappers.interactive - package org.dreambot.api.wrappers.interactive
- org.dreambot.api.wrappers.interactive.action - package org.dreambot.api.wrappers.interactive.action
- org.dreambot.api.wrappers.interactive.composite - package org.dreambot.api.wrappers.interactive.composite
- org.dreambot.api.wrappers.interactive.interact - package org.dreambot.api.wrappers.interactive.interact
- org.dreambot.api.wrappers.interactive.util - package org.dreambot.api.wrappers.interactive.util
- org.dreambot.api.wrappers.items - package org.dreambot.api.wrappers.items
- org.dreambot.api.wrappers.map - package org.dreambot.api.wrappers.map
- org.dreambot.api.wrappers.map.impl - package org.dreambot.api.wrappers.map.impl
- org.dreambot.api.wrappers.widgets - package org.dreambot.api.wrappers.widgets
- org.dreambot.api.wrappers.widgets.builder - package org.dreambot.api.wrappers.widgets.builder
- org.dreambot.api.wrappers.widgets.message - package org.dreambot.api.wrappers.widgets.message
- OURANIA - org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
- OURANIA_TAB - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- OURANIA_TELEPORT - org.dreambot.api.methods.magic.Lunar
- OVERSHOOT - org.dreambot.api.methods.input.mouse.MouseSetting
- OWNER - org.dreambot.api.methods.clan.chat.ClanChatMember.Rank
- OWNER - org.dreambot.api.methods.clan.ClanMember.Rank
-
Deprecated.
P
- P - org.dreambot.api.input.event.impl.keyboard.awt.Key
- P2P - org.dreambot.api.methods.quest.book.Quest.Type
- PADDEWWA_TAB - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- PADDEWWA_TELEPORT - org.dreambot.api.methods.magic.Ancient
- PADEWWA - org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
- PADEWWA_TELEPORT - org.dreambot.api.methods.magic.Ancient
-
Deprecated.
- PaidQuest - Enum in org.dreambot.api.methods.quest.book
-
Created by Nezz 9/26/2019 Quests with a setting ID of -1 are unknown Quests with settings values of {-1} are unknown Quest Progress is found via widget text color.
- PaintEvent - Class in org.dreambot.api.script.event.impl
-
Created with IntelliJ IDEA.
- PaintEvent(Graphics) - Constructor for class org.dreambot.api.script.event.impl.PaintEvent
- PaintListener - Interface in org.dreambot.api.script.listener
-
Created with IntelliJ IDEA.
- PANIC - org.dreambot.api.methods.emotes.Emote
- PARENTHESIS_CLOSE - org.dreambot.api.utilities.ShiftKeys
- PARENTHESIS_OPEN - org.dreambot.api.utilities.ShiftKeys
- PassableObstacle - Class in org.dreambot.api.methods.walking.pathfinding.impl.obstacle.impl
-
Created with IntelliJ IDEA.
- PassableObstacle(String, String) - Constructor for class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.impl.PassableObstacle
-
Instantiates a new Path obstacle with name and action
- PassableObstacle(String, String, Tile, Tile, Tile) - Constructor for class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.impl.PassableObstacle
-
Instantiates a new Path obstacle with name action, and both primary and secondary tile.
- PassableObstacle.PassableObstacleBuilder - Class in org.dreambot.api.methods.walking.pathfinding.impl.obstacle.impl
- PassableObstacleBuilder(String, String) - Constructor for class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.impl.PassableObstacle.PassableObstacleBuilder
- PASSWORD_KNOWN - org.dreambot.api.methods.RSLoginResponse
- path() - Method in class org.dreambot.api.methods.walking.path.AbstractPath
-
Gets the path
- PathAwareWebNode - Interface in org.dreambot.api.methods.walking.web.node.impl.pathaware
-
Path aware web nodes are given the next web node in the path in the
PathAwareWebNode.execute(AbstractWebNode)
method - PathDirection - Enum in org.dreambot.api.methods.walking.path
-
Created with IntelliJ IDEA.
- PathFinder<T extends Locatable> - Class in org.dreambot.api.methods.walking.pathfinding.impl
-
A base PathFinder class for local pathfinders like our
LocalPathFinder
- PathFinder(int) - Constructor for class org.dreambot.api.methods.walking.pathfinding.impl.PathFinder
- PathNode - Class in org.dreambot.api.methods.walking.pathfinding.impl.node
-
A path node in the current region.
- PathNode(int, int, int) - Constructor for class org.dreambot.api.methods.walking.pathfinding.impl.node.PathNode
-
Create a new node
- PathObstacle - Class in org.dreambot.api.methods.walking.pathfinding.impl.obstacle
-
Created with IntelliJ IDEA.
- PathObstacle(String, String, Tile, Tile, Tile) - Constructor for class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.PathObstacle
-
Creates a new PathObstacle
- pause() - Method in class org.dreambot.api.script.ScriptManager
- pause() - Method in class org.dreambot.api.utilities.Timer
- PAUSED - org.dreambot.api.script.ScriptManager.State
- PEACH - org.dreambot.api.data.consumables.Food
- PERCENT - org.dreambot.api.input.event.impl.keyboard.awt.Key
- PERCENT - org.dreambot.api.utilities.ShiftKeys
- PERILOUS_MOONS - org.dreambot.api.methods.quest.book.PaidQuest
- PERIOD - org.dreambot.api.input.event.impl.keyboard.awt.Key
- PEST_CONTROL - org.dreambot.api.methods.container.impl.bank.BankLocation
- PEST_CONTROL - org.dreambot.api.methods.minigame.Minigame
- PEST_CONTROL_SCROLL - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- PIETY - org.dreambot.api.methods.prayer.Prayer
- PIKE - org.dreambot.api.data.consumables.Food
- PINEAPPLE_PIZZA - org.dreambot.api.data.consumables.Food
- PIPE - org.dreambot.api.input.event.impl.keyboard.awt.Key
- PIRATES_TREASURE - org.dreambot.api.methods.quest.book.FreeQuest
- PISCARILIUS - org.dreambot.api.methods.diary.requirement.impl.FavourRequirement.House
-
Deprecated.
- PISCARILIUS - org.dreambot.api.methods.favour.House
- PISCARILIUS_CRANE_REPAIR - Static variable in class org.dreambot.api.methods.Animations
- PISCATORIS - org.dreambot.api.methods.container.impl.bank.BankLocation
- PISCATORIS_SCROLL - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- PITCH - org.dreambot.api.methods.event.CameraEvent.CameraType
- placeHoldersEnabled() - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Checks whether placeholders are currently enabled
- PLAGUE_CITY - org.dreambot.api.methods.quest.book.PaidQuest
- PLAIN_PIZZA - org.dreambot.api.data.consumables.Food
- PLANK_MAKE - org.dreambot.api.methods.magic.Lunar
- Player - Class in org.dreambot.api.wrappers.interactive
- Player(Object) - Constructor for class org.dreambot.api.wrappers.interactive.Player
-
Note: This shouldn't be used by API users, it's an internal constructor.
- PLAYER - org.dreambot.api.methods.hint.HintArrowType
- PLAYER - org.dreambot.api.wrappers.widgets.message.MessageType
- PLAYER_ATTACK_OPTIONS_PLAYER_SETTING - Static variable in class org.dreambot.api.methods.settings.vars.VarPlayer
- PLAYER_CACHE_TIMER - Static variable in class org.dreambot.api.settings.CacheSettings
- PLAYER_OWNED_HOUSES - org.dreambot.api.methods.minigame.Minigame
- PlayerAnimationEvent - Class in org.dreambot.api.script.event.impl
- PlayerAnimationEvent(int, int, int) - Constructor for class org.dreambot.api.script.event.impl.PlayerAnimationEvent
- PlayerAnimationEvent(Object, int, int) - Constructor for class org.dreambot.api.script.event.impl.PlayerAnimationEvent
- PlayerAttackOption - Enum in org.dreambot.api.methods.hotkeys
-
Created by Nezz on 5/24/2016.
- PlayerComposite - Class in org.dreambot.api.wrappers.interactive.composite
- PlayerComposite(Object) - Constructor for class org.dreambot.api.wrappers.interactive.composite.PlayerComposite
-
Note: This shouldn't be used by API users, it's an internal constructor.
- playerIsTargeted(Player) - Static method in class org.dreambot.api.methods.interactive.Projectiles
-
Checks if there is a projectile targeting a given
Player
- Players - Class in org.dreambot.api.methods.interactive
- PlayerSettings - Class in org.dreambot.api.methods.settings
- PLUS - org.dreambot.api.input.event.impl.keyboard.awt.Key
- POH_LOCATION - Static variable in class org.dreambot.api.methods.settings.vars.VarBit
- POH_SUPERIOR_GARDEN - org.dreambot.api.methods.fairyring.FairyLocation
- POINT_DESTINATION - Static variable in class org.dreambot.api.input.mouse.destination.AbstractMouseDestination
- PointDestination - Class in org.dreambot.api.input.mouse.destination.impl
-
Created with IntelliJ IDEA.
- PointDestination(Point) - Constructor for class org.dreambot.api.input.mouse.destination.impl.PointDestination
- POLLNIVNEACH_POH_OUTSIDE - org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
- POLLNIVNEACH_POH_OUTSIDE_TAB - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- POLYGON_DESTINATION - Static variable in class org.dreambot.api.input.mouse.destination.AbstractMouseDestination
- PolygonDestination - Class in org.dreambot.api.input.mouse.destination.impl.shape
- PolygonDestination(Polygon) - Constructor for class org.dreambot.api.input.mouse.destination.impl.shape.PolygonDestination
- POPOUT - org.dreambot.api.ClientSettings.SettingsTab
- PORT_KHAZARD - org.dreambot.api.methods.container.impl.bank.BankLocation
- PORT_PHASMATYS - org.dreambot.api.methods.container.impl.bank.BankLocation
- PORT_PISCARILIUS - org.dreambot.api.methods.container.impl.bank.BankLocation
- POTATO_WITH_BUTTER - org.dreambot.api.data.consumables.Food
- POTATO_WITH_CHEESE - org.dreambot.api.data.consumables.Food
- POUND - org.dreambot.api.input.event.impl.keyboard.awt.Key
- POUNDS_STERLING - org.dreambot.api.utilities.ShiftKeys
- Prayer - Enum in org.dreambot.api.methods.prayer
- PRAYER - org.dreambot.api.methods.hotkeys.TabKey
- PRAYER - org.dreambot.api.methods.skills.Skill
- PRAYER - org.dreambot.api.methods.tabs.Tab
- PRAYER - org.dreambot.api.script.Category
- Prayers - Class in org.dreambot.api.methods.prayer
- preFired(RuneScriptEvent) - Method in interface org.dreambot.api.script.listener.RSScriptEventListener
-
Fires off at the start of the runScript method
- PRESERVE - org.dreambot.api.methods.prayer.Prayer
- PRESS - org.dreambot.api.input.event.impl.mouse.MouseMode
- pressBackspace() - Method in class org.dreambot.api.methods.event.KeyboardEvent
-
Deprecated.
- pressEnter() - Method in interface org.dreambot.api.input.keyboard.KeyboardTypingAlgorithm
-
Handles pressing enter, called when the message has been typed successfully if required
- pressEnter() - Method in class org.dreambot.api.input.keyboard.StandardKeyboardAlgorithm
- pressEnter() - Method in class org.dreambot.api.methods.event.KeyboardEvent
-
Deprecated.
- pressEsc() - Static method in class org.dreambot.api.input.Keyboard
-
Presses the ESC key Handles full press/release
- pressEsc() - Method in class org.dreambot.api.methods.event.KeyboardEvent
-
Deprecated.
- pressEsc() - Static method in class org.dreambot.api.methods.input.Keyboard
-
Deprecated.
- PressEvent - Class in org.dreambot.api.input.event.impl.mouse.type
-
Creates and sends a
MouseEvent.MOUSE_PRESSED
event using the givenMouseButton
Marks the relevant modifiers toMouse.addModifierFromClick(MouseButton)
- PressEvent(MouseButton) - Constructor for class org.dreambot.api.input.event.impl.mouse.type.PressEvent
- PressKey - Class in org.dreambot.api.input.event.impl.keyboard.type
-
Creates a
KeyEvent.KEY_PRESSED
event Marks the key as pressed internally and marks the last key location that was used for the press on that key where available - PressKey(char) - Constructor for class org.dreambot.api.input.event.impl.keyboard.type.PressKey
- PressKey(char, KeyLocation) - Constructor for class org.dreambot.api.input.event.impl.keyboard.type.PressKey
- PressKey(Key) - Constructor for class org.dreambot.api.input.event.impl.keyboard.type.PressKey
- PressKey(Key, KeyLocation) - Constructor for class org.dreambot.api.input.event.impl.keyboard.type.PressKey
- pressShift() - Static method in class org.dreambot.api.input.Keyboard
-
Calls the
PressKey
event forKey.SHIFT
Defaults to theKeyLocation.LEFT
shift Does NOT handle release. - pressShift() - Static method in class org.dreambot.api.methods.input.Keyboard
-
Deprecated.
- pressSpecialKey(int) - Method in class org.dreambot.api.methods.event.KeyboardEvent
-
Deprecated.
- PRIEST_IN_PERIL - org.dreambot.api.methods.quest.book.PaidQuest
- PRIFDDINAS_ETERNAL_TELEPORT_CRYSTAL - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- PRIFDDINAS_TELEPORT_CRYSTAL - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- PRIFFDDINAS_POH_OUTSIDE - org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
- PRIFFDDINAS_POH_OUTSIDE_TAB - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- PRINCE_ALI_RESCUE - org.dreambot.api.methods.quest.book.FreeQuest
- print(Object) - Method in class org.dreambot.api.methods.MethodProvider
-
Prints to console with
Logger.LogType.SCRIPT
- priority() - Method in class org.dreambot.api.script.TaskNode
-
The priority of which the node should be executed; Higher priority value means higher priority to be executed.
- PRIVATE - org.dreambot.api.methods.world.WorldType
- PRIVATE_INFO - org.dreambot.api.wrappers.widgets.message.MessageType
- PRIVATE_MESSAGE_TARGET - Static variable in class org.dreambot.api.methods.cs2.VarClientString
- PRIVATE_RECV - org.dreambot.api.wrappers.widgets.message.MessageType
- PRIVATE_SENT - org.dreambot.api.wrappers.widgets.message.MessageType
- PROCESSING - org.dreambot.api.methods.login.LoginStage
- Projectile - Class in org.dreambot.api.wrappers.graphics
- Projectile(Object) - Constructor for class org.dreambot.api.wrappers.graphics.Projectile
-
Note: This shouldn't be used by API users, it's an internal constructor.
- ProjectileListener - Interface in org.dreambot.api.script.listener
- Projectiles - Class in org.dreambot.api.methods.interactive
- ProjectileTargetEvent - Class in org.dreambot.api.script.event.impl
- ProjectileTargetEvent(Projectile, Tile) - Constructor for class org.dreambot.api.script.event.impl.ProjectileTargetEvent
- PROTECT_FROM_MAGIC - org.dreambot.api.methods.prayer.Prayer
- PROTECT_FROM_MELEE - org.dreambot.api.methods.prayer.Prayer
- PROTECT_FROM_MISSILES - org.dreambot.api.methods.prayer.Prayer
- PROTECT_ITEM - org.dreambot.api.methods.prayer.Prayer
- purchase(int, int) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Buys an item from the store with an adjustable amount.
- purchase(String, int) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Buys an item from the shop with an adjustable amount.
- purchase(Filter<Item>, int) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Buys an item from the shop with an adjustable amount.
- purchase(Item, int) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Buys an item from the shop with an adjustable amount.
- purchaseFifty(int) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Purchases fifty of the Item
- purchaseFifty(String) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Purchases fifty of the Item
- purchaseFifty(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Purchases fifty of the Item
- purchaseFifty(Item) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Purchases fifty of the Item
- purchaseFive(int) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Purchases five of the Item
- purchaseFive(String) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Purchases five of the Item
- purchaseFive(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Purchases five of the Item
- purchaseFive(Item) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Purchases five of the Item
- purchaseOne(int) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Purchases one of the Item
- purchaseOne(String) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Purchases one of the Item
- purchaseOne(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Purchases one of the Item
- purchaseOne(Item) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Purchases one of the Item
- purchaseTen(int) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Purchases ten of the Item
- purchaseTen(String) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Purchases ten of the Item
- purchaseTen(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Purchases ten of the Item
- purchaseTen(Item) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Purchases ten of the Item
- pushEight() - Static method in class org.dreambot.api.methods.input.MouseKeys
-
Jumps up by the jump distance
- pushFive() - Static method in class org.dreambot.api.methods.input.MouseKeys
-
Left clicks and then right clicks with no delay between
- pushFour() - Static method in class org.dreambot.api.methods.input.MouseKeys
-
Jumps left by the jump distance
- pushNine() - Static method in class org.dreambot.api.methods.input.MouseKeys
-
Jumps up and right by the jump distance
- pushOne() - Static method in class org.dreambot.api.methods.input.MouseKeys
-
Jumps down and to the left by the jump distance
- pushSeven() - Static method in class org.dreambot.api.methods.input.MouseKeys
-
Jumps up and left by the jump distance
- pushSix() - Static method in class org.dreambot.api.methods.input.MouseKeys
-
Jumps right by the jump distance
- pushThree() - Static method in class org.dreambot.api.methods.input.MouseKeys
-
Jumps down and right by the jump distance
- pushTwo() - Static method in class org.dreambot.api.methods.input.MouseKeys
-
Jumps down by the jump distance
- putStringArray(int, String) - Static method in class org.dreambot.api.methods.settings.Varcs
- pvp() - Static method in class org.dreambot.api.methods.world.Worlds
-
Gets a list of pvp worlds
- PVP - org.dreambot.api.methods.world.WorldType
- PVP_ARENA - org.dreambot.api.methods.world.WorldType
Q
- Q - org.dreambot.api.input.event.impl.keyboard.awt.Key
- query(WebPathQuery) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathResponse.WebPathResponseBuilder
- Quest - Interface in org.dreambot.api.methods.quest.book
-
Created by Nezz 9/26/2019
- QUEST - org.dreambot.api.methods.tabs.Tab
- QUEST - org.dreambot.api.script.Category
- QUEST_STATUS_GET - Static variable in class org.dreambot.api.methods.cs2.ScriptId
-
Queries the completion state of a quest by its struct id.
- QUEST_TAB_VARBIT - Static variable in class org.dreambot.api.methods.quest.Quests
- Quest.State - Enum in org.dreambot.api.methods.quest.book
- Quest.Type - Enum in org.dreambot.api.methods.quest.book
- QUESTION_MARK - org.dreambot.api.input.event.impl.keyboard.awt.Key
- QUESTION_MARK - org.dreambot.api.utilities.ShiftKeys
- QuestPointRequirement - Class in org.dreambot.api.data.requirements
- QuestPointRequirement - Class in org.dreambot.api.methods.diary.requirement.impl
-
Deprecated.
- QuestPointRequirement(int) - Constructor for class org.dreambot.api.data.requirements.QuestPointRequirement
- QuestPointRequirement(int) - Constructor for class org.dreambot.api.methods.diary.requirement.impl.QuestPointRequirement
-
Deprecated.
- QuestRequirement - Class in org.dreambot.api.data.requirements
- QuestRequirement - Class in org.dreambot.api.methods.diary.requirement.impl
-
Deprecated.
- QuestRequirement - Class in org.dreambot.api.methods.quest.book.requirement
-
Deprecated.
- QuestRequirement(int, Quest...) - Constructor for class org.dreambot.api.methods.quest.book.requirement.QuestRequirement
-
Deprecated.
- QuestRequirement(Quest) - Constructor for class org.dreambot.api.data.requirements.QuestRequirement
- QuestRequirement(Quest) - Constructor for class org.dreambot.api.methods.diary.requirement.impl.QuestRequirement
-
Deprecated.
- QuestRequirement(Quest...) - Constructor for class org.dreambot.api.methods.quest.book.requirement.QuestRequirement
-
Deprecated.
- QuestRequirement(Quest, boolean) - Constructor for class org.dreambot.api.methods.diary.requirement.impl.QuestRequirement
-
Deprecated.
- Quests - Class in org.dreambot.api.methods.quest
- QUESTS - org.dreambot.api.methods.hotkeys.TabKey
- queue(MenuRow...) - Static method in class org.dreambot.api.wrappers.widgets.builder.MenuRowQueue
- quickHop(int) - Static method in class org.dreambot.api.methods.worldhopper.WorldHopper
-
quickHops to specified world
- quickTravel(String[]) - Static method in class org.dreambot.api.methods.fairyring.FairyRings
-
See quickTravel(FairyLocation fl)
- quickTravel(FairyLocation) - Static method in class org.dreambot.api.methods.fairyring.FairyRings
-
Travels using the quick travel list on the fairy ring
- quickTravelContains(String[]) - Static method in class org.dreambot.api.methods.fairyring.FairyRings
-
See quickTravelContains(FairyLocation fl)
- quickTravelContains(FairyLocation) - Static method in class org.dreambot.api.methods.fairyring.FairyRings
-
Checks if a fairy location is within your quick travel list
- QUOTATION_MARK - org.dreambot.api.utilities.ShiftKeys
R
- r() - Method in class org.dreambot.api.methods.input.mouse.MouseSettings
- R - org.dreambot.api.input.event.impl.keyboard.awt.Key
- RABBIT_HOP - org.dreambot.api.methods.emotes.Emote
- RAG_AND_BONE_MAN - org.dreambot.api.methods.quest.book.PaidQuest
- RAG_AND_BONE_MAN_2 - org.dreambot.api.methods.quest.book.PaidQuest
- random(double, double) - Static method in class org.dreambot.api.methods.Calculations
-
Generates a uniformly distributed random value from the open interval (lower, upper) (i.e., endpoints excluded).
- random(double, double) - Static method in class org.dreambot.api.methods.Randoms
-
Generates a uniformly distributed random value from the open interval (lower, upper) (i.e., endpoints excluded).
- random(int) - Static method in class org.dreambot.api.methods.Calculations
-
Returns a number between 0 (inclusive) and high (exclusive)
- random(int) - Static method in class org.dreambot.api.methods.Randoms
-
Returns a number between 0 (inclusive) and high (exclusive)
- random(int, int) - Static method in class org.dreambot.api.methods.Calculations
-
Gets a random number between min (inclusive) and max (exclusive)
- random(int, int) - Static method in class org.dreambot.api.methods.Randoms
-
Gets a random number between min (inclusive) and max (exclusive)
- random(long, long) - Static method in class org.dreambot.api.methods.Calculations
-
Gets a random number between min (inclusive) and max (exclusive)
- random(long, long) - Static method in class org.dreambot.api.methods.Randoms
-
Gets a random number between min (inclusive) and max (exclusive)
- RandomEvent - Enum in org.dreambot.api.randoms
- RandomManager - Class in org.dreambot.api.randoms
- RandomManager(Thread, AbstractScript) - Constructor for class org.dreambot.api.randoms.RandomManager
- RandomManager.State - Enum in org.dreambot.api.randoms
- Randoms - Class in org.dreambot.api.methods
- Randoms() - Constructor for class org.dreambot.api.methods.Randoms
- RandomSolver - Class in org.dreambot.api.randoms
- RandomSolver(String) - Constructor for class org.dreambot.api.randoms.RandomSolver
- RandomSolver(RandomEvent) - Constructor for class org.dreambot.api.randoms.RandomSolver
- RANGED - org.dreambot.api.methods.combat.CombatStyle
- RANGED - org.dreambot.api.methods.skills.Skill
- RANGED_DEFENCE - org.dreambot.api.methods.combat.CombatStyle
- RANGED_RAPID - org.dreambot.api.methods.combat.CombatStyle
- RANGING_GUILD - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- RANGING_GUILD - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.JewelryBox
- RAPID_HEAL - org.dreambot.api.methods.prayer.Prayer
- RAPID_RESTORE - org.dreambot.api.methods.prayer.Prayer
- RASPBERRY - org.dreambot.api.methods.emotes.Emote
- RAT_CATCHERS - org.dreambot.api.methods.quest.book.PaidQuest
- RAT_PITS - org.dreambot.api.methods.minigame.Minigame
- readyToEnterAmount() - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Checks to see if the Dialogue can enter input with text "How many do you wish to" see
Dialogues.canEnterInput(String)
"How many do you wish to" - readyToEnterPrice() - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Checks to see if the Dialogue can enter input with text "Set a price for each item:" see
Dialogues.canEnterInput(String)
"Set a price for each item:" - readyToLoad() - Static method in class org.dreambot.api.Client
- REANIMATE_ABYSSAL_CREATURE - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- REANIMATE_AVIANSIE - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- REANIMATE_BEAR - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- REANIMATE_BLOODVELD - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- REANIMATE_CHAOS_DRUID - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- REANIMATE_DAGANNOTH - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- REANIMATE_DEMON - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- REANIMATE_DOG - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- REANIMATE_DRAGON - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- REANIMATE_ELF - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- REANIMATE_GIANT - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- REANIMATE_GOBLIN - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- REANIMATE_HORROR - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- REANIMATE_IMP - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- REANIMATE_KALPHITE - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- REANIMATE_MINOTAUR - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- REANIMATE_MONKEY - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- REANIMATE_OGRE - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- REANIMATE_SCORPTION - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- REANIMATE_TROLL - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- REANIMATE_TZHAAR - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- REANIMATE_UNICORN - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- RECENT_FRIENDS_CHAT - Static variable in class org.dreambot.api.methods.cs2.VarClientString
- RECHARGE_DRAGONSTONE - org.dreambot.api.methods.magic.Lunar
- RECIPE_FOR_DISASTER - org.dreambot.api.methods.quest.book.PaidQuest
- RECRUIT - org.dreambot.api.methods.clan.chat.ClanChatMember.Rank
- RECRUIT - org.dreambot.api.methods.clan.ClanMember.Rank
-
Deprecated.
- RECRUITMENT_DRIVE - org.dreambot.api.methods.quest.book.PaidQuest
- RECTANGLE_DESTINATION - Static variable in class org.dreambot.api.input.mouse.destination.AbstractMouseDestination
- RectangleDestination - Class in org.dreambot.api.input.mouse.destination.impl.shape
- RectangleDestination(Rectangle) - Constructor for class org.dreambot.api.input.mouse.destination.impl.shape.RectangleDestination
- REDBERRY_PIE - org.dreambot.api.data.consumables.Food
- redeem(int) - Static method in class org.dreambot.api.methods.bond.Bond
-
Redeems the given number of bonds for membership
- redeemForPasscode() - Static method in class org.dreambot.api.methods.bond.Bond
-
Redeems a single bond for a passcode sent to your inbox
- REDEMPTION - org.dreambot.api.methods.prayer.Prayer
- referenceExists(int) - Static method in class org.dreambot.api.methods.interactive.Players
-
Checks to see if the player reference exists at this index
- refresh() - Static method in class org.dreambot.api.methods.world.Worlds
- REGICIDE - org.dreambot.api.methods.quest.book.PaidQuest
- Region - Class in org.dreambot.api.wrappers.map
- RegionLoadEvent - Class in org.dreambot.api.script.event.impl
- RegionLoadEvent(boolean) - Constructor for class org.dreambot.api.script.event.impl.RegionLoadEvent
- RegionLoadListener - Interface in org.dreambot.api.script.listener
-
This is a region load listener used by scripts or other classes Events sent by a threaded region listener, only dispatched while a script is running.
- registerSolver(RandomSolver) - Method in class org.dreambot.api.randoms.RandomManager
-
Registers a random solver with priority higher than default.
- RELEASE - org.dreambot.api.input.event.impl.mouse.MouseMode
- releaseChar(char) - Static method in class org.dreambot.api.input.Keyboard
-
Creates and runs a
ReleaseEvent
on a character. - ReleaseEvent - Class in org.dreambot.api.input.event.impl.mouse.type
-
Creates and sends a
MouseEvent.MOUSE_RELEASED
event Marks the relevant modifiers toMouse.addModifierFromClick(MouseButton)
Note: Press and Release ADD to the modifier,ClickEvent
removes the modifier post-event IfMouseButton.RIGHT_CLICK
is used, it will adjust the event to be a popup trigger - ReleaseEvent(MouseButton) - Constructor for class org.dreambot.api.input.event.impl.mouse.type.ReleaseEvent
- releaseKey(Key) - Static method in class org.dreambot.api.input.Keyboard
-
Releases a
Key
if it marked as pressed or held - ReleaseKey - Class in org.dreambot.api.input.event.impl.keyboard.type
-
Creates a
KeyEvent.KEY_RELEASED
event Marks the key as released internally Resets the last key location used to press this key If no location is passed in for this event, it will default to either the key's default location or the last pressed location - ReleaseKey(char) - Constructor for class org.dreambot.api.input.event.impl.keyboard.type.ReleaseKey
- ReleaseKey(char, KeyLocation) - Constructor for class org.dreambot.api.input.event.impl.keyboard.type.ReleaseKey
- ReleaseKey(Key) - Constructor for class org.dreambot.api.input.event.impl.keyboard.type.ReleaseKey
- ReleaseKey(Key, KeyLocation) - Constructor for class org.dreambot.api.input.event.impl.keyboard.type.ReleaseKey
- releaseShift() - Static method in class org.dreambot.api.input.Keyboard
- releaseShift() - Static method in class org.dreambot.api.methods.input.Keyboard
-
Deprecated.
- RELLEKKA_LYRE - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- RELLEKKA_POH_OUTSIDE - org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
- RELLEKKA_POH_OUTSIDE_TAB - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- reload() - Static method in class org.dreambot.api.script.loader.LocalLoader
-
Clears all lists of entities and then reloads
- reloadLastScript() - Method in class org.dreambot.api.script.ScriptManager
- remaining() - Method in class org.dreambot.api.utilities.Timer
- remove() - Method in class org.dreambot.api.wrappers.cache.nodes.NodeSub
- remove(Object) - Method in class org.dreambot.api.methods.walking.path.AbstractPath
- remove(String) - Static method in class org.dreambot.api.methods.ignore.IgnoredProvider
- remove(Player) - Static method in class org.dreambot.api.methods.ignore.IgnoredProvider
- removeBlacklistedTile(Tile) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.PathFinder
- removeConnections(AbstractWebNode...) - Method in class org.dreambot.api.methods.walking.web.node.AbstractWebNode
-
Removes the given nodes from this node's connections.
- removeDualConnections(AbstractWebNode...) - Method in class org.dreambot.api.methods.walking.web.node.AbstractWebNode
-
Removes the given nodes from this node's connections and removes this node from the given nodes' connections TWO WAY REMOVAL
- removeEventListener(EventListener) - Method in class org.dreambot.core.Instance
- removeFormat(String, Pattern...) - Static method in class org.dreambot.api.wrappers.widgets.builder.MenuRowBuilder
- removeFormatting(String) - Static method in class org.dreambot.api.wrappers.widgets.builder.MenuRowBuilder
- removeIgnoreScriptId(int) - Static method in class org.dreambot.api.Client
- removeItem(int, int) - Static method in class org.dreambot.api.methods.trade.Trade
-
Removes an item from the trade screen.
- removeItem(String, int) - Static method in class org.dreambot.api.methods.trade.Trade
-
Removes an item from the trade screen.
- removeItem(Item, int) - Static method in class org.dreambot.api.methods.trade.Trade
-
Removes an item from the trade screen.
- removeListener(EventListener) - Method in class org.dreambot.api.script.ScriptManager
- removeLocationToIgnoreRequirements(FairyLocation) - Static method in class org.dreambot.api.methods.walking.web.node.impl.pathaware.FairyRingWebNode
- removeModifierFromClick(MouseButton) - Static method in class org.dreambot.api.input.Mouse
-
Removes the mask given by
MouseButton.getMask()
, called after aMouseEvent.MOUSE_CLICKED
event - removeNexus(HousePortal) - Static method in class org.dreambot.api.methods.walking.web.node.impl.teleports.TeleportSettings
- removeNode(int) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
- removeNode(AbstractWebNode) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
- removeNodes(TaskNode...) - Method in class org.dreambot.api.script.impl.TaskScript
-
Remove select nodes from task list.
- removeObstacle(PathObstacle) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.PathFinder
-
Removes the obstacle from the available obstacles
- removeObstacleActions(String...) - Static method in class org.dreambot.api.methods.map.Map
-
Deprecated.no longer used, please use
PathFinder.removeObstacle(PathObstacle)
instead - removeTileCondition(Tile) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.PathFinder
- removeWebOnlyObstacleTile(Tile) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.PathFinder
-
Removes a tile from the web only obstacle tile list
- RenderableNode - Class in org.dreambot.api.wrappers.cache.nodes
- RenderableNode(Object) - Constructor for class org.dreambot.api.wrappers.cache.nodes.RenderableNode
-
Note: This shouldn't be used by API users, it's an internal constructor.
- RequiredItem - Class in org.dreambot.api.methods.walking.web.node.impl.items
-
Required Item for
WebPathResponse
data - RequiredItem.RequiredItemBuilder - Class in org.dreambot.api.methods.walking.web.node.impl.items
- Requirement - Class in org.dreambot.api.data.requirements
- Requirement - Class in org.dreambot.api.methods.quest.book.requirement
-
Deprecated.
- Requirement - Interface in org.dreambot.api.methods.diary.requirement
-
Deprecated.
- Requirement() - Constructor for class org.dreambot.api.methods.quest.book.requirement.Requirement
-
Deprecated.
- Requirement(Requirement...) - Constructor for class org.dreambot.api.data.requirements.Requirement
- requiresTyped() - Method in enum org.dreambot.api.input.event.impl.keyboard.awt.Key
- reset() - Method in class org.dreambot.api.methods.input.mouse.MouseSettings
-
Resets mouse settings
- reset() - Static method in class org.dreambot.api.methods.map.Map
- reset() - Static method in class org.dreambot.api.methods.quest.Quests
- reset() - Static method in class org.dreambot.api.methods.walking.impl.Walking
- reset() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.PathFinder
- reset() - Static method in class org.dreambot.api.methods.walking.web.node.impl.pathaware.FairyRingWebNode
- reset() - Method in class org.dreambot.api.randoms.GameLayoutSolver
- reset() - Method in class org.dreambot.api.script.schedule.conditions.RunningTime
- reset() - Method in interface org.dreambot.api.script.schedule.conditions.StopCondition
- reset() - Method in class org.dreambot.api.script.schedule.ScriptScheduler
- reset() - Method in class org.dreambot.api.utilities.Timer
- reset(Skill) - Static method in class org.dreambot.api.methods.skills.SkillTracker
-
Resets the current values of a Skill in the tracker
- RESET - org.dreambot.api.randoms.RandomManager.State
- resetAll() - Static method in class org.dreambot.api.methods.skills.SkillTracker
-
Sets all skill trackers to 0
- resetArgs() - Method in class org.dreambot.api.script.ScriptManager
- resetBaseChildId() - Static method in enum org.dreambot.api.methods.container.impl.equipment.EquipmentSlot
- resetButtons() - Static method in class org.dreambot.api.input.Mouse
- resetCache() - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
This will reset the bank history cache to it's initial state
- resetCache() - Static method in enum org.dreambot.api.methods.container.impl.bank.BankLocation
- resetLoader() - Static method in class org.dreambot.api.script.loader.LocalLoader
- resetMouseTimings() - Static method in class org.dreambot.api.methods.input.mouse.MouseSettings
-
Resets mouse timings to their client default
- resetSpeed() - Method in class org.dreambot.api.methods.input.mouse.MouseSettings
- resetToDefaults() - Static method in class org.dreambot.api.input.keyboard.KeyboardProfile
- resetToDefaults() - Static method in class org.dreambot.api.input.mouse.algorithm.MouseProfile
- resetToDefaults() - Static method in class org.dreambot.api.settings.CacheSettings
-
Clears the cache timers and resets internal cache timers to defaults.
- resetWebNodes() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
- RESIZABLE_CLASSIC - org.dreambot.api.data.ClientLayout
- RESIZABLE_DISABLER - org.dreambot.api.randoms.RandomEvent
- RESIZABLE_MODERN - org.dreambot.api.data.ClientLayout
- RESPAWN_TELEPORT - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- RESPAWN_TELEPORT - org.dreambot.api.methods.magic.Arceuus
- restoreDefaultKeybinds() - Static method in class org.dreambot.api.ClientSettings
- resume() - Method in class org.dreambot.api.script.ScriptManager
- resume() - Method in class org.dreambot.api.utilities.Timer
- RESURRECT_CROPS - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- RESURRECT_CROPS - org.dreambot.api.methods.magic.Arceuus
- RESURRECT_GREATER_GHOST - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- RESURRECT_GREATER_GHOST - org.dreambot.api.methods.magic.Arceuus
- RESURRECT_GREATER_SKELETON - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- RESURRECT_GREATER_SKELETON - org.dreambot.api.methods.magic.Arceuus
- RESURRECT_GREATER_ZOMBIE - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- RESURRECT_GREATER_ZOMBIE - org.dreambot.api.methods.magic.Arceuus
- RESURRECT_LESSER_GHOST - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- RESURRECT_LESSER_GHOST - org.dreambot.api.methods.magic.Arceuus
- RESURRECT_LESSER_SKELETON - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- RESURRECT_LESSER_SKELETON - org.dreambot.api.methods.magic.Arceuus
- RESURRECT_LESSER_ZOMBIE - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- RESURRECT_LESSER_ZOMBIE - org.dreambot.api.methods.magic.Arceuus
- RESURRECT_SUPERIOR_GHOST - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- RESURRECT_SUPERIOR_GHOST - org.dreambot.api.methods.magic.Arceuus
- RESURRECT_SUPERIOR_SKELETON - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- RESURRECT_SUPERIOR_SKELETON - org.dreambot.api.methods.magic.Arceuus
- RESURRECT_SUPERIOR_ZOMBIE - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- RESURRECT_SUPERIOR_ZOMBIE - org.dreambot.api.methods.magic.Arceuus
- RETRIBUTION - org.dreambot.api.methods.prayer.Prayer
- REVENANT_CAVE_SCROLL - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- reverse() - Method in class org.dreambot.api.methods.walking.path.AbstractPath
-
Reverses the path
- reverse() - Method in class org.dreambot.api.methods.walking.path.impl.LocalPath
- RIBBITING_TALE - org.dreambot.api.methods.quest.book.PaidQuest
- RIGHT - org.dreambot.api.input.event.impl.keyboard.awt.Key
- RIGHT - org.dreambot.api.input.event.impl.keyboard.KeyLocation
- RIGHT - org.dreambot.api.methods.input.mouse.MouseSettings.Hand
- RIGHT_CLICK - org.dreambot.api.input.event.impl.mouse.impl.click.ClickMode
-
Deprecated.
- RIGHT_CLICK - org.dreambot.api.input.event.impl.mouse.MouseButton
- RIGHT_CLICK - org.dreambot.api.methods.input.mouse.MouseSetting
- RIGHT_CLICK_FOR_CLANMATES - org.dreambot.api.data.ActionMode
- RIGHT_PAREN - org.dreambot.api.input.event.impl.keyboard.awt.Key
- rightClick(Condition) - Method in class org.dreambot.api.wrappers.interactive.interact.Interactable
- RIGOUR - org.dreambot.api.methods.prayer.Prayer
- RIMMINGTON_POH_OUTSIDE - org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
- RIMMINGTON_POH_OUTSIDE_TAB - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- RING - org.dreambot.api.methods.container.impl.equipment.EquipmentSlot
- ROCK_SKIN - org.dreambot.api.methods.prayer.Prayer
- ROCKSLUG_DEATH - Static variable in class org.dreambot.api.methods.Animations
- ROGUES_DEN - org.dreambot.api.methods.container.impl.bank.BankLocation
- ROMEO_AND_JULIET - org.dreambot.api.methods.quest.book.FreeQuest
- ROOF_DISABLER - org.dreambot.api.randoms.RandomEvent
- RoofDisabler - Class in org.dreambot.api.randoms
- RoofDisabler() - Constructor for class org.dreambot.api.randoms.RoofDisabler
- roofsEnabled() - Static method in class org.dreambot.api.ClientSettings
-
Deprecated.
- Root - Class in org.dreambot.api.script.frameworks.treebranch
-
The root of the framework, can be given branches or leaves as children.
- Root(TreeScript) - Constructor for class org.dreambot.api.script.frameworks.treebranch.Root
- ROTATE_CAMERA - org.dreambot.api.input.event.impl.InteractionSetting
- rotateSlotClockwise(int) - Static method in class org.dreambot.api.methods.fairyring.FairyRings
-
Rotates a slot clockwise once
- rotateTo(int, int) - Static method in class org.dreambot.api.methods.input.Camera
-
Rotates camera to a particular yaw and pitch
- rotateToEntity(Entity) - Static method in class org.dreambot.api.methods.input.Camera
-
Rotates the camera to face an entity
- rotateToEntity(Entity, Condition) - Static method in class org.dreambot.api.methods.input.Camera
-
Rotates the camera to face an entity
- rotateToEntityEvent(Entity) - Static method in class org.dreambot.api.methods.input.Camera
-
Generates and runs a CameraEvent to rotate camera to specified entity
- rotateToEvent(int, int) - Static method in class org.dreambot.api.methods.input.Camera
-
Generates and runs a CameraEvent to rotate camera to specified yaw and pitch
- rotateToPitch(int) - Static method in class org.dreambot.api.methods.input.Camera
-
Rotates camera pitch to specified angle
- rotateToPitchEvent(int) - Static method in class org.dreambot.api.methods.input.Camera
-
Generates and runs a CameraEvent to rotate camera to specified pitch
- rotateToTile(Tile) - Static method in class org.dreambot.api.methods.input.Camera
-
Rotates the camera to face a tile
- rotateToTile(Tile, Condition) - Static method in class org.dreambot.api.methods.input.Camera
-
Rotates camera to face a tile
- rotateToTileEvent(Tile) - Static method in class org.dreambot.api.methods.input.Camera
-
Generates and runs a CameraEvent to rotate camera to specified tile
- rotateToYaw(int) - Static method in class org.dreambot.api.methods.input.Camera
-
Rotates camera yaw to specified angle
- rotateToYawEvent(int) - Static method in class org.dreambot.api.methods.input.Camera
-
Generates and runs a CameraEvent to rotate camera to specified yaw
- ROVING_ELVES - org.dreambot.api.methods.quest.book.PaidQuest
- ROYAL_TROUBLE - org.dreambot.api.methods.quest.book.PaidQuest
- RSAction - Class in org.dreambot.api.wrappers.interactive.action
- RSAction(MenuRow, int, int) - Constructor for class org.dreambot.api.wrappers.interactive.action.RSAction
- RSCanvasFocusEvent - Class in org.dreambot.api.script.event.impl
- RSCanvasFocusEvent(FocusEvent) - Constructor for class org.dreambot.api.script.event.impl.RSCanvasFocusEvent
- RSCanvasKeyboardEvent - Class in org.dreambot.api.script.event.impl
- RSCanvasKeyboardEvent(KeyEvent) - Constructor for class org.dreambot.api.script.event.impl.RSCanvasKeyboardEvent
- RSCanvasMouseEvent - Class in org.dreambot.api.script.event.impl
- RSCanvasMouseEvent(MouseEvent) - Constructor for class org.dreambot.api.script.event.impl.RSCanvasMouseEvent
- RSLoginResponse - Enum in org.dreambot.api.methods
-
Created by Nezz on 6/6/2015.
- RSScriptEventListener - Interface in org.dreambot.api.script.listener
-
Fires an event at the start of the runScript method
- RUINS_OF_CAMDOZAAL - org.dreambot.api.methods.container.impl.bank.BankLocation
- RUINS_OF_UNKAH - org.dreambot.api.methods.container.impl.bank.BankLocation
- RUM_DEAL - org.dreambot.api.methods.quest.book.PaidQuest
- run() - Method in class org.dreambot.api.input.event.impl.keyboard.KeyboardEvent
-
Runs this keyboard event Adjusts the message by the return value of
KeyboardTypingAlgorithm.handleTyping(String)
on each iterative call Will run until the stop condition is met, it's completed, or it times out. - run() - Method in class org.dreambot.api.input.event.impl.keyboard.type.HoldKey
- run() - Method in class org.dreambot.api.input.event.impl.keyboard.type.PressKey
- run() - Method in class org.dreambot.api.input.event.impl.keyboard.type.ReleaseKey
- run() - Method in class org.dreambot.api.input.event.impl.keyboard.type.TypeKey
- run() - Method in class org.dreambot.api.input.event.impl.mouse.impl.click.ClickEvent
-
Deprecated.
- run() - Method in class org.dreambot.api.input.event.impl.mouse.impl.MoveEvent
-
Deprecated.
- run() - Method in class org.dreambot.api.input.event.impl.mouse.impl.wheel.WheelEvent
-
Deprecated.
- run() - Method in class org.dreambot.api.input.event.impl.mouse.MouseEvent
-
Runs the event.
- run() - Method in class org.dreambot.api.input.event.impl.mouse.type.ClickEvent
- run() - Method in class org.dreambot.api.input.event.impl.mouse.type.EnterEvent
- run() - Method in class org.dreambot.api.input.event.impl.mouse.type.ExitEvent
- run() - Method in class org.dreambot.api.input.event.impl.mouse.type.MoveEvent
- run() - Method in class org.dreambot.api.input.event.impl.mouse.type.PressEvent
- run() - Method in class org.dreambot.api.input.event.impl.mouse.type.ReleaseEvent
- run() - Method in class org.dreambot.api.input.event.impl.mouse.type.WheelEvent
- run() - Method in class org.dreambot.api.methods.event.CameraEvent
- run() - Method in class org.dreambot.api.methods.event.KeyboardEvent
-
Deprecated.
- run() - Method in class org.dreambot.api.randoms.RandomManager
- run() - Method in class org.dreambot.api.script.AbstractScript
- run() - Method in class org.dreambot.api.script.schedule.ScriptScheduler
- run() - Method in class org.dreambot.core.Instance
- RUN_SETTINGS_ID - Static variable in class org.dreambot.api.methods.walking.impl.Walking
- RUN_WIDGET_CHILD - Static variable in class org.dreambot.api.methods.walking.impl.Walking
- RUN_WIDGET_ID - Static variable in class org.dreambot.api.methods.walking.impl.Walking
- Rune - Class in org.dreambot.api.methods.magic.cost
-
Created by Nezz on 6/30/2016.
- Rune(String, int) - Constructor for class org.dreambot.api.methods.magic.cost.Rune
- RUNE_MYSTERIES - org.dreambot.api.methods.quest.book.FreeQuest
- RUNECRAFTING - org.dreambot.api.methods.skills.Skill
- RUNECRAFTING - org.dreambot.api.script.Category
- RuneScriptEvent - Class in org.dreambot.api.methods.cs2
- RuneScriptEvent() - Constructor for class org.dreambot.api.methods.cs2.RuneScriptEvent
- RuneScriptEvent(RSScriptEvent) - Constructor for class org.dreambot.api.methods.cs2.RuneScriptEvent
- RuneScriptListener - Interface in org.dreambot.api.script.listener
-
Fires an event on each game tick processed
- runMiddleDrag() - Method in class org.dreambot.api.input.event.impl.mouse.impl.MoveEvent
-
Deprecated.Turns the camera using middle button and drag
- RUNNING - org.dreambot.api.script.ScriptManager.State
- RunningTime - Class in org.dreambot.api.script.schedule.conditions
- RunningTime() - Constructor for class org.dreambot.api.script.schedule.conditions.RunningTime
- runRandomManager() - Method in class org.dreambot.api.randoms.RandomManager
S
- S - org.dreambot.api.input.event.impl.keyboard.awt.Key
- SALMON - org.dreambot.api.data.consumables.Food
- SALUTE - org.dreambot.api.methods.emotes.Emote
- SALVE_GRAVEYARD - org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
- SALVE_GRAVEYARD - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.HousePortal
- SALVE_GRAVEYARD_TAB - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- SALVE_GRAVEYARD_TELEPORT - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- SALVE_GRAVEYARD_TELEPORT - org.dreambot.api.methods.magic.Arceuus
- SAND_COLLECTION - Static variable in class org.dreambot.api.methods.Animations
- SARADOMIN_STRIKE - org.dreambot.api.methods.magic.Normal
- SARDINE - org.dreambot.api.data.consumables.Food
- satisfied() - Method in class org.dreambot.api.methods.diary.requirement.impl.AnyRequirement
-
Deprecated.
- satisfied() - Method in class org.dreambot.api.methods.diary.requirement.impl.CombatRequirement
-
Deprecated.
- satisfied() - Method in class org.dreambot.api.methods.diary.requirement.impl.CombinedSkillRequirement
-
Deprecated.
- satisfied() - Method in class org.dreambot.api.methods.diary.requirement.impl.FavourRequirement
-
Deprecated.
- satisfied() - Method in class org.dreambot.api.methods.diary.requirement.impl.QuestPointRequirement
-
Deprecated.
- satisfied() - Method in class org.dreambot.api.methods.diary.requirement.impl.QuestRequirement
-
Deprecated.
- satisfied() - Method in class org.dreambot.api.methods.diary.requirement.impl.SkillRequirement
-
Deprecated.
- satisfied() - Method in interface org.dreambot.api.methods.diary.requirement.Requirement
-
Deprecated.
- save(Object, String...) - Static method in class org.dreambot.api.settings.ScriptSettings
-
Saves a given object using GSON pretty print to the given file.
- SCARED - org.dreambot.api.methods.emotes.Emote
- SceneObject - Class in org.dreambot.api.wrappers.interactive
- SceneObject(Object) - Constructor for class org.dreambot.api.wrappers.interactive.SceneObject
-
Note: This shouldn't be used by API users, it's an internal constructor.
- ScheduledScript - Class in org.dreambot.api.script.schedule
- ScheduledScript() - Constructor for class org.dreambot.api.script.schedule.ScheduledScript
- ScheduleSettings - Class in org.dreambot.api.script.schedule
- ScheduleSettings() - Constructor for class org.dreambot.api.script.schedule.ScheduleSettings
- SCHOLAR - org.dreambot.api.methods.ForumRank
- SCORPION_CATCHER - org.dreambot.api.methods.quest.book.PaidQuest
- SCRIPT - org.dreambot.api.utilities.Logger.LogType
- SCRIPT_EVENTS - org.dreambot.api.methods.input.CameraMode
-
The client will fire script events to set camera
- SCRIPTER - org.dreambot.api.methods.ForumRank
- SCRIPTER_PLUS - org.dreambot.api.methods.ForumRank
- SCRIPTER_PLUS_PLUS - org.dreambot.api.methods.ForumRank
- ScriptEvent - Class in org.dreambot.api.script.event
-
Created with IntelliJ IDEA.
- ScriptEvent() - Constructor for class org.dreambot.api.script.event.ScriptEvent
- ScriptId - Class in org.dreambot.api.methods.cs2
- ScriptId() - Constructor for class org.dreambot.api.methods.cs2.ScriptId
- ScriptManager - Class in org.dreambot.api.script
- ScriptManager.State - Enum in org.dreambot.api.script
- ScriptManifest - Annotation Type in org.dreambot.api.script
-
The ScriptManifest is required for all scripts to have, and provides needed information about the script for the Script Manager and QuickStart.
- ScriptPrefiredEvent - Class in org.dreambot.api.script.event.impl
- ScriptPrefiredEvent(RSScriptEvent) - Constructor for class org.dreambot.api.script.event.impl.ScriptPrefiredEvent
- ScriptSchedule - Class in org.dreambot.api.script.schedule
- ScriptSchedule() - Constructor for class org.dreambot.api.script.schedule.ScriptSchedule
- ScriptScheduler - Class in org.dreambot.api.script.schedule
- ScriptSettings - Class in org.dreambot.api.settings
- ScriptSettings() - Constructor for class org.dreambot.api.settings.ScriptSettings
- ScriptStop - Class in org.dreambot.api.script.schedule.conditions
- ScriptStop() - Constructor for class org.dreambot.api.script.schedule.conditions.ScriptStop
- scroll(boolean, int, Condition) - Static method in class org.dreambot.api.input.Mouse
-
Scrolls mouse until the condition is true, with specified timeout
- scroll(int) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Scrolls to the item with the given ID see
Bank.scroll(int, BankScroll)
with a random choice of scroll types - scroll(int, BankScroll) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Scrolls to the item with the given ID using the
BankScroll
scroll type - scroll(String) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Scrolls to the item with the given name see
Bank.scroll(String, BankScroll)
with a randomBankScroll
type - scroll(String, BankScroll) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Scrolls to the item with the given name using the given
BankScroll
type - scroll(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Scrolls to the item which matches the given filter.
- scroll(Filter<Item>, BankScroll) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Scrolls to the item which matches the given filter using the given
BankScroll
type - scrollDown(int, Condition) - Static method in class org.dreambot.api.input.Mouse
-
Scrolls mouse wheel down until Condition is true or timeout is met
- scrollDownUntil(int, Condition) - Static method in class org.dreambot.api.input.Mouse
-
Deprecated.
- scrollToItem(WidgetChild) - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Scrolls to the provided widget in the item search container
- scrollToQuickTravel(String[]) - Static method in class org.dreambot.api.methods.fairyring.FairyRings
-
Scrolls to the quick travel widget with the given code
- scrollUntil(boolean, int, Condition) - Static method in class org.dreambot.api.input.Mouse
-
Scrolls mouse until the condition is true, with specified timeout
- scrollUp(int, Condition) - Static method in class org.dreambot.api.input.Mouse
-
Scrolls mouse wheel up until Condition is true or timeout is met
- scrollUpUntil(int, Condition) - Static method in class org.dreambot.api.input.Mouse
-
Deprecated.
- SDN_MANAGER - org.dreambot.api.methods.ForumRank
- SEA_SLUG - org.dreambot.api.methods.quest.book.PaidQuest
- SEA_TURTLE - org.dreambot.api.data.consumables.Food
- searchItem(String) - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Searches for an item in the buy screen
- SECOND_TAB - org.dreambot.api.methods.container.impl.bank.BankTab
- SECRETS_OF_THE_NORTH - org.dreambot.api.methods.quest.book.PaidQuest
- seededRandom() - Static method in class org.dreambot.api.Client
-
Returns a random number seeded by account name between .9 and 1.1
- SEERS - org.dreambot.api.methods.container.impl.bank.BankLocation
- SelfConnectingWebNode - Class in org.dreambot.api.methods.walking.web.node.impl.pathaware
- SelfConnectingWebNode(ConditionalLocation) - Constructor for class org.dreambot.api.methods.walking.web.node.impl.pathaware.SelfConnectingWebNode
- sell(int, int) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Sells an item from your inventory with an adjustable amount.
- sell(String, int) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Sells an item from your inventory with an adjustable amount.
- sell(Filter<Item>, int) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Sells an item from your inventory with an adjustable amount.
- sell(Item, int) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Sells an item from your inventory with an adjustable amount.
- SELL - org.dreambot.api.methods.grandexchange.Status
- SELL_COLLECT - org.dreambot.api.methods.grandexchange.Status
- SELL_FIFTY - Static variable in class org.dreambot.api.methods.container.impl.Shop
- SELL_FIVE - Static variable in class org.dreambot.api.methods.container.impl.Shop
- SELL_ONE - Static variable in class org.dreambot.api.methods.container.impl.Shop
- SELL_TEN - Static variable in class org.dreambot.api.methods.container.impl.Shop
- sellFifty(int) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Sells fifty of the Item
- sellFifty(String) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Sells fifty of the Item
- sellFifty(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Sells fifty of the Item
- sellFifty(Item) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Sells fifty of the item.
- sellFive(int) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Sells five of the Item
- sellFive(String) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Sells five of the Item
- sellFive(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Sells five of the Item
- sellFive(Item) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Sells five of the item.
- sellItem(int, int, int) - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Puts an item up for sale in the Grand Exchange
- sellItem(String, int, int) - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Puts an item up for sale in the Grand Exchange
- sellOne(int) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Sells one of the Item
- sellOne(String) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Sells one of the Item
- sellOne(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Sells one of the Item
- sellOne(Item) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Sells one of the Item
- sellTen(int) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Sells ten of the Item
- sellTen(String) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Sells ten of the Item
- sellTen(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Sells ten of the Item
- sellTen(Item) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Sells ten of the item.
- SEMICOLON - org.dreambot.api.input.event.impl.keyboard.awt.Key
- sendMessage(String) - Method in class org.dreambot.api.methods.friend.Friend
- sendMessage(String, String) - Static method in class org.dreambot.api.methods.friend.Friends
-
Sends a message to a friend
- SENNTISTEN - org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
- SENNTISTEN - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.HousePortal
- SENNTISTEN_TAB - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- SENNTISTEN_TELEPORT - org.dreambot.api.methods.magic.Ancient
- SERGEANT - org.dreambot.api.methods.clan.chat.ClanChatMember.Rank
- SERGEANT - org.dreambot.api.methods.clan.ClanMember.Rank
-
Deprecated.
- SERVER_UPDATED - org.dreambot.api.methods.RSLoginResponse
- SERVER_UPDATING - org.dreambot.api.methods.RSLoginResponse
- ServerTickEvent - Class in org.dreambot.api.script.event.impl
- ServerTickEvent() - Constructor for class org.dreambot.api.script.event.impl.ServerTickEvent
- SERVICE_UNAVAILABLE - org.dreambot.api.methods.RSLoginResponse
- set(int, Item) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Sets an
Item
to the given slot Used internally, shouldn't really be touched by API users - set(int, Item) - Static method in class org.dreambot.api.methods.container.impl.Inventory
- set(int, Item) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
- set(int, Item) - Static method in class org.dreambot.api.methods.container.impl.Shop
- set(int, Item) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
- SET_DISPLAY_NAME - org.dreambot.api.methods.RSLoginResponse
- setAccelerationDeviation(double) - Static method in class org.dreambot.api.input.mouse.algorithm.MouseProfile
- setAccelerationRate(double) - Static method in class org.dreambot.api.input.mouse.algorithm.MouseProfile
- setAccount(String) - Method in class org.dreambot.api.script.ScriptManager
- setAccount(String) - Static method in class org.dreambot.api.utilities.AccountManager
-
Sets the currently selected account based on nickname
- setAccount(Account) - Static method in class org.dreambot.api.methods.login.LoginUtility
- setAction(String) - Method in class org.dreambot.api.methods.input.mouse.MouseSettings
-
Sets the action
- setAction(String) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.PathObstacle
-
Sets action.
- setAction(String) - Method in class org.dreambot.api.methods.walking.web.node.impl.AgilityWebNode
- setAction(String) - Method in class org.dreambot.api.methods.walking.web.node.impl.EntranceWebNode
- setAction(String) - Method in class org.dreambot.api.methods.walking.web.node.impl.TollWebNode
- setAction(String) - Method in class org.dreambot.api.wrappers.widgets.MenuRow
- setActions(String[]) - Method in class org.dreambot.api.methods.walking.web.node.impl.EntranceWebNode
- setAlwaysHop(boolean) - Static method in class org.dreambot.api.input.Mouse
- setAlwaysOpenTab(boolean) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
- setAmount(int) - Method in class org.dreambot.api.wrappers.items.Item
- setAngleDeviationRate(double) - Static method in class org.dreambot.api.input.mouse.algorithm.MouseProfile
- setAngleRadian(double) - Method in class org.dreambot.api.input.event.impl.mouse.vector.impl.MouseVector
-
Deprecated.
- setAnimable(Entity) - Method in class org.dreambot.api.wrappers.graphics.ModelWrapper
- setArea(Area) - Method in class org.dreambot.api.data.requirements.LocationRequirement
- setAscending() - Method in class org.dreambot.api.methods.walking.TileObstacle
- setAutocastSpell(Spell) - Static method in class org.dreambot.api.methods.magic.Magic
- setBaseX(int) - Static method in class org.dreambot.api.methods.login.LoginUtility
- setBaseY(int) - Static method in class org.dreambot.api.methods.login.LoginUtility
- setBeta(boolean) - Method in class org.dreambot.api.methods.world.World
- setBoosted(boolean) - Method in class org.dreambot.api.data.requirements.SkillRequirement
- setBounds(Rectangle) - Method in class org.dreambot.api.methods.input.mouse.MouseSettings
-
Sets bounds the mouse cannot leave during events
- setCacheTimer(String, Integer) - Static method in class org.dreambot.api.settings.CacheSettings
-
Sets a cache time for the given key.
- setCalculated(WebPathResponse) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathQuery
- setCameraInMotion(boolean) - Static method in class org.dreambot.api.Client
-
Sets the camera in motion
- setCameraMode(CameraMode) - Static method in class org.dreambot.api.methods.input.Camera
- setCanvas(Canvas) - Method in class org.dreambot.core.Instance
- setCharacter(char) - Method in class org.dreambot.api.input.event.impl.keyboard.type.AbstractKeyEvent
- setChronicleHasCharges(boolean) - Static method in enum org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- setClick(boolean) - Method in class org.dreambot.api.methods.input.mouse.MouseSettings
-
Sets click
- setClickMode(ClickMode) - Method in class org.dreambot.api.input.event.impl.mouse.impl.click.ClickEvent
-
Deprecated.Sets click mode.
- setClientBrightness(int) - Static method in class org.dreambot.api.ClientSettings
-
Sets the in game brightness setting
- setClientLayout(ClientLayout) - Static method in class org.dreambot.api.ClientSettings
- setCombatModeIndex(int) - Static method in class org.dreambot.api.methods.combat.Combat
-
Sets the current combat style by index (almost always 0-3 inclusive)
- setCombatStyle(CombatStyle) - Static method in class org.dreambot.api.methods.combat.Combat
-
Sets your active combat style
- setCommandLogging(boolean) - Static method in class org.dreambot.api.utilities.Logger
- setCompleted(boolean) - Method in class org.dreambot.api.input.event.impl.keyboard.KeyboardEvent
- setCompleted(boolean) - Method in class org.dreambot.api.input.event.impl.keyboard.type.AbstractKeyEvent
- setCompleted(boolean) - Method in class org.dreambot.api.input.event.impl.mouse.impl.MoveEvent
-
Deprecated.Sets completed condition boolean.
- setCompleted(boolean) - Method in class org.dreambot.api.input.event.impl.mouse.MouseEvent
- setCompleted(boolean) - Method in class org.dreambot.api.methods.walking.TileObstacle
- setComposite(ItemDefinition) - Method in class org.dreambot.api.wrappers.items.Item
- setCondition(Condition) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.PathObstacle
- setCondition(Condition) - Method in class org.dreambot.api.methods.walking.web.node.impl.EntranceWebNode
- setConnections(List<AbstractWebNode>) - Method in class org.dreambot.api.methods.walking.web.node.AbstractWebNode
-
Deprecated.
- setConsoleLogging(boolean) - Static method in class org.dreambot.api.utilities.Logger
- setConsumed(boolean) - Method in class org.dreambot.api.methods.cs2.RuneScriptEvent
- setConsumed(boolean) - Method in class org.dreambot.api.methods.walking.web.node.impl.items.RequiredItem
- setContainmentBounds(Rectangle) - Method in class org.dreambot.api.input.mouse.destination.AbstractMouseDestination
-
Sets containment bounds rectangle.
- setContainsMouse(boolean) - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
- setContentIDs(int[]) - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
- setContentStackSizes(int[]) - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
- setCost(float) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.node.PathNode
-
Sets the movement cost of this node.
- setCount(int) - Method in class org.dreambot.api.methods.walking.web.node.impl.items.RequiredItem
- setCurrentBranchName(String) - Method in class org.dreambot.api.script.frameworks.treebranch.TreeScript
- setCurrentDepth(int) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.local.LocalPathFinder
- setCurrentLeafName(String) - Method in class org.dreambot.api.script.frameworks.treebranch.TreeScript
- setCurrentPathQuery(WebPathQuery) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
- setDeadmanMode(boolean) - Method in class org.dreambot.api.methods.world.World
- setDecayDistanceExponent(double) - Static method in class org.dreambot.api.input.mouse.algorithm.MouseProfile
- setDecelDecayRate(double) - Static method in class org.dreambot.api.input.mouse.algorithm.MouseProfile
- setDecelRadiusDeviation(double) - Static method in class org.dreambot.api.input.mouse.algorithm.MouseProfile
- setDefaultPoll(long) - Static method in class org.dreambot.api.utilities.Sleep
- setDefaultQuantity(BankQuantitySelection) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Sets the
BankQuantitySelection
for bank actions - setDefaultWeight(int) - Static method in class org.dreambot.api.methods.walking.web.node.impl.teleports.TeleportWebNode
- setDefaultZoom() - Static method in class org.dreambot.api.ClientSettings
-
Sets the zoom to the default zoom value
- setDefensiveAutocastSpell(Spell) - Static method in class org.dreambot.api.methods.magic.Magic
- setDepth(int) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.node.PathNode
-
Sets the depth of search used for this node.
- setDescending() - Method in class org.dreambot.api.methods.walking.TileObstacle
- setDescription(String) - Method in class org.dreambot.api.methods.world.World
- setDestination(AbstractMouseDestination) - Method in class org.dreambot.api.input.event.impl.mouse.AbstractMouseEvent
-
Deprecated.Sets current destination used by this event.
- setDestination(RectangleDestination) - Method in class org.dreambot.api.wrappers.items.Item
-
Manually sets the destination for this item.
- setDestination(AbstractWebNode) - Method in class org.dreambot.api.methods.walking.web.node.impl.TollWebNode
- setDestination(T) - Method in class org.dreambot.api.input.event.impl.mouse.MouseEvent
- setDirection(double) - Method in class org.dreambot.api.input.event.impl.mouse.vector.impl.MouseVector
-
Deprecated.
- setDirection(double) - Method in class org.dreambot.api.utilities.Vector
- setDirection(PathDirection) - Method in class org.dreambot.api.methods.walking.path.AbstractPath
-
Sets the PathDirection
- setDisplayDebugMessages(boolean) - Static method in class org.dreambot.api.utilities.Logger
- setDisplayFps(boolean) - Static method in class org.dreambot.api.ClientSettings
-
Calls a direct set on if FPS should be displayed
- setDrag(boolean) - Method in class org.dreambot.api.methods.input.mouse.MouseSettings
-
Sets drag
- setDragDeadTime(int) - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
- setDragTarget(WidgetChild) - Method in class org.dreambot.api.methods.cs2.RuneScriptEvent
- setDrawMouse(boolean) - Method in class org.dreambot.core.Instance
- setDrawScriptPaint(boolean) - Static method in class org.dreambot.core.Instance
- setDropPattern(DropPattern) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Sets the dropping pattern for
Inventory.dropAll(Filter)
- setEndTile(Tile) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.PathObstacle
-
Sets the ending tile of the obstacle
- setEnergyThresholdToEnableRunning(int) - Static method in class org.dreambot.api.ClientSettings
- setEnter(boolean) - Method in class org.dreambot.api.input.event.impl.keyboard.KeyboardEvent
- setEnterToLogin(boolean) - Static method in class org.dreambot.api.methods.login.LoginUtility
-
At the login screen you can hit enter instead of clicking the login button to open up the email/password interface This sets a boolean to true/false as to whether or not to use enter instead of clicking.
- setEntity(Entity) - Method in class org.dreambot.api.wrappers.interactive.Model
-
Set entity object
- setEntityName(String) - Method in class org.dreambot.api.methods.walking.web.node.impl.EntranceWebNode
- setEntityName(String) - Method in class org.dreambot.api.methods.walking.web.node.impl.TollWebNode
- setEntry() - Method in class org.dreambot.api.methods.walking.TileObstacle
- setEscToCancel(boolean) - Static method in class org.dreambot.api.methods.login.LoginUtility
-
At the login screen you can hit escape instead of clicking the cancel button
- setEvent(MouseEvent) - Method in class org.dreambot.api.input.event.impl.mouse.type.ClickEvent
- setEvent(RSScriptEvent) - Method in class org.dreambot.api.methods.cs2.RuneScriptEvent
- setFailed(boolean) - Method in class org.dreambot.api.input.event.impl.mouse.impl.MoveEvent
-
Deprecated.Sets failed condition boolean.
- setFailed(boolean) - Method in class org.dreambot.api.input.event.impl.mouse.MouseEvent
- setFailLimit(int) - Method in class org.dreambot.api.script.impl.TaskScript
-
Sets the amount the node selector is allowed to fail before stopping the script.
- setFavour(int) - Method in class org.dreambot.api.data.requirements.FavourRequirement
- setFinalCost(int) - Method in class org.dreambot.api.methods.walking.path.impl.GlobalPath
- setForcedFPS(int) - Static method in class org.dreambot.api.Client
- setForceDisable(boolean) - Method in class org.dreambot.api.randoms.RandomSolver
- setForcedObjTile(Tile) - Method in class org.dreambot.api.methods.walking.web.node.impl.EntranceWebNode
- setForceDrag(boolean) - Static method in class org.dreambot.api.input.Mouse
- setForceNoDebug(boolean) - Static method in class org.dreambot.api.utilities.Logger
- setForceNoShift(boolean) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Sets inventory to force no shift during dropping
- setFreshStart(boolean) - Method in class org.dreambot.api.methods.world.World
- setFrom(Tile) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathQuery
- setGameState(int) - Static method in class org.dreambot.api.methods.login.LoginStats
- setGangplankHandling(boolean) - Static method in class org.dreambot.api.methods.walking.impl.Walking
-
Sets whether the walker should check for gangplanks before walking
- setGenerated(KeyEvent) - Method in class org.dreambot.api.input.event.impl.keyboard.type.AbstractKeyEvent
- setGraphics(Graphics) - Method in class org.dreambot.api.script.event.impl.PaintEvent
- setGridLocation(int, int) - Method in class org.dreambot.api.wrappers.interactive.Model
-
Sets grid location (x/y) of this model.
- setGridX(int) - Method in class org.dreambot.api.wrappers.interactive.Model
-
Sets grid X.
- setGridY(int) - Method in class org.dreambot.api.wrappers.interactive.Model
-
Sets grid Y.
- setHasListener(boolean) - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
- setHasScript(boolean) - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
- setHeuristic(float) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.node.PathNode
-
Deprecated.
- setHideUsername(boolean) - Static method in class org.dreambot.api.ClientSettings
-
Calls a direct set on the hide username setting, this setting should be persisted
- setHighRisk(boolean) - Method in class org.dreambot.api.methods.world.World
- setHoldingShift(boolean) - Static method in class org.dreambot.api.methods.input.Keyboard
-
Deprecated.see
Keyboard.markHeld(Key, boolean)
usingKey.SHIFT
- setHopWorld(int) - Static method in class org.dreambot.api.methods.login.LoginUtility
- setHost(String) - Method in class org.dreambot.api.methods.world.World
- setHouse(House) - Method in class org.dreambot.api.data.requirements.FavourRequirement
- setHoverOnly(boolean) - Method in class org.dreambot.api.input.event.impl.InteractionEvent
- setId(int) - Method in class org.dreambot.api.wrappers.widgets.MenuRow
- setIdleTime(int) - Static method in class org.dreambot.api.Client
- setIgnore(Condition) - Method in class org.dreambot.api.methods.walking.web.node.impl.items.RequiredItem
- setIgnoreHealth(boolean) - Static method in class org.dreambot.api.methods.interactive.NPCs
-
Setting this to true will allow for NPCs with 0 health to show up in
NPCs.closest(Filter)
andNPCs.all(Filter)
calls. - setIncludeNullNames(boolean) - Static method in class org.dreambot.api.methods.interactive.GameObjects
- setIncludeNullNames(boolean) - Static method in class org.dreambot.api.methods.interactive.NPCs
- setIndex(int) - Method in class org.dreambot.api.wrappers.interactive.NPC
- setIndex(int) - Method in class org.dreambot.api.wrappers.interactive.Player
- setIndex(int) - Method in class org.dreambot.api.wrappers.widgets.MenuRow
- setIndex(int) - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
- setIndicesCount(int) - Method in class org.dreambot.api.wrappers.interactive.Model
-
Sets indices count.
- setIndicesX(int[]) - Method in class org.dreambot.api.wrappers.interactive.Model
-
Sets indices x.
- setIndicesY(int[]) - Method in class org.dreambot.api.wrappers.interactive.Model
-
Sets indices y.
- setIndicesZ(int[]) - Method in class org.dreambot.api.wrappers.interactive.Model
-
Sets indices z.
- setInt(int, int) - Static method in class org.dreambot.api.methods.settings.Varcs
- setInterrupt(Condition) - Method in class org.dreambot.api.input.event.impl.InteractionEvent
- setInterrupt(Condition) - Method in class org.dreambot.api.input.mouse.destination.AbstractMouseDestination
- setItemId(int) - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
- setItemIdCode(int) - Method in class org.dreambot.api.wrappers.widgets.MenuRow
- setItemStack(int) - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
- setJewelleryBoxLevel(int) - Static method in class org.dreambot.api.methods.walking.web.node.impl.teleports.TeleportSettings
- setKey(Key) - Method in class org.dreambot.api.input.event.impl.keyboard.KeyboardEvent
- setKey(Key) - Method in class org.dreambot.api.input.event.impl.keyboard.type.AbstractKeyEvent
- setKeyboardInputEnabled(boolean) - Method in class org.dreambot.core.Instance
- setKeyboardTypingAlgorithm(KeyboardTypingAlgorithm) - Static method in class org.dreambot.api.input.Keyboard
-
Sets the Keyboard typing algorithm, parent class of
KeyboardTypingAlgorithm
- setKeySleeps(int, int) - Static method in class org.dreambot.api.methods.input.MouseKeys
-
Sets the min and max values for the sleep between key presses Will throw exceptions if you give negative values or if min is greater than or equal to max
- setLastClickPosition(Point) - Static method in class org.dreambot.api.input.Mouse
- setLastCrosshairColorID(int) - Static method in class org.dreambot.api.input.Mouse
-
Set internally during mouse click operations
- setLastManStanding(boolean) - Method in class org.dreambot.api.methods.world.World
- setLastMouseDirection(double) - Static method in class org.dreambot.api.input.Mouse
- setLastMouseMagnitude(double) - Static method in class org.dreambot.api.input.Mouse
- setLastMouseMoveTime(long) - Static method in class org.dreambot.api.input.Mouse
- setLastPressedLocation(KeyLocation) - Method in enum org.dreambot.api.input.event.impl.keyboard.awt.Key
- setLeagueWorld(boolean) - Method in class org.dreambot.api.methods.world.World
- setLeftClick(boolean) - Method in class org.dreambot.api.methods.input.mouse.MouseSettings
-
Sets whether it's left click
- setLevel(int) - Method in class org.dreambot.api.data.requirements.CombatRequirement
- setLevel(int) - Method in class org.dreambot.api.data.requirements.SkillRequirement
- setLevel(int) - Method in class org.dreambot.api.methods.quest.book.requirement.skill.SkillReq
-
Deprecated.
- setLevel(int) - Method in class org.dreambot.api.methods.walking.web.node.impl.AgilityWebNode
- setLevel(int) - Method in class org.dreambot.api.script.schedule.conditions.SkillBased
- setLocation(int) - Method in class org.dreambot.api.methods.world.World
- setLocation(KeyLocation) - Method in class org.dreambot.api.input.event.impl.keyboard.type.AbstractKeyEvent
- setLogicType(LogicType) - Method in class org.dreambot.api.data.requirements.ConditionalRequirement
- setLoginCount(int) - Static method in class org.dreambot.api.methods.login.LoginStats
- setLoginMusicDisabled(boolean) - Static method in class org.dreambot.api.ClientSettings
-
Calls a direct set on whether login music is disabled, these settings should be persisted
- setLoginTime(long) - Static method in class org.dreambot.api.methods.login.LoginStats
- setLogoutTime(long) - Static method in class org.dreambot.api.methods.login.LoginStats
- setMagnitude(double) - Method in class org.dreambot.api.input.event.impl.mouse.vector.impl.MouseVector
-
Deprecated.
- setMagnitude(double) - Method in class org.dreambot.api.utilities.Vector
- setMakeMistakes(boolean) - Static method in class org.dreambot.api.input.keyboard.KeyboardProfile
- setMapAngleDirect(int) - Static method in class org.dreambot.api.Client
- setMask(int) - Method in class org.dreambot.api.methods.world.World
- setMaxDecelDistance(double) - Static method in class org.dreambot.api.input.mouse.algorithm.MouseProfile
- setMaxdTheta(double) - Static method in class org.dreambot.api.input.mouse.algorithm.MouseProfile
- setMaximumRunningTime(String) - Method in class org.dreambot.api.script.schedule.conditions.RunningTime
- setMaxMagnitude(double) - Static method in class org.dreambot.api.input.mouse.algorithm.MouseProfile
- setMaxRetryAttempts(int) - Static method in class org.dreambot.api.input.event.impl.InteractionEvent
- setMeanDecelRadius(double) - Static method in class org.dreambot.api.input.mouse.algorithm.MouseProfile
- setMember(boolean) - Method in class org.dreambot.api.methods.world.World
- setMenuRow(MenuRow) - Method in class org.dreambot.api.wrappers.interactive.action.RSAction
- setMessage(String) - Method in class org.dreambot.api.input.event.impl.keyboard.KeyboardEvent
- setMinDecelMagnitude(double) - Static method in class org.dreambot.api.input.mouse.algorithm.MouseProfile
- setMinimapTargetSize(int) - Static method in class org.dreambot.api.methods.walking.impl.Walking
-
Sets the size of
MiniMapTileDestination
's target area when minimap walking - setMinimumAlchWarningValue(int) - Static method in class org.dreambot.api.ClientSettings
- setMinimumDropWarningValue(int) - Static method in class org.dreambot.api.ClientSettings
- setMinimumRunningTime(String) - Method in class org.dreambot.api.script.schedule.conditions.RunningTime
- setMinLevel(int) - Method in class org.dreambot.api.methods.world.World
- setMinMagnitude(double) - Static method in class org.dreambot.api.input.mouse.algorithm.MouseProfile
- setMouseAlgorithm(MouseAlgorithm) - Static method in class org.dreambot.api.input.Mouse
-
Sets the mouse algorithm implementation the client uses for mouse movement and clicks
- setMouseButton(MouseButton) - Method in class org.dreambot.api.input.event.impl.mouse.MouseEvent
- setMouseButton(MouseButton) - Method in class org.dreambot.api.input.event.impl.mouse.type.ClickEvent
- setMouseDragging(boolean) - Static method in class org.dreambot.api.input.Mouse
- setMouseInput(boolean) - Method in class org.dreambot.api.methods.cs2.RuneScriptEvent
- setMouseInputEnabled(boolean) - Method in class org.dreambot.core.Instance
- setMouseMode(MouseMode) - Method in class org.dreambot.api.input.event.impl.mouse.MouseEvent
- setMouseMovementAlgorithm(MouseMovementAlgorithm) - Method in class org.dreambot.core.Instance
-
Deprecated.
- setMouseMovementAlgorithm(MouseMovementAlgorithm) - Static method in class org.dreambot.api.input.Mouse
-
Deprecated.
- setMouseTiming(MouseTiming) - Static method in class org.dreambot.api.input.mouse.algorithm.MouseProfile
- setMouseTiming(MouseTiming) - Static method in class org.dreambot.api.methods.input.mouse.MouseSettings
- setMouseX(int) - Method in class org.dreambot.api.methods.cs2.RuneScriptEvent
- setMouseX(int) - Method in class org.dreambot.api.wrappers.interactive.action.RSAction
- setMouseY(int) - Method in class org.dreambot.api.methods.cs2.RuneScriptEvent
- setMouseY(int) - Method in class org.dreambot.api.wrappers.interactive.action.RSAction
- setMultiThread(boolean) - Method in class org.dreambot.api.methods.input.mouse.MouseSettings
-
Sets multithreaded true or false
- setName(String) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.PathObstacle
-
Sets name.
- setName(String) - Method in class org.dreambot.api.methods.walking.web.node.impl.items.RequiredItem
- setName(String) - Method in class org.dreambot.api.script.schedule.ScriptSchedule
- setNext(NodeSub) - Method in class org.dreambot.api.wrappers.cache.nodes.NodeSub
- setNoInputLogin(boolean) - Static method in class org.dreambot.api.methods.login.LoginUtility
- setNPCAttackOptionsMode(ActionMode) - Static method in class org.dreambot.api.ClientSettings
-
Sets the NPC attack options mode
- setObject(String) - Method in class org.dreambot.api.methods.input.mouse.MouseSettings
-
Sets the object
- setObject(String) - Method in class org.dreambot.api.wrappers.widgets.MenuRow
- setObjectName(String) - Method in class org.dreambot.api.methods.walking.web.node.impl.AgilityWebNode
- setObstacle(GameObject) - Method in class org.dreambot.api.methods.walking.TileObstacle
- setObstacleSleeping(boolean) - Static method in class org.dreambot.api.methods.walking.impl.Walking
-
Sets whether the walker should sleep after interacting with an obstacle Setting this to false may result in spam clicking obstacles
- setObstacleTile(Tile) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.PathObstacle
-
Sets the Tile the obstacle is on
- setObstacleType(TileObstacle.Type) - Method in class org.dreambot.api.methods.walking.TileObstacle
- setOpbase(String) - Method in class org.dreambot.api.methods.cs2.RuneScriptEvent
- setOpCode(int) - Method in class org.dreambot.api.wrappers.widgets.MenuRow
- setOriginalX(int[]) - Method in class org.dreambot.api.wrappers.interactive.Model
-
Sets original x.
- setOriginalY(int[]) - Method in class org.dreambot.api.wrappers.interactive.Model
-
Sets original y.
- setOriginalZ(int[]) - Method in class org.dreambot.api.wrappers.interactive.Model
-
Sets original z.
- setOutOfTime(boolean) - Method in class org.dreambot.api.input.event.impl.keyboard.KeyboardEvent
- setOverrideAmount(byte) - Method in class org.dreambot.api.wrappers.interactive.Model
- setOvershoot(boolean) - Method in class org.dreambot.api.methods.input.mouse.MouseSettings
-
Sets overshoot
- setOwner(PathNode) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.node.PathNode
-
Set the owner of this node.
- setParametersString(String) - Method in class org.dreambot.api.script.schedule.ScheduledScript
- setParent(Branch) - Method in class org.dreambot.api.script.frameworks.treebranch.Leaf
- setPathRandomization(double) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
-
Sets the randomization factor used when web pathfinding.
- setPing(int) - Method in class org.dreambot.api.methods.world.World
- setPlayerAttackOptionsMode(ActionMode) - Static method in class org.dreambot.api.ClientSettings
-
Sets the player attack options mode
- setPoints(int) - Method in class org.dreambot.api.data.requirements.QuestPointRequirement
- setPopulation(int) - Method in class org.dreambot.api.methods.world.World
- setPosition(int, int) - Static method in class org.dreambot.api.input.Mouse
- setPrayerFilteringEnabled(boolean) - Static method in class org.dreambot.api.methods.prayer.Prayers
-
Either enables or disables the prayer filtering options in the Prayer tab
- setPreferredHand(MouseSettings.Hand) - Method in class org.dreambot.api.methods.input.mouse.MouseSettings
-
Sets preferred hand (Left/Right)
- setPrevious(NodeSub) - Method in class org.dreambot.api.wrappers.cache.nodes.NodeSub
- setPrice(int) - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Sets the price of the current buy/sell offer.
- setPVP(boolean) - Method in class org.dreambot.api.methods.world.World
- setPvpArena(boolean) - Method in class org.dreambot.api.methods.world.World
- setQuantity(int) - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Sets the quantity of a buy/sell offer
- setQuery(WebPathQuery) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathResponse
- setRandomizationFactor(double) - Method in class org.dreambot.api.methods.walking.web.node.impl.BasicWebNode
- setRandomSeed(long) - Static method in class org.dreambot.api.methods.Calculations
- setRandomThread(Thread) - Method in class org.dreambot.api.randoms.RandomManager
- setRealHost(String) - Method in class org.dreambot.api.methods.world.World
- setRealId(int) - Method in class org.dreambot.api.methods.world.World
- setRearrangeMode(BankMode) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Sets the Rearrange mode for the bank either
BankMode.SWAP
orBankMode.INSERT
- setRectDest(Rectangle) - Method in class org.dreambot.api.methods.input.mouse.MouseSettings
- setRelease(Condition) - Method in class org.dreambot.api.input.event.impl.keyboard.type.HoldKey
- setRememberUsername(boolean) - Static method in class org.dreambot.api.methods.login.LoginUtility
- setRenderingDisabled(boolean) - Static method in class org.dreambot.api.Client
- setRepeating(boolean) - Method in class org.dreambot.api.script.schedule.ScriptSchedule
- setReqs(SkillReq[]) - Method in class org.dreambot.api.methods.quest.book.requirement.skill.SkillRequirement
-
Deprecated.
- setRequired(Quest) - Method in class org.dreambot.api.data.requirements.QuestRequirement
- setRequires(Quest[]) - Method in class org.dreambot.api.methods.quest.book.requirement.QuestRequirement
-
Deprecated.
- setRightClick(boolean) - Method in class org.dreambot.api.methods.input.mouse.MouseSettings
-
Sets right click
- setRunThreshold(int) - Static method in class org.dreambot.api.methods.walking.impl.Walking
-
Sets energy level which run will be toggled when using default walk methods.
- setRunTime(long) - Method in class org.dreambot.api.utilities.Timer
- setSavedUsername(String) - Static method in class org.dreambot.api.ClientSettings
-
Calls a direct set on saved username, this setting should be persisted
- setScanCode(int) - Method in class org.dreambot.api.input.event.impl.keyboard.awt.DBKeyEvent
- setScheduledScripts(List<ScheduledScript>) - Method in class org.dreambot.api.script.schedule.ScriptSchedule
- setSchedules(List<ScriptSchedule>) - Method in class org.dreambot.api.script.schedule.ScheduleSettings
- setScript(String) - Method in class org.dreambot.api.script.schedule.ScheduledScript
- setSeed(long) - Static method in class org.dreambot.api.methods.Randoms
- setSeed(String) - Static method in class org.dreambot.api.methods.Randoms
- setSelectedQuantity(int) - Static method in class org.dreambot.api.methods.widget.helpers.ItemProcessing
-
This will set the selected quantity on the interface
- setSelectedQuantity(int) - Static method in class org.dreambot.api.methods.widget.helpers.Smithing
-
This will set the selected quantity on the interface
- setSelectedWidgetId(int) - Static method in class org.dreambot.api.methods.widget.Widgets
- setSelectedWidgetIndex(int) - Static method in class org.dreambot.api.methods.widget.Widgets
- setSelectedWidgetItemId(int) - Static method in class org.dreambot.api.methods.container.impl.Inventory
- setShift(boolean) - Method in class org.dreambot.api.wrappers.widgets.MenuRow
- setShouldProcess(boolean) - Static method in class org.dreambot.api.methods.login.LoginStats
- setShouldStart(boolean) - Static method in class org.dreambot.core.Instance
- setSkill(Skill) - Method in class org.dreambot.api.data.requirements.SkillRequirement
- setSkill(Skill) - Method in class org.dreambot.api.methods.quest.book.requirement.skill.SkillReq
-
Deprecated.
- setSkill(Skill) - Method in class org.dreambot.api.script.schedule.conditions.SkillBased
- setSkills(List<Skill>) - Method in class org.dreambot.api.data.requirements.SkillTotalRequirement
- setSpeed(double) - Static method in class org.dreambot.api.input.mouse.algorithm.MouseProfile
- setSpeed(int) - Static method in class org.dreambot.api.methods.input.mouse.MouseSettings
- setSpellFilteringEnabled(boolean) - Static method in class org.dreambot.api.methods.magic.Magic
-
Either enables or disables the spell filtering options in the Magic tab
- setStartTile(Tile) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.PathObstacle
-
Sets the start tile of the obstacle
- setState(ScriptManager.State) - Method in class org.dreambot.api.script.AbstractScript
- setStop(Condition) - Method in class org.dreambot.api.input.event.impl.keyboard.KeyboardEvent
- setStopCondition(StopCondition) - Method in class org.dreambot.api.script.schedule.ScheduledScript
- setString(int, String) - Static method in class org.dreambot.api.methods.settings.Varcs
- setSuspicious(boolean) - Method in class org.dreambot.api.methods.world.World
- setTarget(String, String) - Method in class org.dreambot.api.methods.input.mouse.MouseSettings
-
Sets the target
- setTargetRegionIndex(int) - Method in class org.dreambot.api.wrappers.widgets.MenuRow
- setTargetWorld(boolean) - Method in class org.dreambot.api.methods.world.World
- setTeleport(Teleport) - Method in class org.dreambot.api.methods.walking.web.node.impl.items.RequiredItem
- setText(String) - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
- setTile(Tile) - Method in class org.dreambot.api.methods.walking.TileObstacle
- setTile(Tile) - Method in class org.dreambot.api.wrappers.interactive.GameObject
- setTile(Tile) - Method in class org.dreambot.api.wrappers.items.GroundItem
- setTimeout(long) - Method in class org.dreambot.api.input.event.impl.keyboard.type.HoldKey
- setTimeout(long) - Method in class org.dreambot.api.input.event.impl.mouse.MouseEvent
- SETTINGS - org.dreambot.api.methods.hotkeys.TabKey
- setTo(Tile) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathQuery
- setToll(int) - Method in class org.dreambot.api.methods.walking.web.node.impl.TollWebNode
- setTotal(int) - Method in class org.dreambot.api.data.requirements.SkillTotalRequirement
- setTournamentWorld(boolean) - Method in class org.dreambot.api.methods.world.World
- setType(int) - Method in class org.dreambot.api.methods.cs2.RuneScriptEvent
- setTypeEventOpen(boolean) - Static method in class org.dreambot.api.methods.input.Keyboard
-
Deprecated.no longer used
- setUid(long) - Method in class org.dreambot.api.wrappers.cache.nodes.NodeSub
- setupQuickPrayers(Prayer...) - Static method in class org.dreambot.api.methods.prayer.Prayers
-
This will set up your quick prayers to enable only the given
Prayer
's, disabling any others currently enabled. - setUseBankCache(boolean) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathQuery
- setUseBankHistoryCache(boolean) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Set whether our methods use the Bank cache if you call a method while not in the bank
- setUseMiddleMouseInInteracts(boolean) - Method in class org.dreambot.api.methods.input.mouse.MouseSettings
- setUseSleeps(boolean) - Method in class org.dreambot.api.methods.walking.web.node.impl.EntranceWebNode
- setValid(Condition) - Method in class org.dreambot.api.methods.walking.web.node.impl.BasicWebNode
- setVar(int) - Method in class org.dreambot.api.methods.cs2.RuneScriptEvent
- setVarcIndex(int) - Method in class org.dreambot.api.methods.cs2.RuneScriptEvent
- setVarcIntVal(Integer) - Method in class org.dreambot.api.methods.cs2.RuneScriptEvent
- setVarcStringVal(String) - Method in class org.dreambot.api.methods.cs2.RuneScriptEvent
- setVectorSkin(int[][]) - Method in class org.dreambot.api.wrappers.interactive.Model
-
Sets vector skin.
- setVertexCount(int) - Method in class org.dreambot.api.wrappers.interactive.Model
-
Sets vertex count.
- setVerticesX(int[]) - Method in class org.dreambot.api.wrappers.interactive.Model
-
Sets vertices x.
- setVerticesY(int[]) - Method in class org.dreambot.api.wrappers.interactive.Model
-
Sets vertices y.
- setVerticesZ(int[]) - Method in class org.dreambot.api.wrappers.interactive.Model
-
Sets vertices z.
- setViewport(Viewport) - Static method in class org.dreambot.api.Client
-
Sets the viewport
- setWalking(boolean) - Method in class org.dreambot.api.methods.input.mouse.MouseSettings
- setWebNodeVersion(String) - Static method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
-
This can be used to load web nodes from a prior version, allowing you to ensure any future node updates don't affect your custom web nodes.
- setWeight(int) - Method in class org.dreambot.api.methods.walking.web.node.AbstractWebNode
-
Sets the extra weight added to the cost of this web node during path finding
- setWheelCondition(Condition) - Method in class org.dreambot.api.input.event.impl.mouse.MouseEvent
- setWheelMode(WheelMode) - Method in class org.dreambot.api.input.event.impl.mouse.impl.wheel.WheelEvent
-
Deprecated.Sets click mode.
- setWheelMode(WheelMode) - Method in class org.dreambot.api.input.event.impl.mouse.MouseEvent
- setWidget(WidgetChild) - Method in class org.dreambot.api.methods.cs2.RuneScriptEvent
- setWithCycleCheck(boolean) - Static method in class org.dreambot.api.methods.interactive.Projectiles
-
When true,
Projectiles.all()
will only return projectiles with an end cycle >= the current game cycle. - setWithdrawMode(BankMode) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Sets the withdraw mode, either
BankMode.ITEM
orBankMode.NOTE
- setWithItems(List<Item>) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathQuery
- setWordsPerMinute(double) - Static method in class org.dreambot.api.input.keyboard.KeyboardProfile
-
Sets the word per minute and rebuilds the profile based on the new typing speed.
- setWordsPerMinute(double) - Static method in class org.dreambot.api.input.Keyboard
- setWordsPerMinute(double) - Static method in class org.dreambot.api.methods.input.Keyboard
-
Deprecated.
- setWorldListColumnSize(int) - Static method in class org.dreambot.api.methods.login.LoginUtility
-
Deprecated.
- setX(int) - Method in class org.dreambot.api.methods.map.Tile
-
Sets the X coordinate for a Tile
- setX(int) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.node.PathNode
-
Sets the X coordinate for this node.
- setXCode(int) - Method in class org.dreambot.api.wrappers.widgets.MenuRow
- setY(int) - Method in class org.dreambot.api.methods.map.Tile
-
Sets the Y coordinate of the Tile
- setY(int) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.node.PathNode
-
Sets the Y coordinate for this node.
- setYCode(int) - Method in class org.dreambot.api.wrappers.widgets.MenuRow
- setYJumpDistance(int) - Static method in class org.dreambot.api.methods.input.MouseKeys
-
Sets the jump distance in pixels
- setZ(int) - Method in class org.dreambot.api.methods.map.Area
- setZ(int) - Method in class org.dreambot.api.methods.map.Tile
-
Sets the Z coordinate of the tile
- setZ(int) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.node.PathNode
- setZ(int) - Method in class org.dreambot.api.wrappers.items.GroundItem
- setZoom(int) - Static method in class org.dreambot.api.methods.input.Camera
-
Sets the camera's zoom level using the scroll wheel
- SEVEN - org.dreambot.api.input.event.impl.keyboard.awt.Key
- SEVENTH_TAB - org.dreambot.api.methods.container.impl.bank.BankTab
- SHADES_OF_MORTTON - org.dreambot.api.methods.minigame.Minigame
- SHADES_OF_MORTTON - org.dreambot.api.methods.quest.book.PaidQuest
- SHADOW_BARRAGE - org.dreambot.api.methods.magic.Ancient
- SHADOW_BLITZ - org.dreambot.api.methods.magic.Ancient
- SHADOW_BURST - org.dreambot.api.methods.magic.Ancient
- SHADOW_OF_THE_STORM - org.dreambot.api.methods.quest.book.PaidQuest
- SHADOW_RUSH - org.dreambot.api.methods.magic.Ancient
- SHADOW_VEIL - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- SHADOW_VEIL - org.dreambot.api.methods.magic.Arceuus
- SHANTAY_PASS - org.dreambot.api.methods.container.impl.bank.BankLocation
- SHAPE_DESTINATION - Static variable in class org.dreambot.api.input.mouse.destination.AbstractMouseDestination
- ShapeDestination<T extends java.awt.Shape> - Class in org.dreambot.api.input.mouse.destination.impl.shape
-
A generic Shape destination, which can be used with any
Shape
. - ShapeDestination(T) - Constructor for class org.dreambot.api.input.mouse.destination.impl.shape.ShapeDestination
- SHARED - org.dreambot.api.methods.combat.CombatStyle
- SHARK - org.dreambot.api.data.consumables.Food
- SHARP_EYE - org.dreambot.api.methods.prayer.Prayer
- SHAYZIEN - org.dreambot.api.methods.container.impl.bank.BankLocation
- SHAYZIEN - org.dreambot.api.methods.diary.requirement.impl.FavourRequirement.House
-
Deprecated.
- SHAYZIEN - org.dreambot.api.methods.favour.House
- SHEEP_HERDER - org.dreambot.api.methods.quest.book.PaidQuest
- SHEEP_SHEARER - org.dreambot.api.methods.quest.book.FreeQuest
- SHEFFER_STROKE - org.dreambot.api.utilities.ShiftKeys
- SHIELD - org.dreambot.api.methods.container.impl.equipment.EquipmentSlot
- SHIELD_OF_ARRAV - org.dreambot.api.methods.minigame.Minigame
- SHIELD_OF_ARRAV - org.dreambot.api.methods.quest.book.FreeQuest
- shift(int) - Method in class org.dreambot.api.methods.event.KeyboardEvent
-
Deprecated.Pushes shift and then sleeps for the calculated sleep time afterwards
- shift(int, boolean) - Method in class org.dreambot.api.methods.event.KeyboardEvent
-
Deprecated.Pushes shift with given event type and then sleeps for a calculated sleep time after pushing if the sleep arg is true.
- SHIFT - org.dreambot.api.input.event.impl.keyboard.awt.Key
- SHIFT_DROP - Static variable in class org.dreambot.api.methods.settings.vars.VarBit
- ShiftKeys - Enum in org.dreambot.api.utilities
- SHILO_VILLAGE - org.dreambot.api.methods.container.impl.bank.BankLocation
- SHILO_VILLAGE - org.dreambot.api.methods.quest.book.PaidQuest
- SHIP_NODE - org.dreambot.api.methods.walking.web.node.WebNodeType
- ShipWebNode - Class in org.dreambot.api.methods.walking.web.node.impl.pathaware
- ShipWebNode(Tile, Tile, String, String, Condition) - Constructor for class org.dreambot.api.methods.walking.web.node.impl.pathaware.ShipWebNode
- ShipWebNode(Tile, Tile, String, String, Condition, int) - Constructor for class org.dreambot.api.methods.walking.web.node.impl.pathaware.ShipWebNode
- SHOOTING_STARS - org.dreambot.api.methods.minigame.Minigame
- Shop - Class in org.dreambot.api.methods.container.impl
- SHOP - org.dreambot.api.methods.container.impl.ContainerType
- shouldDrawScriptPaint() - Static method in class org.dreambot.core.Instance
- shouldExecute() - Method in class org.dreambot.api.randoms.BankPinConfirmSolver
- shouldExecute() - Method in class org.dreambot.api.randoms.BankPinSolver
- shouldExecute() - Method in class org.dreambot.api.randoms.BreakSolver
-
Checks whether the random even solver should execute; This method must be overridden
- shouldExecute() - Method in class org.dreambot.api.randoms.DeathsDoor
- shouldExecute() - Method in class org.dreambot.api.randoms.DismissBankNotificationTutorial
- shouldExecute() - Method in class org.dreambot.api.randoms.DismissBankTutorial
- shouldExecute() - Method in class org.dreambot.api.randoms.DismissSolver
-
Checks whether the random even solver should execute; This method must be overridden
- shouldExecute() - Method in class org.dreambot.api.randoms.GameLayoutSolver
- shouldExecute() - Method in class org.dreambot.api.randoms.GenieSolver
- shouldExecute() - Method in class org.dreambot.api.randoms.LoginSolver
- shouldExecute() - Method in class org.dreambot.api.randoms.RandomSolver
-
Checks whether the random even solver should execute; This method must be overridden
- shouldExecute() - Method in class org.dreambot.api.randoms.RoofDisabler
- shouldExecute() - Method in class org.dreambot.api.randoms.WelcomeScreenSolver
- shouldHandleGangplanks() - Static method in class org.dreambot.api.methods.walking.impl.Walking
-
Gets whether the walker should check for gangplanks before walking
- shouldObstacleSleep() - Static method in class org.dreambot.api.methods.walking.impl.Walking
-
Gets whether the walker should sleep after interacting with an obstacle
- shouldShift() - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Checks whether shift needs to be pressed for shift interactions Only implemented for dropping purposes
- shouldStop() - Method in class org.dreambot.api.script.schedule.conditions.RunningTime
- shouldStop() - Method in class org.dreambot.api.script.schedule.conditions.ScriptStop
- shouldStop() - Method in class org.dreambot.api.script.schedule.conditions.SkillBased
- shouldStop() - Method in interface org.dreambot.api.script.schedule.conditions.StopCondition
- shouldWalk() - Static method in class org.dreambot.api.methods.walking.impl.Walking
-
Calls shouldWalk(4) See
Walking.shouldWalk(int)
- shouldWalk(int) - Static method in class org.dreambot.api.methods.walking.impl.Walking
-
Returns whether you should walk - if you're moving, it'll check if your distance to destination is less than specified
- show() - Static method in class org.dreambot.core.Instance
-
This method will un-minimize and bring the whole DreamBot program to the front of your desktop
- SHRIMP - org.dreambot.api.data.consumables.Food
- SHRUG - org.dreambot.api.methods.emotes.Emote
- SINCLAIR_MANSION - org.dreambot.api.methods.fairyring.FairyLocation
- SINCLAIR_MANSION_WEST - org.dreambot.api.methods.fairyring.FairyLocation
-
Deprecated.
- SINGLE_QUOTE - org.dreambot.api.input.event.impl.keyboard.awt.Key
- SINISTER_OFFERING - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- SINISTER_OFFERING - org.dreambot.api.methods.magic.Arceuus
- SINS_OF_THE_FATHER - org.dreambot.api.methods.quest.book.PaidQuest
- SIX - org.dreambot.api.input.event.impl.keyboard.awt.Key
- SIXTH_TAB - org.dreambot.api.methods.container.impl.bank.BankTab
- size() - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Deprecated.
- size() - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
- size() - Static method in class org.dreambot.api.methods.container.impl.Inventory
- size() - Static method in class org.dreambot.api.methods.container.impl.Shop
- size() - Static method in class org.dreambot.api.methods.depositbox.DepositBox
- size() - Method in class org.dreambot.api.methods.walking.path.AbstractPath
- SKELETAL_GRASP - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- SKELETAL_GRASP - org.dreambot.api.methods.magic.Arceuus
- Skill - Enum in org.dreambot.api.methods.skills
- SKILL - org.dreambot.api.methods.world.WorldType
- SKILL_CAPE - org.dreambot.api.methods.emotes.Emote
- SkillBased - Class in org.dreambot.api.script.schedule.conditions
- SkillBased() - Constructor for class org.dreambot.api.script.schedule.conditions.SkillBased
- SkillReq - Class in org.dreambot.api.methods.quest.book.requirement.skill
-
Deprecated.
- SkillReq(Skill, int) - Constructor for class org.dreambot.api.methods.quest.book.requirement.skill.SkillReq
-
Deprecated.
- SkillRequirement - Class in org.dreambot.api.data.requirements
- SkillRequirement - Class in org.dreambot.api.methods.diary.requirement.impl
-
Deprecated.
- SkillRequirement - Class in org.dreambot.api.methods.quest.book.requirement.skill
-
Deprecated.
- SkillRequirement(SkillReq...) - Constructor for class org.dreambot.api.methods.quest.book.requirement.skill.SkillRequirement
-
Deprecated.
- SkillRequirement(Skill, int) - Constructor for class org.dreambot.api.data.requirements.SkillRequirement
- SkillRequirement(Skill, int) - Constructor for class org.dreambot.api.methods.diary.requirement.impl.SkillRequirement
-
Deprecated.
- SkillRequirement(Skill, int, boolean) - Constructor for class org.dreambot.api.data.requirements.SkillRequirement
- Skills - Class in org.dreambot.api.methods.skills
- SKILLS - org.dreambot.api.methods.hotkeys.TabKey
- SKILLS - org.dreambot.api.methods.tabs.Tab
- SKILLS_WIDGET - Static variable in class org.dreambot.api.methods.skills.Skills
- SkillTotalRequirement - Class in org.dreambot.api.data.requirements
- SkillTotalRequirement(int, Skill...) - Constructor for class org.dreambot.api.data.requirements.SkillTotalRequirement
- SkillTracker - Class in org.dreambot.api.methods.skills
-
Created by Nezz on 11/3/2014.
- SkillTracker() - Constructor for class org.dreambot.api.methods.skills.SkillTracker
- SKIP - org.dreambot.api.script.ScriptManager.State
- skipItem() - Static method in class org.dreambot.api.methods.input.MouseKeys
-
if menu is visible, clicks and skips next item, otherwise pushes 2
- SKIPPY_AND_THE_MOGRES - org.dreambot.api.methods.quest.book.MiniQuest
- SLAP_HEAD - org.dreambot.api.methods.emotes.Emote
- SLAYER - org.dreambot.api.methods.skills.Skill
- SLAYER - org.dreambot.api.script.Category
- SLAYER_TOWER - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- sleep(long) - Method in class org.dreambot.api.methods.MethodProvider
- sleep(long) - Static method in class org.dreambot.api.utilities.Sleep
-
Sleeps for specified milliseconds Do NOT use this in custom mouse algorithms, as it will cause blocking forever during random events, use Thread#sleep instead
- sleep(long, long) - Method in class org.dreambot.api.methods.MethodProvider
- sleep(long, long) - Static method in class org.dreambot.api.utilities.Sleep
-
Sleeps for a random number of milliseconds between min (inclusive) and max (exclusive)
- Sleep - Class in org.dreambot.api.utilities
-
Contains static methods for sleeping
- Sleep() - Constructor for class org.dreambot.api.utilities.Sleep
- sleepBetween - Static variable in class org.dreambot.api.methods.walking.pathfinding.impl.local.LocalPathFinder
- SLEEPING_GIANTS - org.dreambot.api.methods.quest.book.PaidQuest
- sleepTick() - Static method in class org.dreambot.api.utilities.Sleep
-
Sleeps until the start of the next game tick
- sleepTicks(int) - Static method in class org.dreambot.api.utilities.Sleep
-
Sleeps through the specified number of game ticks
- sleepUntil(Condition, long) - Static method in class org.dreambot.api.utilities.Sleep
-
Sleeps until the passed predicate returns true or sleeping for longer than the timeout.
- sleepUntil(Condition, long, long) - Method in class org.dreambot.api.methods.MethodProvider
- sleepUntil(Condition, long, long) - Static method in class org.dreambot.api.utilities.Sleep
-
Sleep until the given timeout value or condition is met; polling at a rate defined by used.
- sleepUntil(Condition, Condition, long, long) - Method in class org.dreambot.api.methods.MethodProvider
- sleepUntil(Condition, Condition, long, long) - Static method in class org.dreambot.api.utilities.Sleep
-
Sleep until the given timeout value after a false reset condition or the condition is met.
- sleepUntil(Condition, Condition, long, long, int) - Static method in class org.dreambot.api.utilities.Sleep
-
Sleep until the given timeout value after a false reset condition or the condition is met.
- sleepWhile(Condition, long) - Static method in class org.dreambot.api.utilities.Sleep
-
Sleeps until the passed predicate returns false.
- sleepWhile(Condition, long, long) - Method in class org.dreambot.api.methods.MethodProvider
- sleepWhile(Condition, long, long) - Static method in class org.dreambot.api.utilities.Sleep
-
Sleep while the given timeout value or condition is met; polling at a rate defined by used.
- sleepWhile(Condition, Condition, long, long) - Method in class org.dreambot.api.methods.MethodProvider
- sleepWhile(Condition, Condition, long, long) - Static method in class org.dreambot.api.utilities.Sleep
-
Sleeps while the given timeout value after a false reset condition or the condition is met.
- SLEPE - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- slot(int) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Deprecated.
- slot(int) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Gets the slot for the item with specified ID.
- slot(int) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Gets the slot for the item with specified ID.
- slot(int) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Gets the slot for the item with the specified ID.
- slot(int) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
-
Gets the slot for the item with specified ID.
- slot(String) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Deprecated.
- slot(String) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Gets the slot for the item with specified name.
- slot(String) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Gets the slot for the item with specified name.
- slot(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Deprecated.
- slot(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Gets the slot for the item with specified name.
- slot(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Gets the slot for the item with specified name.
- slot(String) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Gets the slot for the item with the specified name.
- slot(String) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
-
Gets the slot for the item with specified name.
- slot(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Gets the slot for the item that matches the given Filter
- slot(Filter<Item>) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
-
Gets the slot for the item with specified filter.
- SLOT_HEIGHT - Static variable in class org.dreambot.api.methods.container.impl.Inventory
- SLOT_WIDTH - Static variable in class org.dreambot.api.methods.container.impl.Inventory
- slotBounds(int) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Gets the bounds of a slot
- slotBounds(int) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Gets the bounds of a slot
- slotBounds(int) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
-
Gets the Rectangle of the slot
- slotBounds(int) - Static method in class org.dreambot.api.methods.trade.Trade
- slotBounds(Item) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Calls
Bank.slotBounds(int)
withItem.getSlot()
If Item is null returns null Rectangle - slotContains(int, int[]) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
- slotContains(int, int[]) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
- slotContains(int, int[]) - Static method in class org.dreambot.api.methods.container.impl.Inventory
- slotContains(int, int[]) - Static method in class org.dreambot.api.methods.container.impl.Shop
- slotContains(int, int[]) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
- slotContains(int, Integer...) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Checks if the slot contains an item with an ID matching one of the given ids
- slotContains(int, Integer...) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Checks if the slot contains items that matches the given ids.
- slotContains(int, String...) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Checks if the slot contains items that matches the given names.
- slotContains(int, String...) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Checks if the slot contains items that matches the given names.
- slotContains(int, Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Checks if the slot contains an item that matches the filter.
- slotContains(int, Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Checks if the slot contains items that matches the filter.
- slotContains(int, Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Checks if the slot contains items that matches the filter.
- slotContains(int, Item) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Checks if the slot contains given
Item
- slotContains(int, Item) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Checks if the slot contains the given
Item
slot based onEquipmentSlot.getSlot()
- slotContains(int, Item) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Checks if the slot contains items that matches the given ids.
- slotContains(int, Integer...) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Checks if the slot contains an item that matches any the given ids.
- slotContains(int, Integer...) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Checks if the slot contains an item that matches one of the given ids
- slotContains(int, Integer...) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
-
Checks if the slot contains items that matches the given ids.
- slotContains(int, String) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Checks if the slot contains an
Item
that matches the given name. - slotContains(int, String) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
-
Checks if the slot contains an item with the name containing the given name
- slotContains(int, String...) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Checks if the slot contains any items that match the given names.
- slotContains(int, String...) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Checks if the slot contains an item that matches the given names.
- slotContains(int, String...) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
-
Checks if the slot contains items that matches the given names.
- slotContains(int, Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Checks if the slot contains an item that matches the filter.
- slotContains(int, Filter<Item>) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
-
Checks if the slot contains an item that matches the filter.
- slotContains(int, Item) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Checks if the slot contains the given
Item
- slotContains(int, Item) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
-
Checks if the slot contains the given Item
- slotContains(EquipmentSlot, int[]) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
- slotContains(EquipmentSlot, Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Checks if the
EquipmentSlot
contains items that matches the given filter. - slotContains(EquipmentSlot, Item) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Checks if the
EquipmentSlot
contains the givenItem
- slotContains(EquipmentSlot, Integer...) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Checks if the
EquipmentSlot
contains an item that matches any the given ids. - slotContains(EquipmentSlot, String) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Checks if the
EquipmentSlot
contains an item that matches the given name. - slotContains(EquipmentSlot, String...) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Checks if the
EquipmentSlot
contains any items that match the given names. - slotContainsItem(int) - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Checks if there's an item in the slot specified
- slotInteract(int) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Interacts with specified slot in inventory using the first available action
- slotInteract(int, String) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Interacts with specified slot in inventory
- slotNameContains(int, String) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Checks if the slot has an item whose name contains the given sub string
- slotNameContains(int, String) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Deprecated.
- slotNameContains(int, String) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Checks if the slot contains items that matches the given ids.
- slotNameContains(int, String) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Checks if the slot contains an item that matches the given name
- slotNameContains(int, String) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
-
Deprecated.
- slotNameContains(EquipmentSlot, String) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Deprecated.
- SMITE - org.dreambot.api.methods.prayer.Prayer
- Smithing - Class in org.dreambot.api.methods.widget.helpers
-
This helper class makes smithing items easier
- SMITHING - org.dreambot.api.methods.skills.Skill
- SMITHING - org.dreambot.api.script.Category
- SMITHING_ANVIL - Static variable in class org.dreambot.api.methods.Animations
- SMITHING_CANNONBALL - Static variable in class org.dreambot.api.methods.Animations
- SMITHING_SMELTING - Static variable in class org.dreambot.api.methods.Animations
- SMOKE_BARRAGE - org.dreambot.api.methods.magic.Ancient
- SMOKE_BLITZ - org.dreambot.api.methods.magic.Ancient
- SMOKE_BURST - org.dreambot.api.methods.magic.Ancient
- SMOKE_RUSH - org.dreambot.api.methods.magic.Ancient
- SNARE - org.dreambot.api.methods.magic.Normal
- SocialHandler - Class in org.dreambot.api.methods.friend
-
Created by Nezz on 2/1/2018.
- SocialHandler(Object) - Constructor for class org.dreambot.api.methods.friend.SocialHandler
-
Deprecated.
- SOMETHING - org.dreambot.api.methods.world.WorldType
- SOMETHING1 - org.dreambot.api.methods.login.LoginStage
- SONG_OF_THE_ELVES - org.dreambot.api.methods.quest.book.PaidQuest
- SOPHANEM_DUNGEON - org.dreambot.api.methods.container.impl.bank.BankLocation
- SOSDoor - Class in org.dreambot.api.methods.walking.pathfinding.impl.obstacle.impl
- SOSDoor(String) - Constructor for class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.impl.SOSDoor
- SOUL_WARS - org.dreambot.api.methods.container.impl.bank.BankLocation
- SOUL_WARS - org.dreambot.api.methods.minigame.Minigame
- SOUL_WARS - org.dreambot.api.methods.world.WorldType
- SOUTH - org.dreambot.api.wrappers.interactive.util.Direction
- SOUTH_PRIFDDINAS - org.dreambot.api.methods.container.impl.bank.BankLocation
- SOUTH_TAI_BWO_WANNAI_VILLAGE - org.dreambot.api.methods.fairyring.FairyLocation
- SPACE - org.dreambot.api.input.event.impl.keyboard.awt.Key
- spaceToContinue() - Static method in class org.dreambot.api.methods.dialogues.Dialogues
-
Uses the space bar to continue
- SpawnEvent - Class in org.dreambot.api.script.event.impl
- SpawnEvent(Entity, boolean) - Constructor for class org.dreambot.api.script.event.impl.SpawnEvent
- SpawnListener - Interface in org.dreambot.api.script.listener
-
This is a spawn listener used by scripts or other classes Events sent by an injected spawn listener, only dispatched while a script is running.
- SPECIAL_ATTACK_SETTING - Static variable in class org.dreambot.api.methods.settings.vars.VarPlayer
- SPEED_RUN - org.dreambot.api.methods.world.WorldType
- Spell - Interface in org.dreambot.api.methods.magic
-
Created by Pandemic
- Spellbook - Enum in org.dreambot.api.methods.magic
- SPELLBOOK_SWAP - org.dreambot.api.methods.magic.Lunar
- SPIN - org.dreambot.api.methods.emotes.Emote
- SPIN_FLAX - org.dreambot.api.methods.magic.Lunar
- SPIRIT_TREE_NODE - org.dreambot.api.methods.walking.web.node.WebNodeType
- SPIRITS_OF_THE_ELID - org.dreambot.api.methods.quest.book.PaidQuest
- SpiritTreeWebNode - Class in org.dreambot.api.methods.walking.web.node.impl.pathaware
- SPONSOR - org.dreambot.api.methods.ForumRank
- SpotAnimation - Class in org.dreambot.api.wrappers.graphics
- SpotAnimation(RSSpotAnimation) - Constructor for class org.dreambot.api.wrappers.graphics.SpotAnimation
- SpotAnimationEvent - Class in org.dreambot.api.script.event.impl
- SpotAnimationEvent(RSActor, RSSpotAnimation) - Constructor for class org.dreambot.api.script.event.impl.SpotAnimationEvent
- STAFF_ADVISOR - org.dreambot.api.methods.ForumRank
- STAMINA_ACTIVE_ID - Static variable in class org.dreambot.api.methods.walking.impl.Walking
- STAMP - org.dreambot.api.methods.emotes.Emote
- STANDARD - org.dreambot.api.input.event.impl.keyboard.KeyLocation
- StandardDropPattern - Class in org.dreambot.api.methods.container.impl
-
This class can be used to create drop patterns based on slot position easily.
- StandardDropPattern(int...) - Constructor for class org.dreambot.api.methods.container.impl.StandardDropPattern
-
Creates a StandardDropPattern based on slot position
- StandardKeyboardAlgorithm - Class in org.dreambot.api.input.keyboard
- StandardKeyboardAlgorithm() - Constructor for class org.dreambot.api.input.keyboard.StandardKeyboardAlgorithm
- StandardMouseAlgorithm - Class in org.dreambot.api.input.mouse.algorithm
-
DreamBot's default implementation of mouse movement Currently implements
MouseMovementAlgorithm
for backwards compatibility - StandardMouseAlgorithm() - Constructor for class org.dreambot.api.input.mouse.algorithm.StandardMouseAlgorithm
- start() - Method in class org.dreambot.api.methods.event.CameraEvent
- start() - Static method in class org.dreambot.api.methods.skills.SkillTracker
-
Starts tracking all skills, will reset the tracker if already started
- start() - Method in class org.dreambot.api.utilities.Timer
- start(boolean) - Static method in class org.dreambot.api.methods.skills.SkillTracker
-
Starts tracking all skills with option to reset values if skill has been previously started
- start(Class<? extends AbstractScript>) - Method in class org.dreambot.api.script.ScriptManager
- start(String) - Method in class org.dreambot.api.script.schedule.ScriptScheduler
- start(String, String...) - Method in class org.dreambot.api.script.ScriptManager
- start(Skill) - Static method in class org.dreambot.api.methods.skills.SkillTracker
-
Starts tracking a skill, will reset the tracker if already started
- start(Skill...) - Static method in class org.dreambot.api.methods.skills.SkillTracker
-
Starts tracking one or more skill, will reset the tracker if already started
- start(Skill, boolean) - Static method in class org.dreambot.api.methods.skills.SkillTracker
-
Starts tracking a skill with option to reset values if skill has been previously started
- start(ScriptSchedule) - Method in class org.dreambot.api.script.schedule.ScriptScheduler
- start(ScriptWrapper) - Method in class org.dreambot.api.script.ScriptManager
- START - org.dreambot.api.script.ScriptManager.State
- STARTED - org.dreambot.api.methods.quest.book.Quest.State
- STARTED - org.dreambot.api.randoms.RandomManager.State
- startFromSchedule(AbstractScript, Map<Field, Object>) - Method in class org.dreambot.api.script.ScriptManager
-
Deprecated.
- startNode - Variable in class org.dreambot.api.methods.walking.web.node.CustomWebPath
- startTile(Tile) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.impl.ClimbableObstacle.ClimbableObstacleBuilder
-
Set the start tile of the obstacle
- startTile(Tile) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.impl.DestructableObstacle.DestructableObstacleBuilder
- startTile(Tile) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.impl.PassableObstacle.PassableObstacleBuilder
- STAT_RESTORE_POTION_SHARE - org.dreambot.api.methods.magic.Lunar
- STAT_SPY - org.dreambot.api.methods.magic.Lunar
- Status - Enum in org.dreambot.api.methods.grandexchange
- StatusBar - Class in org.dreambot.api.utilities
-
Global manager for showing messages to users through the status bar
- StatusBar() - Constructor for class org.dreambot.api.utilities.StatusBar
- STEEL_SKIN - org.dreambot.api.methods.prayer.Prayer
- STEW - org.dreambot.api.data.consumables.Food
- STILL_LOGGED_IN - org.dreambot.api.methods.RSLoginResponse
- stop() - Method in class org.dreambot.api.input.event.impl.InteractionEvent
-
Kills the current interaction event instance.
- stop() - Method in class org.dreambot.api.script.AbstractScript
- stop() - Method in class org.dreambot.api.script.ScriptManager
-
This will force stop the current script running, including killing the thread if necessary.
- STOP - org.dreambot.api.script.ScriptManager.State
- StopCondition - Interface in org.dreambot.api.script.schedule.conditions
- stopWithScheduledStop() - Method in class org.dreambot.api.script.ScriptManager
-
This will attempt to stop the current script nicely by blocking up to 5 minutes until
AbstractScript.onScheduledStop()
returns true. - STRENGTH - org.dreambot.api.methods.combat.CombatStyle
- STRENGTH - org.dreambot.api.methods.skills.Skill
- STRING_JEWELLERY - org.dreambot.api.methods.magic.Lunar
- STRONGHOLD_SLAYER_CAVE - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- STUN - org.dreambot.api.methods.magic.Normal
- success(String) - Static method in class org.dreambot.api.utilities.StatusBar
-
Shows a green message in the status bar.
- success(String, boolean) - Static method in class org.dreambot.api.utilities.StatusBar
-
Shows a green message in the status bar.
- SULFUR_MINE - org.dreambot.api.methods.container.impl.bank.BankLocation
- SUMMER_PIE - org.dreambot.api.data.consumables.Food
- SUPER_MODERATOR - org.dreambot.api.methods.ForumRank
- SUPERGLASS_MAKE - org.dreambot.api.methods.magic.Lunar
- SUPERHEAT_ITEM - org.dreambot.api.methods.magic.Normal
- SUPERHUMAN_STRENGTH - org.dreambot.api.methods.prayer.Prayer
- SUPERIOR_DEMONBANE - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- SUPERIOR_DEMONBANE - org.dreambot.api.methods.magic.Arceuus
- SW_CASTLE_WARS - org.dreambot.api.methods.fairyring.FairyLocation
- SWAN_SONG - org.dreambot.api.methods.quest.book.PaidQuest
- swap(int, int) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Swaps the contents of two inventory slots, either of which can be empty to simply move an item from one to the other
- swap(Item, Item) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Swaps the first of each item given if found, if you want to swap specific slots use
Inventory.swap(int, int)
instead - SWAP - org.dreambot.api.methods.container.impl.bank.BankMode
- swapToFriends() - Static method in class org.dreambot.api.methods.friend.Friends
-
Swaps to the friend specific tab instead of the ignored tab
- SWORDFISH - org.dreambot.api.data.consumables.Food
T
- T - org.dreambot.api.input.event.impl.keyboard.awt.Key
- Tab - Enum in org.dreambot.api.methods.tabs
- TAB - org.dreambot.api.input.event.impl.keyboard.awt.Key
- tabCheck() - Static method in class org.dreambot.api.methods.input.MouseKeys
-
Checks if the inventory tab is open, if it isn't it opens it
- tabContainerWidgetId() - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Gets the ID of the
WidgetChild
for the tab container - TabKey - Enum in org.dreambot.api.methods.hotkeys
-
Created by Nezz on 5/24/2016.
- TABLE - org.dreambot.api.methods.container.impl.bank.BankType
- Tabs - Class in org.dreambot.api.methods.tabs
- TAI_BWO_WANNAI_SCROLL - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- TAI_BWO_WANNAI_TRIO - org.dreambot.api.methods.quest.book.PaidQuest
- TALE_OF_THE_RIGHTEOUS - org.dreambot.api.methods.quest.book.PaidQuest
- TAN_LEATHER - org.dreambot.api.methods.magic.Lunar
- TARGET - org.dreambot.api.methods.world.WorldType
- TaskNode - Class in org.dreambot.api.script
-
Created with IntelliJ IDEA.
- TaskNode() - Constructor for class org.dreambot.api.script.TaskNode
- TaskScript - Class in org.dreambot.api.script.impl
-
New replacement for NodeScript.
- TaskScript() - Constructor for class org.dreambot.api.script.impl.TaskScript
- TASTE_OF_HOPE - org.dreambot.api.methods.quest.book.PaidQuest
- TAVERLY_POH_OUTSIDE - org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
- TAVERLY_POH_OUTSIDE_TAB - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- TEARS_OF_GUTHIX - org.dreambot.api.methods.quest.book.PaidQuest
- TEARS_OF_GUTHIX - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- TEARS_OF_GUTHIX - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.JewelryBox
- TELE_BLOCK - org.dreambot.api.methods.magic.Normal
- TELE_GROUP_BARBARIAN - org.dreambot.api.methods.magic.Lunar
- TELE_GROUP_CATHERBY - org.dreambot.api.methods.magic.Lunar
- TELE_GROUP_FISHING_GUILD - org.dreambot.api.methods.magic.Lunar
- TELE_GROUP_ICE_PLATEAU - org.dreambot.api.methods.magic.Lunar
- TELE_GROUP_KHAZARD - org.dreambot.api.methods.magic.Lunar
- TELE_GROUP_MOONCLAN - org.dreambot.api.methods.magic.Lunar
- TELE_GROUP_WATERBIRTH - org.dreambot.api.methods.magic.Lunar
- TELEKINETIC_GRAB - org.dreambot.api.methods.magic.Normal
- TELEOTHER_CAMELOT - org.dreambot.api.methods.magic.Normal
- TELEOTHER_FALADOR - org.dreambot.api.methods.magic.Normal
- TELEOTHER_LUMBRIDGE - org.dreambot.api.methods.magic.Normal
- teleport(Minigame) - Static method in class org.dreambot.api.methods.minigame.MinigameTeleports
-
This will select the provided minigame and press the teleport button
- teleport(Teleport) - Method in class org.dreambot.api.methods.walking.web.node.impl.items.RequiredItem.RequiredItemBuilder
- Teleport - Interface in org.dreambot.api.methods.walking.web.node.impl.teleports
- TELEPORT_NODE - org.dreambot.api.methods.walking.web.node.WebNodeType
- TELEPORT_TO_HOUSE - org.dreambot.api.methods.magic.Normal
- TELEPORT_TO_KOUREND - org.dreambot.api.methods.magic.Normal
-
Deprecated.
- TELEPORT_TO_TARGET - org.dreambot.api.methods.magic.Normal
- TeleportObstacle - Class in org.dreambot.api.methods.walking.pathfinding.impl.obstacle.impl
-
Teleport obstacle is one that on completion teleports you to an end tile EX: Abyss obstacles
- TeleportObstacle(String, String) - Constructor for class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.impl.TeleportObstacle
- TeleportObstacle(String, String, Tile, Tile, Condition) - Constructor for class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.impl.TeleportObstacle
-
Instantiates a new Path obstacle with name action, and both primary and secondary tile.
- TeleportSettings - Class in org.dreambot.api.methods.walking.web.node.impl.teleports
- TeleportSettings() - Constructor for class org.dreambot.api.methods.walking.web.node.impl.teleports.TeleportSettings
- TeleportWebNode - Class in org.dreambot.api.methods.walking.web.node.impl.teleports
- TeleportWebNode(Teleport) - Constructor for class org.dreambot.api.methods.walking.web.node.impl.teleports.TeleportWebNode
-
Creates and automatically adds connections to the resulting TeleportWebNode
- TEMP - org.dreambot.api.methods.ForumRank
- TEMPLE_OF_IKOV - org.dreambot.api.methods.quest.book.PaidQuest
- TEMPLE_OF_THE_EYE - org.dreambot.api.methods.quest.book.PaidQuest
- TEN - org.dreambot.api.methods.container.impl.bank.BankQuantitySelection
- TESTING - org.dreambot.api.methods.world.WorldType
- THE_ASCENT_OF_ARCEUUS - org.dreambot.api.methods.quest.book.PaidQuest
- THE_DEPTHS_OF_DESPAIR - org.dreambot.api.methods.quest.book.PaidQuest
- THE_DIG_SITE - org.dreambot.api.methods.quest.book.PaidQuest
- THE_EYES_OF_GLOUPHRIE - org.dreambot.api.methods.quest.book.PaidQuest
- THE_FEUD - org.dreambot.api.methods.quest.book.PaidQuest
- THE_FORSAKEN_TOWER - org.dreambot.api.methods.quest.book.PaidQuest
- THE_FREMENNIK_EXILES - org.dreambot.api.methods.quest.book.PaidQuest
- THE_FREMENNIK_ISLES - org.dreambot.api.methods.quest.book.PaidQuest
- THE_FREMENNIK_TRIALS - org.dreambot.api.methods.quest.book.PaidQuest
- THE_FROZEN_DOOR - org.dreambot.api.methods.quest.book.MiniQuest
- THE_GARDEN_OF_DEATH - org.dreambot.api.methods.quest.book.PaidQuest
- THE_GENERALS_SHADOW - org.dreambot.api.methods.quest.book.MiniQuest
- THE_GIANT_DWARF - org.dreambot.api.methods.quest.book.PaidQuest
- THE_GOLEM - org.dreambot.api.methods.quest.book.PaidQuest
- THE_GRAND_TREE - org.dreambot.api.methods.quest.book.PaidQuest
- THE_GREAT_BRAIN_ROBBERY - org.dreambot.api.methods.quest.book.PaidQuest
- THE_HAND_IN_THE_SAND - org.dreambot.api.methods.quest.book.PaidQuest
- THE_KNIGHTS_SWORD - org.dreambot.api.methods.quest.book.FreeQuest
- THE_LOST_TRIBE - org.dreambot.api.methods.quest.book.PaidQuest
- THE_MAGE_ARENA - org.dreambot.api.methods.quest.book.MiniQuest
- THE_MAGE_ARENA_2 - org.dreambot.api.methods.quest.book.MiniQuest
- THE_PATH_OF_GLOUPHRIE - org.dreambot.api.methods.quest.book.PaidQuest
- THE_QUEEN_OF_THIEVES - org.dreambot.api.methods.quest.book.PaidQuest
- THE_RESTLESS_GHOST - org.dreambot.api.methods.quest.book.FreeQuest
- THE_SCAR - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- THE_SLUG_MENACE - org.dreambot.api.methods.quest.book.PaidQuest
- THE_STRANGLEWOOD - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- THE_TOURIST_TRAP - org.dreambot.api.methods.quest.book.PaidQuest
- THEATRE_OF_BLOOD - org.dreambot.api.methods.minigame.Minigame
- THEATRE_OF_BLOOD_CHEST - org.dreambot.api.methods.container.general.ItemContainerId
- THEM - org.dreambot.api.methods.trade.TradeUser
- THICK_SKIN - org.dreambot.api.methods.prayer.Prayer
- THIEVING - org.dreambot.api.methods.skills.Skill
- THIEVING - org.dreambot.api.script.Category
- THINK - org.dreambot.api.methods.emotes.Emote
- THIRD_TAB - org.dreambot.api.methods.container.impl.bank.BankTab
- THREE - org.dreambot.api.input.event.impl.keyboard.awt.Key
- THREE_HUNDRED_DONOR - org.dreambot.api.methods.ForumRank
- THRONE_OF_MISCELLANIA - org.dreambot.api.methods.quest.book.PaidQuest
- TickEvent - Class in org.dreambot.api.script.event.impl
- TickEvent(boolean) - Constructor for class org.dreambot.api.script.event.impl.TickEvent
- TILDE - org.dreambot.api.input.event.impl.keyboard.awt.Key
- TILDE - org.dreambot.api.utilities.ShiftKeys
- Tile - Class in org.dreambot.api.methods.map
- Tile() - Constructor for class org.dreambot.api.methods.map.Tile
- Tile(int, int) - Constructor for class org.dreambot.api.methods.map.Tile
- Tile(int, int, int) - Constructor for class org.dreambot.api.methods.map.Tile
- TILE - org.dreambot.api.methods.hint.HintArrowType
- TILE_DESTINATION - Static variable in class org.dreambot.api.input.mouse.destination.AbstractMouseDestination
- TileDestination - Class in org.dreambot.api.input.mouse.destination.impl
-
Created by Pandemic
- TileDestination(Tile) - Constructor for class org.dreambot.api.input.mouse.destination.impl.TileDestination
-
Creates an instance of a Tile destination on the game screen
- tileDistance(Tile) - Method in class org.dreambot.api.wrappers.interactive.GameObject
- tileDistance(Tile) - Method in interface org.dreambot.api.wrappers.interactive.Locatable
-
Distance (Chebyshev/Tchebychev) away from the given tile.
- TileFlags - Class in org.dreambot.api.methods.walking.pathfinding.data
-
Defines the
TileMap
collision flags. - TileFlags() - Constructor for class org.dreambot.api.methods.walking.pathfinding.data.TileFlags
- TileMap - Interface in org.dreambot.api.wrappers.map
-
Created with IntelliJ IDEA.
- TileObstacle - Class in org.dreambot.api.methods.walking
- TileObstacle(TileObstacle.Type, GameObject) - Constructor for class org.dreambot.api.methods.walking.TileObstacle
- TileObstacle.Type - Enum in org.dreambot.api.methods.walking
- TileReference - Class in org.dreambot.api.wrappers.map
- TileReference(Object) - Constructor for class org.dreambot.api.wrappers.map.TileReference
-
Note: This shouldn't be used by API users, it's an internal constructor.
- tileToMiniMap(Tile) - Static method in class org.dreambot.api.methods.map.Map
-
Gets the given tile location on the mini map.
- tileToScreen(int, int, double, double, int) - Method in class org.dreambot.api.methods.ViewportTools
-
Tile to offset screen position.
- tileToScreen(int, int, double, double, int) - Method in interface org.dreambot.api.wrappers.graphics.Viewport
-
Tile to offset screen position.
- tileToScreen(int, int, int) - Method in class org.dreambot.api.methods.ViewportTools
-
Converts offset set of local coordinates into their screen positions
- tileToScreen(int, int, int) - Method in interface org.dreambot.api.wrappers.graphics.Viewport
-
Converts offset set of local coordinates into their screen positions
- tileToScreen(Tile) - Static method in class org.dreambot.api.methods.map.Map
-
Gets the current screen position of the given tile.
- tileToScreen(Tile) - Method in class org.dreambot.api.methods.ViewportTools
-
World tile to offset regional tile and converts that regional tile into offset position on the game screen.
- tileToScreen(Tile) - Method in interface org.dreambot.api.wrappers.graphics.Viewport
-
World tile to offset regional tile and converts that regional tile into offset position on the game screen.
- TIMEOUT_MESSAGE - org.dreambot.api.wrappers.widgets.message.MessageType
- Timer - Class in org.dreambot.api.utilities
- Timer() - Constructor for class org.dreambot.api.utilities.Timer
- Timer(long) - Constructor for class org.dreambot.api.utilities.Timer
-
Create a Timer
- TITHE_FARM - org.dreambot.api.methods.minigame.Minigame
- to(Tile) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathQuery.WebPathQueryBuilder
- TOA_REWARD_CHEST - org.dreambot.api.methods.container.general.ItemContainerId
- toArray() - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
- toArray() - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Converts
Inventory.all()
to an Item array - toArray() - Static method in class org.dreambot.api.methods.container.impl.Shop
- toArray() - Static method in class org.dreambot.api.methods.depositbox.DepositBox
- toggle(boolean, Prayer) - Static method in class org.dreambot.api.methods.prayer.Prayers
-
Toggles prayer
- toggleAcceptAid(boolean) - Static method in class org.dreambot.api.ClientSettings
-
Toggles whether accept aid is on or off
- toggleAmmoAutoEquipping(boolean) - Static method in class org.dreambot.api.ClientSettings
- toggleAutoRetaliate(boolean) - Static method in class org.dreambot.api.methods.combat.Combat
-
Toggles the autoretaliate option.
- toggleButtonPressed(MouseButton, boolean) - Static method in class org.dreambot.api.input.Mouse
- toggleBuyPriceWarning(boolean) - Static method in class org.dreambot.api.ClientSettings
-
Toggles whether the buy price warning is on or off
- toggleChatEffects(boolean) - Static method in class org.dreambot.api.ClientSettings
-
Toggles whether chat effects are on or off
- toggleClickThroughChatbox(boolean) - Static method in class org.dreambot.api.ClientSettings
-
Toggles whether click through chatbox is on or off
- toggleCollectionLogNotifications(boolean) - Static method in class org.dreambot.api.ClientSettings
- toggleCollectionLogPopups(boolean) - Static method in class org.dreambot.api.ClientSettings
- toggleDataOrbs(boolean) - Static method in class org.dreambot.api.ClientSettings
-
Toggles whether data orbs are on or off
- toggleEscInterfaceClosing(boolean) - Static method in class org.dreambot.api.ClientSettings
-
Toggles whether using the escape key to close interfaces is on or off
- toggleFeroxExitWarning(boolean) - Static method in class org.dreambot.api.ClientSettings
-
Toggles whether the exit warning for Ferox is on or off
- toggleFeroxExitWarningOnHighRiskWorld(boolean) - Static method in class org.dreambot.api.ClientSettings
-
Toggles whether the exit warning for Ferox while on a high risk world is on or off
- toggleGameAudio(boolean) - Static method in class org.dreambot.api.ClientSettings
-
Toggles whether all game audio settings are on or off
- toggleItemPilesOnDeath(boolean) - Static method in class org.dreambot.api.ClientSettings
-
Toggles whether certain items are piled on death is on or off
- toggleLevelUpInterface(boolean) - Static method in class org.dreambot.api.ClientSettings
-
Toggles whether level-up interfaces are enabled
- toggleLootNotifications(boolean) - Static method in class org.dreambot.api.ClientSettings
-
Turns the loot notifications on or off Does not do initial setting value for loot drop notifications
- toggleMakeXDarts(boolean) - Static method in class org.dreambot.api.ClientSettings
- toggleMenuManipulation(boolean) - Static method in class org.dreambot.api.wrappers.widgets.Menu
- toggleMoveFollowerOptionsLower(boolean) - Static method in class org.dreambot.api.ClientSettings
-
Toggles whether follower options are lower is on or off
- toggleNoClickWalk(boolean) - Static method in class org.dreambot.api.methods.walking.impl.Walking
- togglePlaceholders(boolean) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Toggles whether placeholders are enabled or not
- toggleQuickPrayer(boolean) - Static method in class org.dreambot.api.methods.prayer.Prayers
-
Toggles quick prayer
- toggleResizable(boolean) - Static method in class org.dreambot.api.ClientSettings
-
Toggles whether resizable mode is enabled or not
- toggleRoofs(boolean) - Static method in class org.dreambot.api.ClientSettings
-
Toggles roof visibility through the settings screen
- toggleRun() - Static method in class org.dreambot.api.methods.walking.impl.Walking
-
Turns on/off run.
- toggleRuneAutoPouching(boolean) - Static method in class org.dreambot.api.ClientSettings
- toggleScrollToZoom(boolean) - Static method in class org.dreambot.api.ClientSettings
-
Toggles whether scroll to zoom the camera is on or off
- toggleSellPriceWarning(boolean) - Static method in class org.dreambot.api.ClientSettings
-
Toggles whether the sell price warning is on or off
- toggleSetting(ClientSettings.SettingsTab, String, Condition) - Static method in class org.dreambot.api.ClientSettings
- toggleShiftClickDropping(boolean) - Static method in class org.dreambot.api.ClientSettings
-
Toggles whether shift click dropping is on or off
- toggleSkullPrevention(boolean) - Static method in class org.dreambot.api.ClientSettings
-
Turns skull prevention on or off
- toggleSpecialAttack(boolean) - Static method in class org.dreambot.api.methods.combat.Combat
-
Toggles the special attack option.
- toggleTradeDelay(boolean) - Static method in class org.dreambot.api.ClientSettings
- toggleTransparentChatbox(boolean) - Static method in class org.dreambot.api.ClientSettings
-
Toggles whether transparent chatbox is on or off
- toggleTransparentSidePanel(boolean) - Static method in class org.dreambot.api.ClientSettings
-
Toggles whether transparent side panel is on or off
- toggleWebNodeDebug(boolean) - Static method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
- toggleWorldHopConfirmation(boolean) - Static method in class org.dreambot.api.ClientSettings
- toInstance(Tile) - Static method in class org.dreambot.api.wrappers.map.Region
-
Attempts to turn a Tile from an instanced map area to the current dynamic region
- TOLL_NODE - org.dreambot.api.methods.walking.web.node.WebNodeType
- TollWebNode - Class in org.dreambot.api.methods.walking.web.node.impl
-
Represents a toll node such as a gate
- TollWebNode(int, int) - Constructor for class org.dreambot.api.methods.walking.web.node.impl.TollWebNode
- TollWebNode(int, int, int) - Constructor for class org.dreambot.api.methods.walking.web.node.impl.TollWebNode
- TollWebNode(WebNodes.WebNode) - Constructor for class org.dreambot.api.methods.walking.web.node.impl.TollWebNode
- TOMBS_OF_AMASCUT - org.dreambot.api.methods.minigame.Minigame
- TOO_MANY_ATTEMPTS - org.dreambot.api.methods.RSLoginResponse
- TOO_MANY_ATTEMPTS_LAUNCHER - org.dreambot.api.methods.RSLoginResponse
- TOOLTIP_TIMEOUT - Static variable in class org.dreambot.api.methods.cs2.VarClientInt
- TOOLTIP_VISIBLE - Static variable in class org.dreambot.api.methods.cs2.VarClientInt
- TOP_TO_BOTTOM_THEN_RIGHT - Static variable in class org.dreambot.api.methods.container.impl.StandardDropPattern
- TOS_AGREEMENT - org.dreambot.api.methods.login.LoginStage
- toString() - Method in enum org.dreambot.api.data.consumables.Food
-
Returns the proper name without _'s and proper casing.
- toString() - Method in class org.dreambot.api.input.event.impl.keyboard.awt.DBKeyEvent
- toString() - Method in class org.dreambot.api.input.event.impl.keyboard.KeyboardEvent
- toString() - Method in class org.dreambot.api.input.event.impl.keyboard.type.AbstractKeyEvent
- toString() - Method in class org.dreambot.api.input.event.impl.keyboard.type.HoldKey
- toString() - Method in class org.dreambot.api.input.event.impl.keyboard.type.PressKey
- toString() - Method in class org.dreambot.api.input.event.impl.keyboard.type.ReleaseKey
- toString() - Method in class org.dreambot.api.input.event.impl.keyboard.type.TypeKey
- toString() - Method in class org.dreambot.api.input.event.impl.mouse.awt.DBMouseEvent
- toString() - Method in class org.dreambot.api.input.event.impl.mouse.awt.DBMouseWheelEvent
- toString() - Method in class org.dreambot.api.input.event.impl.mouse.MouseEvent
- toString() - Method in class org.dreambot.api.input.event.impl.mouse.type.ClickEvent
- toString() - Method in class org.dreambot.api.input.mouse.destination.AbstractMouseDestination
- toString() - Method in enum org.dreambot.api.methods.container.impl.bank.BankLocation
- toString() - Method in enum org.dreambot.api.methods.container.impl.bank.BankMode
- toString() - Method in enum org.dreambot.api.methods.container.impl.bank.BankQuantitySelection
- toString() - Method in class org.dreambot.api.methods.diary.Diary
- toString() - Method in class org.dreambot.api.methods.diary.requirement.DiaryRequirement
-
Deprecated.
- toString() - Method in class org.dreambot.api.methods.diary.requirement.impl.AnyRequirement
-
Deprecated.
- toString() - Method in class org.dreambot.api.methods.diary.requirement.impl.CombatRequirement
-
Deprecated.
- toString() - Method in class org.dreambot.api.methods.diary.requirement.impl.CombinedSkillRequirement
-
Deprecated.
- toString() - Method in class org.dreambot.api.methods.diary.requirement.impl.FavourRequirement
-
Deprecated.
- toString() - Method in class org.dreambot.api.methods.diary.requirement.impl.QuestPointRequirement
-
Deprecated.
- toString() - Method in class org.dreambot.api.methods.diary.requirement.impl.QuestRequirement
-
Deprecated.
- toString() - Method in class org.dreambot.api.methods.diary.requirement.impl.SkillRequirement
-
Deprecated.
- toString() - Method in class org.dreambot.api.methods.ForumUser
- toString() - Method in class org.dreambot.api.methods.hint.HintArrow
- toString() - Method in enum org.dreambot.api.methods.input.mouse.CrosshairState
- toString() - Method in enum org.dreambot.api.methods.magic.Ancient
- toString() - Method in enum org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- toString() - Method in enum org.dreambot.api.methods.magic.Arceuus
- toString() - Method in enum org.dreambot.api.methods.magic.Lunar
- toString() - Method in enum org.dreambot.api.methods.magic.Normal
- toString() - Method in class org.dreambot.api.methods.map.Tile
- toString() - Method in enum org.dreambot.api.methods.prayer.Prayer
- toString() - Method in enum org.dreambot.api.methods.skills.Skill
- toString() - Method in enum org.dreambot.api.methods.tabs.Tab
- toString() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.node.PathNode
- toString() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.impl.SOSDoor
- toString() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathNode
- toString() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathQuery.WebPathQueryBuilder
- toString() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathResponse.WebPathResponseBuilder
- toString() - Method in class org.dreambot.api.methods.walking.web.node.AbstractWebNode
- toString() - Method in class org.dreambot.api.methods.walking.web.node.impl.EntranceWebNode
- toString() - Method in class org.dreambot.api.methods.walking.web.node.impl.items.RequiredItem.RequiredItemBuilder
- toString() - Method in class org.dreambot.api.methods.walking.web.node.impl.items.RequiredItem
- toString() - Method in class org.dreambot.api.methods.walking.web.node.impl.pathaware.MagicCarpetWebNode
- toString() - Method in class org.dreambot.api.methods.walking.web.node.impl.pathaware.SelfConnectingWebNode
- toString() - Method in class org.dreambot.api.methods.walking.web.node.impl.pathaware.ShipWebNode
- toString() - Method in class org.dreambot.api.methods.walking.web.node.impl.teleports.TeleportWebNode
- toString() - Method in enum org.dreambot.api.methods.walking.web.node.WebNodeType
- toString() - Method in class org.dreambot.api.methods.widget.Widget
- toString() - Method in class org.dreambot.api.methods.world.World
-
Gets the String value of the world, example: W330
- toString() - Method in enum org.dreambot.api.randoms.RandomEvent
- toString() - Method in class org.dreambot.api.script.event.impl.ActionEvent
- toString() - Method in class org.dreambot.api.script.event.impl.BankItemEvent
- toString() - Method in class org.dreambot.api.script.event.impl.EquipmentItemEvent
- toString() - Method in class org.dreambot.api.script.event.impl.ExperienceEvent
- toString() - Method in class org.dreambot.api.script.event.impl.GameObjectSpawnEvent
- toString() - Method in class org.dreambot.api.script.event.impl.GroundItemSpawnEvent
- toString() - Method in class org.dreambot.api.script.event.impl.InventoryItemEvent
- toString() - Method in class org.dreambot.api.script.event.impl.MenuAddedEvent
- toString() - Method in class org.dreambot.api.script.event.impl.NpcAnimationEvent
- toString() - Method in class org.dreambot.api.script.event.impl.PlayerAnimationEvent
- toString() - Method in class org.dreambot.api.script.event.impl.SpawnEvent
- toString() - Method in class org.dreambot.api.script.schedule.ScriptScheduler
- toString() - Method in class org.dreambot.api.wrappers.graphics.GraphicsObject
- toString() - Method in class org.dreambot.api.wrappers.graphics.Projectile
- toString() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- toString() - Method in class org.dreambot.api.wrappers.interactive.NPC
- toString() - Method in class org.dreambot.api.wrappers.interactive.Player
- toString() - Method in enum org.dreambot.api.wrappers.interactive.util.Direction
- toString() - Method in class org.dreambot.api.wrappers.items.GroundItem
- toString() - Method in class org.dreambot.api.wrappers.items.Item
- toString() - Method in class org.dreambot.api.wrappers.widgets.MenuRow
- toString() - Method in class org.dreambot.api.wrappers.widgets.message.Message
- toString() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
- TOTAL_LEVEL - org.dreambot.api.methods.RSLoginResponse
- toTile() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.node.PathNode
-
Creates a global tile from current client global coordinates from node coordinates
- toTile(int, int) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.node.PathNode
-
Creates a global tile from node coordinates.
- TOURNAMENT - org.dreambot.api.methods.world.WorldType
- TOWER_OF_LIFE - org.dreambot.api.methods.fairyring.FairyLocation
- TOWER_OF_LIFE - org.dreambot.api.methods.quest.book.PaidQuest
- Trade - Class in org.dreambot.api.methods.trade
- TRADE - org.dreambot.api.methods.container.general.ItemContainerId
- TRADE - org.dreambot.api.methods.container.impl.ContainerType
- TRADE - org.dreambot.api.wrappers.widgets.message.MessageType
- TRADE_COMPLETE - org.dreambot.api.wrappers.widgets.message.MessageType
- TRADE_OTHER - org.dreambot.api.methods.container.general.ItemContainerId
- TRADE_SENT - org.dreambot.api.wrappers.widgets.message.MessageType
- TRADE_WITH_CAUTION - org.dreambot.api.methods.ForumRank
- TradeUser - Enum in org.dreambot.api.methods.trade
- tradeWithPlayer(String) - Static method in class org.dreambot.api.methods.trade.Trade
-
Trades with player specified
- tradeWithPlayer(Player) - Static method in class org.dreambot.api.methods.trade.Trade
-
Trades with player specified
- translate(int, int) - Method in class org.dreambot.api.methods.map.Tile
-
Translates this Tile reference's location by the specified amount and returns itself
- translate(Tile) - Method in class org.dreambot.api.methods.map.Tile
-
Translates this Tile's location by the specified amount and returns then this Tile with the updated location.
- travel(String[]) - Static method in class org.dreambot.api.methods.fairyring.FairyRings
-
See travel(FairyLocation fl) Except given the code as a String array (ignores upper/lower case)
- travel(FairyLocation) - Static method in class org.dreambot.api.methods.fairyring.FairyRings
-
Travels to a fairy location, if it exists in your quick travel list, it will use the quick travel otherwise it will enter the code and click travel.
- travelInterfaceOpen() - Static method in class org.dreambot.api.methods.fairyring.FairyRings
-
Checks if the fairy ring travel interface is open
- traverse() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.impl.PassableObstacle
- traverse() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.impl.SOSDoor
- traverse() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.impl.TeleportObstacle
- traverse() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.PathObstacle
-
Traverses the obstacle **NOTE** this is not abstract to preserve current compilation of existing overrides At some point when deprecated methods start to be removed, this *will* become abstract
- TREE_GNOME_VILLAGE - org.dreambot.api.methods.quest.book.PaidQuest
- TreeScript - Class in org.dreambot.api.script.frameworks.treebranch
-
Framework implementation of
AbstractScript
based on the Tree Branch Leaf framework created by LostVirt https://github.com/LostVirt/Dreambot-Tree-Branch-Framework Creates aRoot
node, which has a linked list ofBranch
, each of which has a linked list ofLeaf
- TreeScript() - Constructor for class org.dreambot.api.script.frameworks.treebranch.TreeScript
-
Creates a default root node, setting the root's parent to this tree
- TRIAL_MODERATOR - org.dreambot.api.methods.ForumRank
- TRIBAL_TOTEM - org.dreambot.api.methods.quest.book.PaidQuest
- TROLL_ROMANCE - org.dreambot.api.methods.quest.book.PaidQuest
- TROLL_STRONGHOLD - org.dreambot.api.methods.quest.book.PaidQuest
- TROLL_STRONGHOLD - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.HousePortal
- TROLLHEIM - org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
- TROLLHEIM_TELEPORT - org.dreambot.api.methods.magic.Normal
- TROUBLE_BREWING - org.dreambot.api.methods.minigame.Minigame
- TROUT - org.dreambot.api.data.consumables.Food
- TUNA - org.dreambot.api.data.consumables.Food
- TUNA_POTATO - org.dreambot.api.data.consumables.Food
- TWENTY_FIVE_DONOR - org.dreambot.api.methods.ForumRank
- TWILIGHTS_PROMISE - org.dreambot.api.methods.quest.book.PaidQuest
- TWISTED - org.dreambot.api.methods.world.WorldType
- TWO - org.dreambot.api.input.event.impl.keyboard.awt.Key
- type() - Method in class org.dreambot.api.input.mouse.destination.AbstractMouseDestination
-
Mouse destination type id.
- type() - Method in class org.dreambot.api.input.mouse.destination.impl.EntityDestination
-
Mouse destination type id.
- type() - Method in class org.dreambot.api.input.mouse.destination.impl.MiniMapTileDestination
-
Mouse destination type id.
- type() - Method in class org.dreambot.api.input.mouse.destination.impl.PointDestination
-
Mouse destination type id.
- type() - Method in class org.dreambot.api.input.mouse.destination.impl.shape.AreaDestination
-
Mouse destination type id.
- type() - Method in class org.dreambot.api.input.mouse.destination.impl.shape.PolygonDestination
-
Mouse destination type id.
- type() - Method in class org.dreambot.api.input.mouse.destination.impl.shape.RectangleDestination
-
Mouse destination type id.
- type() - Method in class org.dreambot.api.input.mouse.destination.impl.shape.ShapeDestination
-
Mouse destination type id.
- type() - Method in class org.dreambot.api.input.mouse.destination.impl.TileDestination
-
Mouse destination type id.
- type(Object) - Static method in class org.dreambot.api.input.Keyboard
-
Types out a given message, will press enter at the end if successful
- type(Object) - Static method in class org.dreambot.api.methods.input.Keyboard
-
Deprecated.
- type(Object, boolean) - Static method in class org.dreambot.api.input.Keyboard
-
Types out a given message, optionally pressing enter
- type(Object, boolean) - Static method in class org.dreambot.api.methods.input.Keyboard
-
Deprecated.
- type(Object, boolean, boolean) - Static method in class org.dreambot.api.input.Keyboard
-
Types out a given message, optionally pressing enter and optionally making mistakes
- type(Object, boolean, boolean) - Static method in class org.dreambot.api.methods.input.Keyboard
-
Deprecated.
- type(Object, boolean, Condition) - Static method in class org.dreambot.api.input.Keyboard
-
Types out a given message, optionally pressing enter Uses a stop
Condition
that will cause the typing to be interrupted and stopped. - type(Object, boolean, Condition) - Static method in class org.dreambot.api.methods.input.Keyboard
-
Deprecated.
- typeKey(char) - Method in class org.dreambot.api.input.keyboard.StandardKeyboardAlgorithm
- typeKey(int) - Static method in class org.dreambot.api.input.Keyboard
-
Types a
Key
based on the keyCode passed in. - typeKey(Key) - Method in interface org.dreambot.api.input.keyboard.KeyboardTypingAlgorithm
-
Handles typing of a singular
Key
If you require typing a character that is not in the Key list, the key events are able to send the raw character NOTE - the internal information of the event will not be correct if we do not have the key information for it. - typeKey(Key) - Method in class org.dreambot.api.input.keyboard.StandardKeyboardAlgorithm
- typeKey(Key) - Static method in class org.dreambot.api.input.Keyboard
-
Types a
Key
Handles the full press, type(if necessary), release Defaults to not push enter. - TypeKey - Class in org.dreambot.api.input.event.impl.keyboard.type
-
Creates a
KeyEvent.KEY_TYPED
event Does NOT handle press or release events. - TypeKey(char) - Constructor for class org.dreambot.api.input.event.impl.keyboard.type.TypeKey
- TypeKey(Key) - Constructor for class org.dreambot.api.input.event.impl.keyboard.type.TypeKey
- typeOption(int) - Static method in class org.dreambot.api.methods.dialogues.Dialogues
-
Types the key of the given option index.
- typeOption(String) - Static method in class org.dreambot.api.methods.dialogues.Dialogues
-
Selects a dialogue option using the corresponding number key NOT CASE SENSITIVE
- typeSpecialKey(int) - Static method in class org.dreambot.api.methods.input.Keyboard
-
Deprecated.
- TZHAAR - org.dreambot.api.methods.container.impl.bank.BankLocation
- TZHAAR - org.dreambot.api.methods.fairyring.FairyLocation
- TZHAAR_EAST - org.dreambot.api.methods.container.impl.bank.BankLocation
- TZHAAR_FIGHT_PIT - org.dreambot.api.methods.minigame.Minigame
- TZTOK_JAD_MAGIC_ATTACK - Static variable in class org.dreambot.api.methods.Animations
- TZTOK_JAD_RANGE_ATTACK - Static variable in class org.dreambot.api.methods.Animations
U
- U - org.dreambot.api.input.event.impl.keyboard.awt.Key
- UK - org.dreambot.api.methods.world.Location
- ULTIMATE_STRENGTH - org.dreambot.api.methods.prayer.Prayer
- UNABLE_TO_CONNECT - org.dreambot.api.methods.RSLoginResponse
- UNDEAD_GRASP - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- UNDEAD_GRASP - org.dreambot.api.methods.magic.Arceuus
- UNDERGROUND_PASS - org.dreambot.api.methods.quest.book.PaidQuest
- UNDERSCORE - org.dreambot.api.input.event.impl.keyboard.awt.Key
- unequip(EquipmentSlot) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Unequips the equipment from the equipment slot
- unequip(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Unequips an item that matches the given Filter
- UNEXPECTED_LOGIN_RESPONSE - org.dreambot.api.methods.RSLoginResponse
- UNEXPECTED_SERVER_RESPONSE - org.dreambot.api.methods.RSLoginResponse
- UNKNOWN - org.dreambot.api.input.event.impl.keyboard.KeyLocation
- UNKNOWN - org.dreambot.api.methods.world.WorldType
- UNLOADED - Static variable in class org.dreambot.api.methods.walking.pathfinding.data.TileFlags
- Unobfuscated - Annotation Type in org.dreambot.api.script
-
You can mark your classes, fields, or methods with this annotation to not have them obfuscated or renamed in the SDN
- unregisterSolver(String) - Method in class org.dreambot.api.randoms.RandomManager
-
Removes a random solvers with a given event string.
- unregisterSolver(RandomEvent) - Method in class org.dreambot.api.randoms.RandomManager
-
Removes a random solver.
- UNSUCCESSFUL_LOGIN - org.dreambot.api.methods.RSLoginResponse
- UP - org.dreambot.api.input.event.impl.keyboard.awt.Key
- UP - org.dreambot.api.input.event.impl.mouse.impl.wheel.WheelMode
-
Deprecated.
- UP - org.dreambot.api.input.event.impl.mouse.WheelMode
- update() - Method in class org.dreambot.api.utilities.InventoryMonitor
-
Deprecated.Update item cache.
- update() - Method in class org.dreambot.core.Instance
- update(Model) - Method in class org.dreambot.api.wrappers.interactive.Model
-
Update model.
- UPDATE_DOB - org.dreambot.api.methods.login.LoginStage
- updateAccount(String, String, String, String, String) - Static method in class org.dreambot.api.utilities.AccountManager
-
Updates an account based on the given username If an account does not yet exist for this username, a new one will be added
- updateAccount(String, String, String, String, String, boolean) - Static method in class org.dreambot.api.utilities.AccountManager
-
Updates an account based on the given username If an account does not yet exist for this username, a new one will be added
- updateAccount(String, String, String, String, String, boolean, String, String) - Static method in class org.dreambot.api.utilities.AccountManager
- updateBanStatus(String, boolean) - Static method in class org.dreambot.api.utilities.AccountManager
-
Updates the ban status on an account based on the given nickname.
- updateCache() - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Used for updating the bank cache, generally reserved for internal use but can be called in a script during custom banking This will clear the bank cache and update it with all bank items
- updateCache(Collection<Item>) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Clears the bank history cache and fills it with the given collection of items, only works if bank is open
- updateCost() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathNode
- UPDATED - org.dreambot.api.methods.RSLoginResponse
- updatePing(World) - Static method in class org.dreambot.api.methods.world.Worlds
- updateReference(Object) - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
This shouldn't be used by API users, it's an internal method.
- US - org.dreambot.api.methods.trade.TradeUser
- USA - org.dreambot.api.methods.world.Location
- USA_EAST - org.dreambot.api.methods.world.Location
- USA_WEST - org.dreambot.api.methods.world.Location
- use(int) - Static method in class org.dreambot.api.methods.container.impl.Inventory
- use(String) - Static method in class org.dreambot.api.methods.container.impl.Inventory
- use(Item) - Static method in class org.dreambot.api.methods.container.impl.Inventory
- useBankCache(boolean) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathQuery.WebPathQueryBuilder
- useOn(int) - Method in class org.dreambot.api.wrappers.items.Item
-
Uses this item on another item
Note: this item MUST be an inventory item for this method to work - useOn(String) - Method in class org.dreambot.api.wrappers.items.Item
-
Uses this item on another item
Note: this item MUST be an inventory item for this method to work - useOn(Filter<Item>) - Method in class org.dreambot.api.wrappers.items.Item
-
Uses this item on another item
Note: this item MUST be an inventory item for this method to work - useOn(Entity) - Method in class org.dreambot.api.wrappers.items.Item
-
Uses this item on an entity
Note: this item MUST be an inventory item for this method to work - useOn(Item) - Method in class org.dreambot.api.wrappers.items.Item
-
Uses this item on another item
Note: both items MUST be inventory items for this method to work - USING_GILDED_ALTAR - Static variable in class org.dreambot.api.methods.Animations
- UTILITY - org.dreambot.api.script.Category
V
- V - org.dreambot.api.input.event.impl.keyboard.awt.Key
- valid() - Method in class org.dreambot.api.input.mouse.destination.AbstractMouseDestination
-
Determines if the current destination is valid and visible.
- VALIDATING - org.dreambot.api.methods.ForumRank
- valueOf(String) - Static method in enum org.dreambot.api.ClientSettings.SettingsTab
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.data.ActionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.data.ClientLayout
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.data.consumables.Food
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.data.GameState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.input.event.impl.InteractionSetting
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.input.event.impl.keyboard.awt.Key
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.input.event.impl.keyboard.KeyLocation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.input.event.impl.mouse.impl.click.ClickMode
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.input.event.impl.mouse.impl.wheel.WheelMode
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.input.event.impl.mouse.MouseButton
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.input.event.impl.mouse.MouseMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.input.event.impl.mouse.WheelMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.methods.clan.chat.ClanChatMember.Rank
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.methods.clan.chat.ClanChatTab
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.methods.clan.ClanMember.Rank
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.methods.combat.CombatStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.methods.container.general.ItemContainerId
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.methods.container.impl.bank.BankLocation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.methods.container.impl.bank.BankMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.methods.container.impl.bank.BankQuantitySelection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.methods.container.impl.bank.BankScroll
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.methods.container.impl.bank.BankTab
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.methods.container.impl.bank.BankType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.methods.container.impl.ContainerType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.methods.container.impl.equipment.EquipmentSlot
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.methods.diary.requirement.impl.FavourRequirement.House
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.methods.emotes.Emote
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.methods.event.CameraEvent.CameraType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.methods.fairyring.FairyLocation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.methods.favour.House
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.methods.ForumRank
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.methods.grandexchange.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.methods.hint.HintArrowType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.methods.hotkeys.Hotkey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.methods.hotkeys.NPCAttackOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.methods.hotkeys.PlayerAttackOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.methods.hotkeys.TabKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.methods.input.CameraMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.methods.input.mouse.CrosshairState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.methods.input.mouse.MouseSetting
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.methods.input.mouse.MouseSettings.Hand
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.methods.login.LoginStage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.methods.magic.Ancient
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.methods.magic.Arceus
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.methods.magic.Arceuus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.methods.magic.Lunar
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.methods.magic.Normal
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.methods.magic.Spellbook
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.methods.minigame.Minigame
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.methods.prayer.Prayer
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.methods.quest.book.FreeQuest
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.methods.quest.book.MiniQuest
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.methods.quest.book.PaidQuest
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.methods.quest.book.Quest.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.methods.quest.book.Quest.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.methods.RSLoginResponse
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.methods.skills.Skill
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.methods.tabs.Tab
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.methods.trade.TradeUser
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.methods.walking.path.PathDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.methods.walking.TileObstacle.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.methods.walking.web.node.impl.teleports.poh.HousePortal
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.methods.walking.web.node.impl.teleports.poh.JewelryBox
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.methods.walking.web.node.WebNodeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.methods.world.Location
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.methods.world.WorldType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.randoms.RandomEvent
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.randoms.RandomManager.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.script.Category
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.script.ScriptManager.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.utilities.Logger.LogType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.utilities.ShiftKeys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.wrappers.interactive.util.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.dreambot.api.wrappers.widgets.message.MessageType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.dreambot.api.ClientSettings.SettingsTab
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.data.ActionMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.data.ClientLayout
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.data.consumables.Food
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.data.GameState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.input.event.impl.InteractionSetting
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.input.event.impl.keyboard.awt.Key
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.input.event.impl.keyboard.KeyLocation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.input.event.impl.mouse.impl.click.ClickMode
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.input.event.impl.mouse.impl.wheel.WheelMode
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.input.event.impl.mouse.MouseButton
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.input.event.impl.mouse.MouseMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.input.event.impl.mouse.WheelMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.methods.clan.chat.ClanChatMember.Rank
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.methods.clan.chat.ClanChatTab
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.methods.clan.ClanMember.Rank
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.methods.combat.CombatStyle
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.methods.container.general.ItemContainerId
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.methods.container.impl.bank.BankLocation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.methods.container.impl.bank.BankMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.methods.container.impl.bank.BankQuantitySelection
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.methods.container.impl.bank.BankScroll
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.methods.container.impl.bank.BankTab
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.methods.container.impl.bank.BankType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.methods.container.impl.ContainerType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.methods.container.impl.equipment.EquipmentSlot
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.methods.diary.requirement.impl.FavourRequirement.House
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.methods.emotes.Emote
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.methods.event.CameraEvent.CameraType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.methods.fairyring.FairyLocation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.methods.favour.House
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.methods.ForumRank
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.methods.grandexchange.Status
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.methods.hint.HintArrowType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.methods.hotkeys.Hotkey
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.methods.hotkeys.NPCAttackOption
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.methods.hotkeys.PlayerAttackOption
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.methods.hotkeys.TabKey
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.methods.input.CameraMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.methods.input.mouse.CrosshairState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.methods.input.mouse.MouseSetting
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.methods.input.mouse.MouseSettings.Hand
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.methods.login.LoginStage
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.methods.magic.Ancient
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.methods.magic.Arceus
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.methods.magic.Arceuus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.methods.magic.Lunar
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.methods.magic.Normal
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.methods.magic.Spellbook
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.methods.minigame.Minigame
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.methods.prayer.Prayer
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.methods.quest.book.FreeQuest
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.methods.quest.book.MiniQuest
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.methods.quest.book.PaidQuest
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.methods.quest.book.Quest.State
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.methods.quest.book.Quest.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in interface org.dreambot.api.methods.quest.book.Quest
- values() - Static method in enum org.dreambot.api.methods.RSLoginResponse
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.methods.skills.Skill
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.methods.tabs.Tab
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.methods.trade.TradeUser
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.methods.walking.path.PathDirection
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.methods.walking.TileObstacle.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.methods.walking.web.node.impl.teleports.poh.HousePortal
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.methods.walking.web.node.impl.teleports.poh.JewelryBox
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.methods.walking.web.node.WebNodeType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.methods.world.Location
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.methods.world.WorldType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.randoms.RandomEvent
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.randoms.RandomManager.State
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.script.Category
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.script.ScriptManager.State
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.utilities.Logger.LogType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.utilities.ShiftKeys
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.wrappers.interactive.util.Direction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.dreambot.api.wrappers.widgets.message.MessageType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VAMPIRE_SLAYER - org.dreambot.api.methods.quest.book.FreeQuest
- VarBit - Class in org.dreambot.api.methods.settings.vars
- VarBit() - Constructor for class org.dreambot.api.methods.settings.vars.VarBit
- VarBitEvent - Class in org.dreambot.api.script.event.impl
- VarBitEvent(int, int, int) - Constructor for class org.dreambot.api.script.event.impl.VarBitEvent
- VarClientInt - Class in org.dreambot.api.methods.cs2
- VarClientInt() - Constructor for class org.dreambot.api.methods.cs2.VarClientInt
- VarClientString - Class in org.dreambot.api.methods.cs2
- VarClientString() - Constructor for class org.dreambot.api.methods.cs2.VarClientString
- Varcs - Class in org.dreambot.api.methods.settings
- VarListener - Interface in org.dreambot.api.script.listener
-
Fires an event when vars change
- VarpEvent - Class in org.dreambot.api.script.event.impl
- VarpEvent(int, int, int) - Constructor for class org.dreambot.api.script.event.impl.VarpEvent
- VarPlayer - Class in org.dreambot.api.methods.settings.vars
-
Use these in conjunction with
PlayerSettings.getConfig(int)
- VarPlayer() - Constructor for class org.dreambot.api.methods.settings.vars.VarPlayer
- VARROCK - org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
- VARROCK - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.HousePortal
- VARROCK_EAST - org.dreambot.api.methods.container.impl.bank.BankLocation
- VARROCK_TAB - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- VARROCK_TELEPORT - org.dreambot.api.methods.magic.Normal
- VARROCK_WEST - org.dreambot.api.methods.container.impl.bank.BankLocation
- VarrockDiary - Class in org.dreambot.api.methods.diary
- VarrockDiary() - Constructor for class org.dreambot.api.methods.diary.VarrockDiary
- Vector - Class in org.dreambot.api.utilities
- Vector - Interface in org.dreambot.api.input.event.impl.mouse.vector
-
Deprecated.Unused
- Vector(double, double, int) - Constructor for class org.dreambot.api.utilities.Vector
- VENGEANCE - org.dreambot.api.methods.magic.Lunar
- VENGEANCE_OTHER - org.dreambot.api.methods.magic.Lunar
- VER_SINHAZA - org.dreambot.api.methods.container.impl.bank.BankLocation
- VER_SINHAZA - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- Verified - Interface in org.dreambot.api.wrappers.interactive
-
Created with IntelliJ IDEA.
- verify() - Method in interface org.dreambot.api.utilities.impl.Condition
- verifyPostInteract() - Method in class org.dreambot.api.input.mouse.destination.AbstractMouseDestination
-
Verification/callback after your interaction has been completed
EntityDestination
would implement this to check for crosshair color, for example. - verifyPostInteract() - Method in class org.dreambot.api.input.mouse.destination.impl.EntityDestination
- verifyPostInteract() - Method in class org.dreambot.api.input.mouse.destination.impl.TileDestination
- verifyTrade(boolean, Item[]) - Static method in class org.dreambot.api.methods.trade.Trade
-
Simply checks the given array of Items against the array of items in the screen - must be on the second trade screen
- version() - Method in annotation type org.dreambot.api.script.ScriptManifest
- Viewport - Interface in org.dreambot.api.wrappers.graphics
-
Created with IntelliJ IDEA.
- ViewportTools - Class in org.dreambot.api.methods
-
Created with IntelliJ IDEA.
- ViewportTools() - Constructor for class org.dreambot.api.methods.ViewportTools
- VILE_VIGOUR - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- VILE_VIGOUR - org.dreambot.api.methods.magic.Arceuus
- VIP - org.dreambot.api.methods.ForumRank
- visit(int, int) - Method in class org.dreambot.api.wrappers.map.impl.CollisionMap
-
Notification that the path finder visited a given tile.
- visit(int, int) - Method in interface org.dreambot.api.wrappers.map.TileMap
-
Notification that the path finder visited a given tile.
- VOLCANIC_MINE - org.dreambot.api.methods.minigame.Minigame
- VOTE - org.dreambot.api.methods.RSLoginResponse
- VULNERABILITY - org.dreambot.api.methods.magic.Normal
W
- W - org.dreambot.api.input.event.impl.keyboard.awt.Key
- walk() - Method in class org.dreambot.api.methods.walking.path.AbstractPath
-
Walks the next point in the path
- walk() - Method in class org.dreambot.api.methods.walking.path.impl.GlobalPath
-
Walks the next point in the path
- walk() - Method in class org.dreambot.api.methods.walking.path.impl.LocalPath
-
Walks the next point in the path
- walk(int, int) - Static method in class org.dreambot.api.methods.walking.impl.Walking
-
Walks to the tile at (x, y, 0)
- walk(int, int, int) - Static method in class org.dreambot.api.methods.walking.impl.Walking
-
Walks to the tile at (x, y, z)
- walk(Tile) - Static method in class org.dreambot.api.methods.walking.impl.Walking
-
Walks to the given tile, using a combination of web and local pathfinders, handling obstacles along the way as necessary.
- walk(Entity) - Static method in class org.dreambot.api.methods.walking.impl.Walking
-
Walks to the tile (or the nearest walkable tile) of the entity.
- walk(Locatable) - Static method in class org.dreambot.api.methods.walking.impl.Walking
-
Walks to the given
Locatable
, using a combination of web and local pathfinders, handling obstacles along the way as necessary. - WALK - org.dreambot.api.methods.input.mouse.MouseSetting
- walkExact(Tile) - Static method in class org.dreambot.api.methods.walking.impl.Walking
-
Attempts to walk to the exact tile
- Walking - Class in org.dreambot.api.methods.walking.impl
-
A class containing every method you need to walk anywhere in the game.
- walkingDistance(Tile) - Method in class org.dreambot.api.methods.map.Tile
- walkingDistance(Tile) - Method in class org.dreambot.api.methods.walking.web.node.AbstractWebNode
- walkingDistance(Tile) - Method in class org.dreambot.api.wrappers.interactive.Entity
- walkingDistance(Tile) - Method in class org.dreambot.api.wrappers.interactive.GameObject
- walkingDistance(Tile) - Method in interface org.dreambot.api.wrappers.interactive.Locatable
-
Walking distance based on pathfinding to the given tile.
- WalkingQueueSpeed - Class in org.dreambot.api.wrappers.interactive
- walkOnScreen(Tile) - Static method in class org.dreambot.api.methods.walking.impl.Walking
-
Clicks on a tile on the main game screen
- WALL_ALLOW_RANGE_EAST - Static variable in class org.dreambot.api.methods.walking.pathfinding.data.TileFlags
- WALL_ALLOW_RANGE_NORTH - Static variable in class org.dreambot.api.methods.walking.pathfinding.data.TileFlags
- WALL_ALLOW_RANGE_NORTHEAST - Static variable in class org.dreambot.api.methods.walking.pathfinding.data.TileFlags
- WALL_ALLOW_RANGE_NORTHWEST - Static variable in class org.dreambot.api.methods.walking.pathfinding.data.TileFlags
- WALL_ALLOW_RANGE_SOUTH - Static variable in class org.dreambot.api.methods.walking.pathfinding.data.TileFlags
- WALL_ALLOW_RANGE_SOUTHEAST - Static variable in class org.dreambot.api.methods.walking.pathfinding.data.TileFlags
- WALL_ALLOW_RANGE_SOUTHWEST - Static variable in class org.dreambot.api.methods.walking.pathfinding.data.TileFlags
- WALL_ALLOW_RANGE_WEST - Static variable in class org.dreambot.api.methods.walking.pathfinding.data.TileFlags
- WALL_BLOCK_EAST - Static variable in class org.dreambot.api.methods.walking.pathfinding.data.TileFlags
- WALL_BLOCK_NORTH - Static variable in class org.dreambot.api.methods.walking.pathfinding.data.TileFlags
- WALL_BLOCK_NORTHEAST - Static variable in class org.dreambot.api.methods.walking.pathfinding.data.TileFlags
- WALL_BLOCK_NORTHWEST - Static variable in class org.dreambot.api.methods.walking.pathfinding.data.TileFlags
- WALL_BLOCK_SIGHT_EAST - Static variable in class org.dreambot.api.methods.walking.pathfinding.data.TileFlags
- WALL_BLOCK_SIGHT_NORTH - Static variable in class org.dreambot.api.methods.walking.pathfinding.data.TileFlags
- WALL_BLOCK_SIGHT_NORTHEAST - Static variable in class org.dreambot.api.methods.walking.pathfinding.data.TileFlags
- WALL_BLOCK_SIGHT_NORTHWEST - Static variable in class org.dreambot.api.methods.walking.pathfinding.data.TileFlags
- WALL_BLOCK_SIGHT_SOUTH - Static variable in class org.dreambot.api.methods.walking.pathfinding.data.TileFlags
- WALL_BLOCK_SIGHT_SOUTHEAST - Static variable in class org.dreambot.api.methods.walking.pathfinding.data.TileFlags
- WALL_BLOCK_SIGHT_SOUTHWEST - Static variable in class org.dreambot.api.methods.walking.pathfinding.data.TileFlags
- WALL_BLOCK_SIGHT_WEST - Static variable in class org.dreambot.api.methods.walking.pathfinding.data.TileFlags
- WALL_BLOCK_SOUTH - Static variable in class org.dreambot.api.methods.walking.pathfinding.data.TileFlags
- WALL_BLOCK_SOUTHEAST - Static variable in class org.dreambot.api.methods.walking.pathfinding.data.TileFlags
- WALL_BLOCK_SOUTHWEST - Static variable in class org.dreambot.api.methods.walking.pathfinding.data.TileFlags
- WALL_BLOCK_WEST - Static variable in class org.dreambot.api.methods.walking.pathfinding.data.TileFlags
- WALL_EAST - Static variable in class org.dreambot.api.methods.walking.pathfinding.data.TileFlags
- WALL_NORTH - Static variable in class org.dreambot.api.methods.walking.pathfinding.data.TileFlags
- WALL_NORTHEAST - Static variable in class org.dreambot.api.methods.walking.pathfinding.data.TileFlags
- WALL_NORTHWEST - Static variable in class org.dreambot.api.methods.walking.pathfinding.data.TileFlags
- WALL_SOUTH - Static variable in class org.dreambot.api.methods.walking.pathfinding.data.TileFlags
- WALL_SOUTHEAST - Static variable in class org.dreambot.api.methods.walking.pathfinding.data.TileFlags
- WALL_SOUTHWEST - Static variable in class org.dreambot.api.methods.walking.pathfinding.data.TileFlags
- WALL_WEST - Static variable in class org.dreambot.api.methods.walking.pathfinding.data.TileFlags
- WallObject - Class in org.dreambot.api.wrappers.interactive
- WallObject(Object) - Constructor for class org.dreambot.api.wrappers.interactive.WallObject
-
Note: This shouldn't be used by API users, it's an internal constructor.
- WANTED - org.dreambot.api.methods.quest.book.PaidQuest
- WARD_OF_ARCEUUS - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- WARD_OF_ARCEUUS - org.dreambot.api.methods.magic.Arceuus
- warn(Object) - Static method in class org.dreambot.api.utilities.Logger
- warn(String) - Static method in class org.dreambot.api.utilities.StatusBar
-
Shows an orange message in the status bar.
- warn(String, boolean) - Static method in class org.dreambot.api.utilities.StatusBar
-
Shows an orange message in the status bar.
- WARN - org.dreambot.api.utilities.Logger.LogType
- WARNINGS - org.dreambot.api.ClientSettings.SettingsTab
- WARRIORS_GUILD - org.dreambot.api.methods.container.impl.bank.BankLocation
- WARRIORS_GUILD - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- WARRIORS_GUILD - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.JewelryBox
- WATCHTOWER - org.dreambot.api.methods.quest.book.PaidQuest
- WATCHTOWER - org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
- WATCHTOWER_TAB - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- WATCHTOWER_TELEPORT - org.dreambot.api.methods.magic.Normal
- WATER_ALTAR - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- WATER_BLAST - org.dreambot.api.methods.magic.Normal
- WATER_BOLT - org.dreambot.api.methods.magic.Normal
- WATER_STRIKE - org.dreambot.api.methods.magic.Normal
- WATER_SURGE - org.dreambot.api.methods.magic.Normal
- WATER_WAVE - org.dreambot.api.methods.magic.Normal
- WATERBIRTH - org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
- WATERBIRTH_ISLAND - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.HousePortal
- WATERBIRTH_TAB - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- WATERBIRTH_TELEPORT - org.dreambot.api.methods.magic.Lunar
- WATERFALL_QUEST - org.dreambot.api.methods.quest.book.PaidQuest
- WATSON_SCROLL - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- WAVE - org.dreambot.api.methods.emotes.Emote
- WEAKEN - org.dreambot.api.methods.magic.Normal
- WEAPON - org.dreambot.api.methods.container.impl.equipment.EquipmentSlot
- WebFinder - Class in org.dreambot.api.methods.walking.pathfinding.impl.web
-
Web pathfinding class, generally shouldn't need to be accessed directly
- WebNodeBuilder - Class in org.dreambot.api.methods.walking.web.node.builder
-
Created by Nezz on 8/11/2016.
- WebNodeBuilder() - Constructor for class org.dreambot.api.methods.walking.web.node.builder.WebNodeBuilder
- WebNodeType - Enum in org.dreambot.api.methods.walking.web.node
-
Created with IntelliJ IDEA.
- WebPathNode - Class in org.dreambot.api.methods.walking.pathfinding.impl.web
- WebPathNode(WebPathNode, AbstractWebNode, AbstractWebNode) - Constructor for class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathNode
- WebPathQuery - Class in org.dreambot.api.methods.walking.pathfinding.impl.web
-
Web Path Query to calculate a possible web path from a tile to a tile with the option of including the bank cache for required items.
- WebPathQuery.WebPathQueryBuilder - Class in org.dreambot.api.methods.walking.pathfinding.impl.web
- WebPathResponse - Class in org.dreambot.api.methods.walking.pathfinding.impl.web
- WebPathResponse.WebPathResponseBuilder - Class in org.dreambot.api.methods.walking.pathfinding.impl.web
- WELCOME - org.dreambot.api.wrappers.widgets.message.MessageType
- WELCOME_SCREEN - org.dreambot.api.randoms.RandomEvent
- WelcomeScreenSolver - Class in org.dreambot.api.randoms
- WelcomeScreenSolver() - Constructor for class org.dreambot.api.randoms.WelcomeScreenSolver
- WEST - org.dreambot.api.wrappers.interactive.util.Direction
- WEST_ARDOUGNE - org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
- WEST_ARDOUGNE - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.HousePortal
- WEST_ARDOUGNE_TAB - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- WEST_ARDOUGNE_TELEPORT - org.dreambot.api.methods.magic.Arceus
-
Deprecated.
- WEST_ARDOUGNE_TELEPORT - org.dreambot.api.methods.magic.Arceuus
- WesternProvincesDiary - Class in org.dreambot.api.methods.diary
- WesternProvincesDiary() - Constructor for class org.dreambot.api.methods.diary.WesternProvincesDiary
- WHAT_LIES_BELOW - org.dreambot.api.methods.quest.book.PaidQuest
- WHEEL - org.dreambot.api.input.event.impl.mouse.MouseMode
- WHEEL - org.dreambot.api.methods.container.impl.bank.BankScroll
- WheelEvent - Class in org.dreambot.api.input.event.impl.mouse.impl.wheel
-
Deprecated.see
WheelEvent
- WheelEvent - Class in org.dreambot.api.input.event.impl.mouse.type
-
Creates and sends a
MouseEvent.MOUSE_WHEEL
event based on the givenWheelMode
- WheelEvent(WheelMode) - Constructor for class org.dreambot.api.input.event.impl.mouse.impl.wheel.WheelEvent
-
Deprecated.
- WheelEvent(WheelMode, AbstractMouseDestination) - Constructor for class org.dreambot.api.input.event.impl.mouse.impl.wheel.WheelEvent
-
Deprecated.
- WheelEvent(WheelMode) - Constructor for class org.dreambot.api.input.event.impl.mouse.type.WheelEvent
- WheelMode - Enum in org.dreambot.api.input.event.impl.mouse.impl.wheel
-
Deprecated.see
WheelMode
- WheelMode - Enum in org.dreambot.api.input.event.impl.mouse
-
Wheel mode for whether to scroll up or down
- WHILE_GUTHIX_SLEEPS - org.dreambot.api.methods.quest.book.PaidQuest
- Widget - Class in org.dreambot.api.methods.widget
- Widget(int) - Constructor for class org.dreambot.api.methods.widget.Widget
- Widget(int, Object[]) - Constructor for class org.dreambot.api.methods.widget.Widget
- WIDGET_CACHE_TIMER - Static variable in class org.dreambot.api.settings.CacheSettings
- WidgetChild - Class in org.dreambot.api.wrappers.widgets
- WidgetChild(Object) - Constructor for class org.dreambot.api.wrappers.widgets.WidgetChild
-
Note: This shouldn't be used by API users, it's an internal constructor.
- widgetChildId() - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Gets the ID of the
WidgetChild
for the bank interface - widgetChildId() - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Gets the child ID of the
WidgetChild
for the equipment interface - widgetChildId() - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Gets the basic inventory widget child ID Basic meaning bank not open, ge not open, shop not open, etc
- widgetChildId() - Static method in class org.dreambot.api.methods.depositbox.DepositBox
- WidgetDecodedEvent - Class in org.dreambot.api.script.event.impl
- WidgetDecodedEvent(RSWidget) - Constructor for class org.dreambot.api.script.event.impl.WidgetDecodedEvent
- WidgetEventListener - Interface in org.dreambot.api.script.listener
- widgetParentId() - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Gets the ID of the
Widget
for the bank - widgetParentId() - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Gets the ID of the parent
Widget
for the Equipment Interface - widgetParentId() - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Gets the basic inventory widget parent ID Basic meaning bank not open, GE not open, shop not open, etc
- widgetParentId() - Static method in class org.dreambot.api.methods.depositbox.DepositBox
- Widgets - Class in org.dreambot.api.methods.widget
-
API class revolving around
Widget
andWidgetChild
It should be noted thatWidget
is essentially just a container ofWidgetChild
Logic in general should not be applied toWidget
and should instead be focused onWidgetChild
- Widgets() - Constructor for class org.dreambot.api.methods.widget.Widgets
- WILD_PIE - org.dreambot.api.data.consumables.Food
- WILDERNESS_CRABS_TELEPORT - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- WILDERNESS_LOOT_CHEST - org.dreambot.api.methods.container.general.ItemContainerId
- WildernessDiary - Class in org.dreambot.api.methods.diary
- WildernessDiary() - Constructor for class org.dreambot.api.methods.diary.WildernessDiary
- WILDY_DYNAMITE - org.dreambot.api.methods.world.WorldType
- WIND_BLAST - org.dreambot.api.methods.magic.Normal
- WIND_BOLT - org.dreambot.api.methods.magic.Normal
- WIND_STRIKE - org.dreambot.api.methods.magic.Normal
- WIND_SURGE - org.dreambot.api.methods.magic.Normal
- WIND_WAVE - org.dreambot.api.methods.magic.Normal
- WINDOWS - org.dreambot.api.input.event.impl.keyboard.awt.Key
- WINTERTODT - org.dreambot.api.methods.container.impl.bank.BankLocation
- WINTERTODT_CAMP - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- WINTERTODT_CAMP - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.JewelryBox
- WITCHS_HOUSE - org.dreambot.api.methods.quest.book.PaidQuest
- WITCHS_POTION - org.dreambot.api.methods.quest.book.FreeQuest
- withArea(Area) - Method in class org.dreambot.api.methods.map.Area
-
Creates a new
Area
containing the tiles from this area and the given area - withBeta(boolean) - Method in class org.dreambot.api.methods.world.World.WorldBuilder
- withDescription(String) - Method in class org.dreambot.api.methods.world.World.WorldBuilder
- withDmm(boolean) - Method in class org.dreambot.api.methods.world.World.WorldBuilder
- withdraw(int) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Withdraws one of the given item id
- withdraw(int, int) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Withdraws an item for the id and amount given.
- withdraw(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Withdraws one item that matches the given
Filter
- withdraw(Filter<Item>, int) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Withdraws an item that matches the given
Filter
for the given amount For withdraw All-but-one pass in value: -9411 - withdraw(String) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Withdraws one of an item with the given name
- withdraw(String, int) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Withdraws an item for the name and amount given.
- WITHDRAW_X_AMOUNT - Static variable in class org.dreambot.api.methods.settings.vars.VarBit
- withdrawAll(int) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Withdraws all of an item for a given ID
- withdrawAll(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Withdraws all of an item that matches the given
Filter
- withdrawAll(String) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Withdraws all of an item for the given name
- withFreshStart(boolean) - Method in class org.dreambot.api.methods.world.World.WorldBuilder
- withHighRisk(boolean) - Method in class org.dreambot.api.methods.world.World.WorldBuilder
- withHost(String) - Method in class org.dreambot.api.methods.world.World.WorldBuilder
- withID(int) - Method in class org.dreambot.api.methods.world.World.WorldBuilder
- withInterrupt(Condition) - Method in class org.dreambot.api.methods.event.CameraEvent
- withItem(Item) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathQuery.WebPathQueryBuilder
- withItems(Collection<? extends Item>) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathQuery.WebPathQueryBuilder
- withLeague(boolean) - Method in class org.dreambot.api.methods.world.World.WorldBuilder
- withLms(boolean) - Method in class org.dreambot.api.methods.world.World.WorldBuilder
- withLocation(int) - Method in class org.dreambot.api.methods.world.World.WorldBuilder
- withMask(int) - Method in class org.dreambot.api.methods.world.World.WorldBuilder
- withMembers(boolean) - Method in class org.dreambot.api.methods.world.World.WorldBuilder
- withMinLevel(int) - Method in class org.dreambot.api.methods.world.World.WorldBuilder
- withPopulation(int) - Method in class org.dreambot.api.methods.world.World.WorldBuilder
- withPvp(boolean) - Method in class org.dreambot.api.methods.world.World.WorldBuilder
- withPvpArena(boolean) - Method in class org.dreambot.api.methods.world.World.WorldBuilder
- withSuspicious(boolean) - Method in class org.dreambot.api.methods.world.World.WorldBuilder
- withTarget(boolean) - Method in class org.dreambot.api.methods.world.World.WorldBuilder
- withTournament(boolean) - Method in class org.dreambot.api.methods.world.World.WorldBuilder
- WIZARD_DEATH - Static variable in class org.dreambot.api.methods.Animations
- WIZARDS_TOWER - org.dreambot.api.methods.fairyring.FairyLocation
- WIZARDS_TOWER - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- WOODCUTTING - org.dreambot.api.methods.skills.Skill
- WOODCUTTING - org.dreambot.api.script.Category
- WOODCUTTING_3A_AXE - Static variable in class org.dreambot.api.methods.Animations
- WOODCUTTING_ADAMANT - Static variable in class org.dreambot.api.methods.Animations
- WOODCUTTING_BLACK - Static variable in class org.dreambot.api.methods.Animations
- WOODCUTTING_BRONZE - Static variable in class org.dreambot.api.methods.Animations
- WOODCUTTING_CRYSTAL - Static variable in class org.dreambot.api.methods.Animations
- WOODCUTTING_DRAGON - Static variable in class org.dreambot.api.methods.Animations
- WOODCUTTING_GILDED - Static variable in class org.dreambot.api.methods.Animations
- WOODCUTTING_GUILD - org.dreambot.api.methods.container.impl.bank.BankLocation
- WOODCUTTING_GUILD - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- WOODCUTTING_GUILD - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.JewelryBox
- WOODCUTTING_GUILD_DUNGEON - org.dreambot.api.methods.container.impl.bank.BankLocation
- WOODCUTTING_INFERNAL - Static variable in class org.dreambot.api.methods.Animations
- WOODCUTTING_IRON - Static variable in class org.dreambot.api.methods.Animations
- WOODCUTTING_MITHRIL - Static variable in class org.dreambot.api.methods.Animations
- WOODCUTTING_RUNE - Static variable in class org.dreambot.api.methods.Animations
- WOODCUTTING_STEEL - Static variable in class org.dreambot.api.methods.Animations
- World - Class in org.dreambot.api.methods.world
-
Created by Nezz on 1/5/2015.
- World() - Constructor for class org.dreambot.api.methods.world.World
- World(int, boolean, boolean, boolean, boolean, int, int, boolean, boolean, boolean, boolean) - Constructor for class org.dreambot.api.methods.world.World
-
Creates a World object
- WORLD_CACHE_TIMER - Static variable in class org.dreambot.api.settings.CacheSettings
- WORLD_LOCKED - org.dreambot.api.methods.RSLoginResponse
- WORLD_SCREEN - org.dreambot.api.methods.login.LoginStage
- World.WorldBuilder - Class in org.dreambot.api.methods.world
- WorldBuilder() - Constructor for class org.dreambot.api.methods.world.World.WorldBuilder
- WorldHopper - Class in org.dreambot.api.methods.worldhopper
-
Created by Pandemic
- Worlds - Class in org.dreambot.api.methods.world
-
Created by Nezz on 1/5/2015.
- WorldType - Enum in org.dreambot.api.methods.world
-
.
X
- X - org.dreambot.api.input.event.impl.keyboard.awt.Key
- X - org.dreambot.api.methods.container.impl.bank.BankQuantitySelection
- X_MARKS_THE_SPOT - org.dreambot.api.methods.quest.book.FreeQuest
- XERICS_GLADE - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- XERICS_HEART - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- XERICS_INFERNO - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- XERICS_LOOKOUT - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
Y
- Y - org.dreambot.api.input.event.impl.keyboard.awt.Key
- YANILLE - org.dreambot.api.methods.container.impl.bank.BankLocation
- YANILLE_POH_OUTSIDE - org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
- YANILLE_POH_OUTSIDE_TAB - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- YAW - org.dreambot.api.methods.event.CameraEvent.CameraType
- YAWN - org.dreambot.api.methods.emotes.Emote
- YES - org.dreambot.api.methods.emotes.Emote
- YOUR_CLAN - org.dreambot.api.methods.clan.chat.ClanChatTab
Z
- Z - org.dreambot.api.input.event.impl.keyboard.awt.Key
- ZANARIS - org.dreambot.api.methods.container.impl.bank.BankLocation
- ZANARIS - org.dreambot.api.methods.fairyring.FairyLocation
- ZERO - org.dreambot.api.input.event.impl.keyboard.awt.Key
- ZOGRE_FLESH_EATERS - org.dreambot.api.methods.quest.book.PaidQuest
- ZOMBIE_DANCE - org.dreambot.api.methods.emotes.Emote
- ZOMBIE_WALK - org.dreambot.api.methods.emotes.Emote
- ZOOM_CAMERA - org.dreambot.api.input.event.impl.InteractionSetting
- ZOOM_SOLVER - org.dreambot.api.randoms.RandomEvent
- ZULANDRA - org.dreambot.api.methods.fairyring.FairyLocation
- ZULANDRA_SCROLL - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- ZULRAH_DEATH_COLLECT - org.dreambot.api.methods.container.general.ItemContainerId
- ZYGOMITE_DEATH - Static variable in class org.dreambot.api.methods.Animations
All Classes All Packages