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
A
- 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
- 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
-
Created with IntelliJ IDEA.
- AbstractMouseEvent(AbstractMouseDestination) - Constructor for class org.dreambot.api.input.event.impl.mouse.AbstractMouseEvent
- 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
- 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
- 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
- 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(String) - Method in class org.dreambot.api.internal.widgets.WidgetFinder.WidgetFinderBuilder
- 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, 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
- actions(String[]) - Method in class org.dreambot.api.internal.widgets.WidgetFinder.WidgetFinderBuilder
- 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
- 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(Requirement) - Method in class org.dreambot.api.data.requirements.Requirement
- 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
- 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
- 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
- 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(AbstractWebNode...) - Method in class org.dreambot.api.methods.walking.web.node.AbstractWebNode
- addCustomWebPath(CustomWebPath) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
- addEventListener(EventListener) - Method in class org.dreambot.core.Instance
- addFriend(String) - Static method in class org.dreambot.api.methods.friend.Friends
- addFriend(Player) - Static method in class org.dreambot.api.methods.friend.Friends
- 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
- 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
- addNode(Tile, boolean) - Method in class org.dreambot.api.methods.walking.web.node.CustomWebPath
- addNode(AbstractWebNode) - Method in class org.dreambot.api.methods.walking.web.node.CustomWebPath
- addNode(AbstractWebNode, boolean) - Method in class org.dreambot.api.methods.walking.web.node.CustomWebPath
- addNodes(Tile...) - Method in class org.dreambot.api.methods.walking.web.node.CustomWebPath
- addNodes(AbstractWebNode...) - Method in class org.dreambot.api.methods.walking.web.node.CustomWebPath
- 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
-
****Used By Local Path Finders Only**** Adds an obstacle to the obstacle choices list.
- addObstacleActions(String...) - Static method in class org.dreambot.api.methods.map.Map
-
Adds obstacle actions which will be used in
Map.getObstacleLocations()
to determine which objects are obstacles. - 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
- 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 of 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
- 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
- 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
- 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
- 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.interactive.GameObjects
- 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.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.NPCs
- all(Integer...) - Static method in class org.dreambot.api.methods.interactive.Players
- 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<World>) - Static method in class org.dreambot.api.methods.world.Worlds
-
Returns a List of all worlds that match the given Filter
- 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<GroundItem>) - Static method in class org.dreambot.api.methods.item.GroundItems
- all(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
A list of all the items that match the given 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<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
- 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
- Ancient - Enum in org.dreambot.api.methods.magic
-
Created by Pandemic
- and(Filter<? super T>) - Method in interface org.dreambot.api.methods.filter.Filter
- ANGLE_BRACKET_CLOSE - org.dreambot.api.utilities.ShiftKeys
- ANGLE_BRACKET_OPEN - org.dreambot.api.utilities.ShiftKeys
- 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
- APE_ATOLL_TELEPORT - org.dreambot.api.methods.magic.Normal
- Arceus - Enum in org.dreambot.api.methods.magic
-
Created by Pandemic
- ARCEUS_HOME_TELEPORT - org.dreambot.api.methods.magic.Arceus
- ARCEUS_LIBRARY - org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
- 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_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
- 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
- areDataOrbsEnabled() - Static method in class org.dreambot.api.ClientSettings
-
Checks if accept aid is enabled
- areItemPilesOnDeathEnabled() - Static method in class org.dreambot.api.ClientSettings
-
Checks if item piles on death are enabled
- areOptionsAvailable() - Static method in class org.dreambot.api.methods.dialogues.Dialogues
-
Checks if there are any available options that you can click on
- 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.utilities.ShiftKeys
- attachToWeb() - Method in class org.dreambot.api.methods.walking.web.node.CustomWebPath
- ATTACK - org.dreambot.api.methods.combat.CombatStyle
- ATTACK - org.dreambot.api.methods.skills.Skill
- 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
B
- 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_NODE - org.dreambot.api.methods.walking.web.node.WebNodeType
- 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
- BARROWS - org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
- BARROWS - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.HousePortal
- BARROWS_TAB - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- BARROWS_TELEPORT - org.dreambot.api.methods.magic.Arceus
- BASIC_NODE - org.dreambot.api.methods.walking.web.node.WebNodeType
- BASIC_REANIMATION - org.dreambot.api.methods.magic.Arceus
- 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
- 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
- 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
- BLOCK_FLOOR - Static variable in interface 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
- 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
- BREAK - org.dreambot.api.randoms.RandomEvent
- 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
- BROADCAST - org.dreambot.api.wrappers.widgets.message.MessageType
- build() - Method in class org.dreambot.api.internal.widgets.WidgetFinder.WidgetFinderBuilder
- 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.internal.widgets.WidgetFinder
- 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
- 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
- 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
- cacheTime(long) - Method in class org.dreambot.api.internal.widgets.WidgetFinder.WidgetFinderBuilder
- 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
- calculate(Tile, Tile) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.PathFinder
-
Calculates an AbstractPath from Tile s to Tile e
- calculate(Tile, Tile) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
- 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
- calculateCenterPoint() - Method in class org.dreambot.api.wrappers.interactive.Model
-
Calculates the true center point of the model using its vertices.
- 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
- 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
- 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.
- 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.
- cancelAll() - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
- 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
- canChange(boolean) - Method in class org.dreambot.api.internal.widgets.WidgetFinder.WidgetFinderBuilder
- 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"
- 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
- 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(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 class org.dreambot.api.wrappers.interactive.GameObject
- 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.
- 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
- 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
- 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
- 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
- CAPTAIN - org.dreambot.api.methods.clan.ClanMember.Rank
- CARRALLANGAR - org.dreambot.api.methods.walking.web.node.impl.teleports.MagicTeleport
- CARRALLANGAR - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.HousePortal
- CARRALLANGAR_TAB - org.dreambot.api.methods.walking.web.node.impl.teleports.ItemTeleport
- CARRALLANGAR_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
- 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
- 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
- changeWorld(int) - Static method in class org.dreambot.api.methods.login.LoginUtility
-
Changes the selected world to the given world Note: Based on getWorldRectangle, see method docs for possible errors.
- 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
- 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
- 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
- childwidget - Variable in enum org.dreambot.api.methods.emotes.Emote
- CHIVALRY - org.dreambot.api.methods.prayer.Prayer
- 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
- CIRCUMFLEX - org.dreambot.api.utilities.ShiftKeys
- Clan - Class in org.dreambot.api.methods.clan
-
Created by Nezz on 5/10/2016.
- 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
- ClanChatTab - Enum in org.dreambot.api.methods.clan.chat
- ClanMember - Class in org.dreambot.api.methods.clan
-
Created by Nezz on 5/10/2016.
- ClanMember.Rank - Enum in org.dreambot.api.methods.clan
- ClanMemberHandler - Class in org.dreambot.api.methods.clan
-
Created by Nezz on 2/1/2018.
- ClanMemberHandler(RSClanMemberHandler) - Constructor for class org.dreambot.api.methods.clan.ClanMemberHandler
-
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.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
- 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
- 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
-
Triggers a click as determined by the
ClickMode
- click(AbstractMouseDestination) - Static method in class org.dreambot.api.input.Mouse
-
Moves mouse to destination, and preforms left click.
- 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
-
Triggers a click based from
ClickMode
, and at desired destination. - 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.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
-
Click action.
- 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
-
Created with IntelliJ IDEA.
- ClickEvent(ClickMode) - Constructor for class org.dreambot.api.input.event.impl.mouse.impl.click.ClickEvent
- ClickEvent(ClickMode, AbstractMouseDestination) - Constructor for class org.dreambot.api.input.event.impl.mouse.impl.click.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
- 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
-
Interacts with 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.
- 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.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
- 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
- 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.methods.input.Keyboard
- 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.NPCs
- closest(Integer...) - Static method in class org.dreambot.api.methods.interactive.Players
- 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<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<Player>) - Static method in class org.dreambot.api.methods.interactive.Players
- closest(Filter<GroundItem>) - 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.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
- 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.
- 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.
- 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.mouse.AbstractMouseEvent
-
Abstract
Condition
used to determine if current event is complete. - completed() - Method in class org.dreambot.api.input.event.impl.mouse.impl.click.ClickEvent
-
Abstract
Condition
used to determine if current event is complete. - completed() - Method in class org.dreambot.api.input.event.impl.mouse.impl.MoveEvent
-
Abstract
Condition
used to determine if current event is complete. - completed() - Method in class org.dreambot.api.input.event.impl.mouse.impl.wheel.WheelEvent
-
Abstract
Condition
used to determine if current event is complete. - 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 sale 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 - 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 - 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 - 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
- CONSUMING - Static variable in class org.dreambot.api.methods.Animations
- CONTACT - org.dreambot.api.methods.quest.book.PaidQuest
- 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
- 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(Point) - Method in class org.dreambot.api.input.mouse.destination.AbstractMouseDestination
-
Determines if point is contained inside of destination shape.
- contains(Integer...) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
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.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.bank.Bank
-
Checks to see if the bank contains an item matching the given Object
- contains(Object) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
- contains(Object) - Static method in class org.dreambot.api.methods.container.impl.Inventory
- 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.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.equipment.Equipment
-
Determines if collection contains item with specified 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.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.bank.Bank
-
Checks if your collection contains one item which meets one of the specified names.
- 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.Inventory
-
Checks if your collection 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
-
Contains boolean.
- 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.bank.Bank
-
Checks if your collection contains 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(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
-
Checks if your Bank contains all of the items with specified IDs
- 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
- 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.bank.Bank
-
Checks if your Bank contains all of the items with names specified
- 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.Inventory
-
Checks if your Inventory 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.bank.Bank
-
Checks if your bank contains all of the items in the collections
- 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(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
- 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.
- 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
- 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.ClanMember.Rank
- 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
- 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[]) - 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(Integer...) - Static method in class org.dreambot.api.methods.container.impl.Shop
- 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.equipment.Equipment
-
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.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.bank.Bank
-
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(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(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
- 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
- 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
- CustomWebPath(Tile...) - Constructor for class org.dreambot.api.methods.walking.web.node.CustomWebPath
- CustomWebPath(AbstractWebNode...) - Constructor for class org.dreambot.api.methods.walking.web.node.CustomWebPath
D
- 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_DEMONBANE - org.dreambot.api.methods.magic.Arceus
- DARK_LURE - org.dreambot.api.methods.magic.Arceus
- DARKMEYER - org.dreambot.api.methods.container.impl.bank.BankLocation
- DARKNESS_OF_HALLOWVALE - org.dreambot.api.methods.quest.book.PaidQuest
- DASH - org.dreambot.api.utilities.ShiftKeys
- 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
- 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 - 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 interface org.dreambot.api.methods.walking.pathfinding.data.TileFlags
- DEFENCE - org.dreambot.api.methods.combat.CombatStyle
- DEFENCE - org.dreambot.api.methods.skills.Skill
- DEGRIME - org.dreambot.api.methods.magic.Arceus
- 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
- deleteFriend(Friend) - Static method in class org.dreambot.api.methods.friend.Friends
- 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
- 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) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
- deposit(String, int) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
- deposit(String, int) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
- deposit(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
- 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.container.impl.bank.Bank
-
Deposits the item specified by the item id and amount.
- deposit(Filter<Item>, int) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
- deposit(Item) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
- deposit(Item) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
- deposit(Item, int) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
- deposit(Item, int) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
- 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(String) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
- depositAll(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
- depositAll(Filter<Item>) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
- depositAll(Item) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
- 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(Integer...) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
- depositAllExcept(String...) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
- depositAllExcept(String...) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
- depositAllExcept(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
- 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
- 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
- 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
- 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
- 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.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.HumanMouseEvent
- dispatch(EventListener) - Method in class org.dreambot.api.script.event.impl.InventoryItemEvent
- 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.RegionLoadEvent
- dispatch(EventListener) - Method in class org.dreambot.api.script.event.impl.SpawnEvent
- 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.ScriptEvent
- dispatchCanvasEvent(AWTEvent) - Static method in class org.dreambot.core.Instance
- dispatchPressed(char) - Method in class org.dreambot.api.methods.event.KeyboardEvent
- dispatchReleased(char) - Method in class org.dreambot.api.methods.event.KeyboardEvent
- dispatchTyped(char) - Method in class org.dreambot.api.methods.event.KeyboardEvent
- 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) - 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(Tile, Tile) - Static method in class org.dreambot.api.methods.Calculations
-
Calculates the distance between two tiles.
- 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_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
- DORICS_QUEST - org.dreambot.api.methods.quest.book.FreeQuest
- DOWN - org.dreambot.api.input.event.impl.mouse.impl.wheel.WheelMode
- 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
- 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
- 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
- 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(Integer...) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Drops all items in your inventory matching specified id's
- 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
- dropAllExcept(int[]) - Static method in class org.dreambot.api.methods.container.impl.Inventory
- dropAllExcept(Integer...) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Drops all items that don't match the given ID's
- 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.
- 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
- DUEL_ARENA - org.dreambot.api.methods.walking.web.node.impl.teleports.poh.JewelryBox
- 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.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
- 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_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
- 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
- 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
- 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
-
Empty slot count.
- 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
- enableEquipmentTeleports() - 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_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
- 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
- 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.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.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.Character
- equals(Object) - Method in class org.dreambot.api.wrappers.interactive.Entity
- equals(Object) - Method in class org.dreambot.api.wrappers.interactive.GameObject
- equals(Object) - Method in class org.dreambot.api.wrappers.interactive.NPC
- equals(Object) - Method in class org.dreambot.api.wrappers.items.GroundItem
- equals(Object) - Method in class org.dreambot.api.wrappers.items.Item
- equals(Object) - Method in class org.dreambot.api.wrappers.widgets.message.Message
- equals(Object) - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
- equip(EquipmentSlot, int[]) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
- 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
- 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
- Equipment - Class in org.dreambot.api.methods.container.impl.equipment
- 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.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_MARK - org.dreambot.api.utilities.ShiftKeys
- execute() - Method in class org.dreambot.api.methods.walking.web.node.AbstractWebNode
- 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 interface org.dreambot.api.methods.walking.web.node.impl.pathaware.PathAwareWebNode
- 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.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
- 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
- extractQuantityFromWidget(WidgetChild, boolean) - Static method in class org.dreambot.api.internal.widgets.WidgetUtil
F
- F1 - org.dreambot.api.methods.hotkeys.Hotkey
- F10 - org.dreambot.api.methods.hotkeys.Hotkey
- F11 - org.dreambot.api.methods.hotkeys.Hotkey
- F12 - org.dreambot.api.methods.hotkeys.Hotkey
- 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.methods.hotkeys.Hotkey
- F4 - org.dreambot.api.methods.hotkeys.Hotkey
- F5 - org.dreambot.api.methods.hotkeys.Hotkey
- F6 - org.dreambot.api.methods.hotkeys.Hotkey
- F7 - org.dreambot.api.methods.hotkeys.Hotkey
- F8 - org.dreambot.api.methods.hotkeys.Hotkey
- 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.mouse.AbstractMouseEvent
-
Abstract
Condition
used to determine if current event has failed. - failed() - Method in class org.dreambot.api.input.event.impl.mouse.impl.click.ClickEvent
-
Abstract
Condition
used to determine if current event has failed. - failed() - Method in class org.dreambot.api.input.event.impl.mouse.impl.MoveEvent
-
Abstract
Condition
used to determine if current event has failed. - failed() - Method in class org.dreambot.api.input.event.impl.mouse.impl.wheel.WheelEvent
-
Abstract
Condition
used to determine if current event has failed. - FAILED_TO_COMPLETE_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
- 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 class org.dreambot.api.internal.widgets.WidgetFinder
- 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_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
- fireScriptEvent(RuneScriptEvent) - Static method in class org.dreambot.api.Client
- 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.methods.container.impl.bank.BankQuantitySelection
- 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.
- 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
- 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_RS_ARROW - Static variable in class org.dreambot.api.wrappers.widgets.MenuRow
- formatTime() - Method in class org.dreambot.api.utilities.Timer
- formatTime(long) - Static method in class org.dreambot.api.utilities.Timer
- 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
- FOSSIL_ISLAND - org.dreambot.api.methods.container.impl.bank.BankLocation
- 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
- 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.ClanMember.Rank
- 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
- 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_WORLD - org.dreambot.api.methods.RSLoginResponse
- fullSlotCount() - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Full slot count.
- 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
- 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) - Constructor for class org.dreambot.api.script.event.impl.GameObjectSpawnEvent
- 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.
- 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.ClanMember.Rank
- generateArea(int, Tile) - Static method in class org.dreambot.api.methods.map.Area
- generateEvent() - Method in class org.dreambot.api.methods.event.KeyboardEvent
- generateMouseDownEvent() - Method in class org.dreambot.api.input.event.impl.mouse.impl.click.ClickEvent
-
Generate mouse down event for the current set click type.
- generateMouseUpEvent() - Method in class org.dreambot.api.input.event.impl.mouse.impl.click.ClickEvent
-
Generate mouse up event for the current set click type.
- generateRandomString() - Static method in class org.dreambot.api.methods.Calculations
- 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
- 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(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(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
- 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.bank.Bank
-
Get the item for specified name.
- 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.Inventory
-
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.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.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.equipment.Equipment
- get(String...) - Static method in class org.dreambot.api.methods.container.impl.Inventory
- 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
- get(ClickMode, AbstractMouseDestination) - Static method in class org.dreambot.api.input.event.impl.mouse.impl.click.ClickEvent
- 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.equipment.Equipment
- 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() - 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() - 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
- 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.
- 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.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
- 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
- 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
- getAllFreeScripts() - Static method in class org.dreambot.api.script.loader.NetworkLoader
- getAllLocalScripts() - Static method in class org.dreambot.api.script.loader.LocalLoader
- getAllPremiumScripts() - Static method in class org.dreambot.api.script.loader.NetworkLoader
- getAllScripts() - Static method in class org.dreambot.api.script.loader.LocalLoader
- getAllWidgets() - Static method in class org.dreambot.api.methods.widget.Widgets
-
Gets all the interfaces
- getAlternativeIDs() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- 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() - 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
- getAngleRadian() - Method in interface org.dreambot.api.input.event.impl.mouse.vector.Vector
-
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.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 2.
- getArea() - Method in class org.dreambot.api.input.mouse.destination.impl.TileDestination
-
Gets the area of the abstract destination shape.
- 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
- 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
- getAutocastId() - Method in enum org.dreambot.api.methods.magic.Ancient
- 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
- 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.
- getBitValue(int) - Static method in class org.dreambot.api.methods.settings.PlayerSettings
-
Gets the specified bit value using the cache's varbit ID
- getBlockingMask() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- 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 of 2 and a height of 2.
- 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() - 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
- 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
- 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
- getChannel() - Method in class org.dreambot.api.wrappers.cache.nodes.MessageNode
- 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.
- 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
-
Gets clan chat name
- getChatOwner() - Static method in class org.dreambot.api.methods.clan.Clan
-
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
- 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 the Item
- 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 the Item
- getChild(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Gets the WidgetChild of the Item
- getChild(Item) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Gets the WidgetChild of the Item
- 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
- 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
-
Gets widget child based on the ids.
- getClanMemberHandler() - Method in class org.dreambot.api.methods.friend.SocialHandler
- getClanMembers() - Method in class org.dreambot.api.methods.clan.ClanMemberHandler
- getClanName() - Method in class org.dreambot.api.methods.clan.ClanMemberHandler
- getClanOwner() - Method in class org.dreambot.api.methods.clan.ClanMemberHandler
- getClanSize() - Static method in class org.dreambot.api.methods.clan.Clan
-
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
- 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
- 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
- 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 closest bank location.
- 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
- 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.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.impl.TeleportObstacle
- 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.SelfConnectingWebNode
- getConnections(Queue<WebPathNode>, Set<WebPathNode>) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathNode
- 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
- 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
- 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
- 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
- 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
- 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
- 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() - 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() - 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
- getDefaultAction() - Static method in class org.dreambot.api.wrappers.widgets.Menu
-
Gets default action.
- getDefaultQuantity() - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
- getDegreesToTurn() - Method in class org.dreambot.api.wrappers.interactive.NPC
- 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
-
Gets current destination used by this event.
- getDestination() - Method in class org.dreambot.api.input.event.impl.mouse.impl.wheel.WheelEvent
-
Gets current destination used by this event.
- 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
- 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
- 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
- getDirection() - Method in interface org.dreambot.api.input.event.impl.mouse.vector.Vector
-
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.items.Item
- getDiscardableValue() - Method in class org.dreambot.api.wrappers.items.Item
- getDisconnectedBackButton() - Static method in class org.dreambot.api.methods.login.LoginUtility
- getDropPattern() - Static method in class org.dreambot.api.methods.container.impl.Inventory
- 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
- 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
- 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
-
Gets all entities
- 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
- 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 values by -512 - getEquippedModelFemale1() - Method in class org.dreambot.api.wrappers.items.Item
- getEquippedModelFemale2() - Method in class org.dreambot.api.wrappers.items.Item
- getEquippedModelFemale3() - Method in class org.dreambot.api.wrappers.items.Item
- getEquippedModelFemaleDialogue1() - Method in class org.dreambot.api.wrappers.items.Item
- getEquippedModelFemaleDialogue2() - Method in class org.dreambot.api.wrappers.items.Item
- getEquippedModelFemaleTranslationY() - Method in class org.dreambot.api.wrappers.items.Item
- getEquippedModelMale1() - Method in class org.dreambot.api.wrappers.items.Item
- getEquippedModelMale2() - Method in class org.dreambot.api.wrappers.items.Item
- 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.items.Item
- getEquippedModelMaleDialogue2() - Method in class org.dreambot.api.wrappers.items.Item
- getEquippedModelMaleTranslationY() - Method in class org.dreambot.api.wrappers.items.Item
- getEvent() - Method in class org.dreambot.api.methods.cs2.RuneScriptEvent
- getEventString() - Method in class org.dreambot.api.randoms.RandomSolver
- 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
- 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
- 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
- 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
- getForcedFPS() - Static method in class org.dreambot.api.Client
- 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
- 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
- getFriendHandler() - Static method in class org.dreambot.api.Client
- getFriendHandler() - Method in class org.dreambot.api.methods.friend.SocialHandler
- getFriends() - Method in class org.dreambot.api.methods.friend.FriendHandler
- getFriends() - Static method in class org.dreambot.api.methods.friend.Friends
- getFriendsInstance() - Static method in class org.dreambot.api.methods.friend.Friends
- getFriendsSize() - Static method in class org.dreambot.api.methods.friend.Friends
-
Gets the size of your friends list
- getFScore() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathNode
- 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
- getGameStateID() - Static method in class org.dreambot.api.Client
-
Gets the current game state ID.
- getGender() - Method in class org.dreambot.api.wrappers.interactive.composite.PlayerComposite
- 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
- 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.items.Item
- getGuidePriceButton() - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Gets the Guide Price WidgetChild in the offer screen
- getHardRequirements() - Method in class org.dreambot.api.methods.diary.Diary
- 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
- 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 a 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
-
Gets heuristic value for this node.
- 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
- getHighPrice(int) - Static method in class org.dreambot.api.internal.prices.PriceData
- getHighPrice(String) - Static method in class org.dreambot.api.internal.prices.PriceData
- 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.
- getHost() - Static method in class org.dreambot.api.Client
- 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
- getId() - Method in enum org.dreambot.api.input.event.impl.mouse.impl.wheel.WheelMode
- 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 idle time.
- getImage() - Method in class org.dreambot.api.wrappers.items.Item
- getIncreasePriceFivePercentButton() - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Gets the +5% 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
-
Gets index.
- 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.
- getInteractType() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- getInventoryModelID() - Method in class org.dreambot.api.wrappers.items.Item
- getInventoryWidget() - Static method in class org.dreambot.api.methods.container.impl.Inventory
- 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
- 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() - 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
- 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 enum org.dreambot.api.methods.hotkeys.TabKey
- getKey(char) - Static method in enum org.dreambot.api.utilities.ShiftKeys
- 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
- 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
- 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.
- 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
- 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.
- 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
- 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.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.items.Item
- 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
- 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
- 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
- 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.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
- 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
- getLoopCycle() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
Gets the Loop Cycle of the WidgetChild
- 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
- getLowestPitch() - Static method in class org.dreambot.api.methods.input.Camera
- getLowPrice(int) - Static method in class org.dreambot.api.internal.prices.PriceData
- getLowPrice(String) - Static method in class org.dreambot.api.internal.prices.PriceData
- 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
- getMagnitude() - Method in class org.dreambot.api.input.event.impl.mouse.vector.impl.MouseVector
- getMagnitude() - Method in interface org.dreambot.api.input.event.impl.mouse.vector.Vector
-
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 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
-
Returns the first widget matching the filter, terminating as soon as one is found.
- 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() - 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.Normal
- 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
- 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.Clan
-
Gets a list of the clan members in your chat
- getMembershipLeft() - Static method in class org.dreambot.api.Client
- getMenuRow() - Method in class org.dreambot.api.script.event.impl.MenuAddedEvent
- 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.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() - 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.
- 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
- 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.methods.event.KeyboardEvent
- 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.items.Item
- 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.items.Item
- getModelScaleY() - Method in class org.dreambot.api.wrappers.items.Item
- 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
- getMouseMovementAlgorithm() - Method in class org.dreambot.core.Instance
-
Returns the currently set mouse algorithm.
- 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.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.script.event.impl.ActionEvent
- getMouseY() - Method in class org.dreambot.api.script.event.impl.ActionEvent
- getMovementCost(int, int, int, int, int) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.PathFinder
- 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
- getMyWorld() - Static method in class org.dreambot.api.methods.world.Worlds
- 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.wrappers.interactive.composite.ItemComposite
-
Gets the name of the item for which the item composite is defined
- 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
- 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
- getNearest() - Static method in enum org.dreambot.api.methods.container.impl.bank.BankLocation
- getNearest(Tile) - Static method in enum org.dreambot.api.methods.container.impl.bank.BankLocation
-
Gets the nearest BankLocation to the tile
- getNearest(Tile, int) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
-
Gets the closest basic web node to for given argument.
- getNearest(AbstractWebNode) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
-
Gets the closest basic web (default 5 tile threshold) node for the given argument.
- getNearest(AbstractWebNode, int) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
-
Gets the closest basic web node to for given argument.
- 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.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
- 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.
- 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. - 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
-
Gets the list of obstacles actions which to use to find local obstacles.
- 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
-
Gets all local obstacles as determined by
Map.getObstacleActions()
. - 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
- 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
- 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
- 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
- getOpenWorldScreenButton() - Static method in class org.dreambot.api.methods.login.LoginUtility
-
Returns the rectangle of the "Select world" button on the main login screen.
- 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.
- 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
- 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
- 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
- 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
- getPitch() - Static method in class org.dreambot.api.methods.input.Camera
-
Gets the pitch of the camera
- 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
- getPointed() - Static method in class org.dreambot.api.methods.hint.HintArrow
- getPointOutsideScreen() - Static method in class org.dreambot.api.input.Mouse
- 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
- 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
- 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 on the game canvas if the canvas contains the mouse.
- getPosition() - Method in enum org.dreambot.api.methods.container.impl.equipment.EquipmentSlot
- getPrayerExp() - Method in enum org.dreambot.api.methods.magic.Arceus
- getPreferredHand() - Method in class org.dreambot.api.methods.input.mouse.MouseSettings
-
Gets preferred hand
- 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
- getPrice(int) - Static method in class org.dreambot.api.internal.prices.PriceData
- getPrice(String) - Static method in class org.dreambot.api.internal.prices.PriceData
- 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
- 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
- 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.
- 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.methods.event.KeyboardEvent
- getRandomizedTile() - Method in class org.dreambot.api.methods.map.Tile
- getRandomizedTile(int) - Method in class org.dreambot.api.methods.map.Tile
- 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.ClanMember
- getRank() - Method in enum org.dreambot.api.methods.clan.ClanMember.Rank
- getRank(int) - Static method in enum org.dreambot.api.methods.clan.ClanMember.Rank
- 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.ClanMember
- getRawAction() - Method in class org.dreambot.api.wrappers.widgets.MenuRow
- 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
- 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.Entity
-
Gets the object used as the reflection 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
- 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
- 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.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.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.items.Item
- getRotationX() - Method in class org.dreambot.api.wrappers.graphics.Projectile
- 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.items.Item
- 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
- getRsClient() - Static method in class org.dreambot.api.Client
- 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
- 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
- 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
- getScriptFromManifest(ScriptManifest) - Static method in class org.dreambot.api.script.loader.LocalLoader
- 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
- 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 scroleld 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
- getSelected() - Static method in class org.dreambot.api.methods.clan.chat.ClanChat
-
Gets the currently selected ClanChatTab, Clan Tab open/closed is irrelevant
- 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
- getSelectedWidgetId() - Static method in class org.dreambot.api.methods.widget.Widgets
- getSelectedWidgetIndex() - Static method in class org.dreambot.api.methods.widget.Widgets
- 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
- 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
- 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() - Method in class org.dreambot.api.methods.friend.NameProviderHandler
- 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
- 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!
- 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 - 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
- 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
- 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.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 class org.dreambot.api.wrappers.widgets.WidgetChild
-
Gets the Spell of the WidgetChild.
- 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
- getStackVariantID() - Method in class org.dreambot.api.wrappers.items.Item
- getStackVariantSize() - Method in class org.dreambot.api.wrappers.items.Item
- 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 an Optional based Tile of the start tile for the obstacle
- getStartTile() - Method in class org.dreambot.api.script.AbstractScript
- 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
- 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.
- 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(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
- getTeam() - Method in class org.dreambot.api.wrappers.interactive.Player
- getTeam() - Method in class org.dreambot.api.wrappers.items.Item
- 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
- getThetaX() - Method in interface org.dreambot.api.input.event.impl.mouse.vector.Vector
-
Gets theta x.
- getThetaY() - Method in class org.dreambot.api.input.event.impl.mouse.vector.impl.MouseVector
- getThetaY() - Method in interface org.dreambot.api.input.event.impl.mouse.vector.Vector
-
Gets theta y.
- getThreadURL() - Method in class org.dreambot.api.script.AbstractScript
- 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.