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_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.astar.heuristic.impl
- AbsoluteHeuristic() - Constructor for class org.dreambot.api.methods.walking.pathfinding.impl.astar.heuristic.impl.AbsoluteHeuristic
- AbstractEvent - Class in org.dreambot.api.input.event
-
Created with IntelliJ IDEA.
- AbstractEvent() - Constructor for class org.dreambot.api.input.event.AbstractEvent
- AbstractEventQueue<T extends AbstractEvent> - Class in org.dreambot.api.input.event
-
Created with IntelliJ IDEA.
- AbstractEventQueue(Queue<EventAction<T>>) - Constructor for class org.dreambot.api.input.event.AbstractEventQueue
- 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
-
Created with IntelliJ IDEA.
- 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
- ACTION_TRADE - Static variable in class org.dreambot.api.methods.container.impl.Shop
- 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
- ActionMode - Enum in org.dreambot.api.data
- add(int, Item) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
- 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(EventAction<T>...) - Method in class org.dreambot.api.input.event.AbstractEventQueue
- add(Item) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
- 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
- add(T) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.dijkstra.SortedPathList
-
Adds object to list, then sorts list entirely.
- addAccount(String, String, String, String) - Method in class org.dreambot.api.methods.MethodProvider
-
Adds an Account to the Account manager list
- 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
- addAllowedTypes(WebNodeType...) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
-
Add allowed types of web nodes to acceptable nodes list.
- addBlacklistedTile(Tile) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.PathFinder
- 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
- 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.
- addItemToList(String, int) - Method in class org.dreambot.api.methods.walking.web.node.impl.dynamic.DynamicTeleport
- addItemToRequirements(DynamicTeleport...) - Method in class org.dreambot.api.methods.walking.web.node.impl.dynamic.DynamicTeleportWebNode
- ADDITION - org.dreambot.api.utilities.ShiftKeys
- addListener(EventListener) - Method in class org.dreambot.api.script.ScriptManager
- addNode(Tile) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
- 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(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
- addWidgetChild(int, WidgetChild) - Method in class org.dreambot.api.methods.widget.Widget
- 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
-
Created with IntelliJ IDEA.
- 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.bank.WebBankArea
- 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 inventory
- 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.
- all(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
A list of all the 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 items.
- all(Filter<Item>) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
-
A list of all the 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
- AnimableGameObject(Object) - Constructor for class org.dreambot.api.wrappers.interactive.AnimableGameObject
- ANIMAL_MAGNETISM - org.dreambot.api.methods.quest.book.PaidQuest
- Animation - Class in org.dreambot.api.methods.graphics
-
A Animation data wrapper used for applying animations model objects throughout the game.
- Animation(byte[], AnimationSkin) - Constructor for class org.dreambot.api.methods.graphics.Animation
-
Instantiates a new Animation wrapper.
- 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
- AnimationSequence - Class in org.dreambot.api.methods.graphics
-
A AnimationSequence data wrapper used to coordinate animations for models throughout the game.
- AnimationSequence(int, InputStream) - Constructor for class org.dreambot.api.methods.graphics.AnimationSequence
-
Instantiates a new Animation sequence.
- AnimationSequenceWrapper - Class in org.dreambot.api.wrappers.cache.nodes
- AnimationSequenceWrapper(Object) - Constructor for class org.dreambot.api.wrappers.cache.nodes.AnimationSequenceWrapper
- AnimationSkin - Class in org.dreambot.api.methods.graphics
- AnimationSkin(int, byte[]) - Constructor for class org.dreambot.api.methods.graphics.AnimationSkin
- 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
- AnyRequirement(Requirement...) - Constructor for class org.dreambot.api.methods.diary.requirement.impl.AnyRequirement
- 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
- ARCEUUS - org.dreambot.api.methods.container.impl.bank.BankLocation
- ARCEUUS - org.dreambot.api.methods.diary.requirement.impl.FavourRequirement.House
- ARCEUUS_LIBRARY - org.dreambot.api.methods.fairyring.FairyLocation
- ARCHITECTURAL_ALLIANCE - org.dreambot.api.methods.quest.book.MiniQuest
- ARDOUGNE_NORTH - org.dreambot.api.methods.container.impl.bank.BankLocation
- ARDOUGNE_NORTH - org.dreambot.api.methods.walking.web.node.impl.bank.WebBankArea
- ARDOUGNE_SOUTH - org.dreambot.api.methods.container.impl.bank.BankLocation
- ARDOUGNE_SOUTH - org.dreambot.api.methods.walking.web.node.impl.bank.WebBankArea
- 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
- 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
- AStarPathFinder - Class in org.dreambot.api.methods.walking.pathfinding.impl.astar
-
Created with IntelliJ IDEA.
- AStarPathFinder(int, boolean) - Constructor for class org.dreambot.api.methods.walking.pathfinding.impl.astar.AStarPathFinder
-
Create a path finder with the AStar algorithm using a default heuristic - closest to target
- AStarPathFinder(int, boolean, Heuristic) - Constructor for class org.dreambot.api.methods.walking.pathfinding.impl.astar.AStarPathFinder
-
Create a path finder with the AStar algorithm using a given heuristic
- ASTERISK - org.dreambot.api.utilities.ShiftKeys
- 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
- author() - Method in annotation type org.dreambot.api.script.ScriptManifest
- AUTO - org.dreambot.api.wrappers.widgets.message.MessageType
- 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
- Bank - Class in org.dreambot.api.methods.container.impl.bank
- Bank() - Constructor for class org.dreambot.api.methods.container.impl.bank.Bank
-
Deprecated.
- 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
- BankLocation - Enum in org.dreambot.api.methods.container.impl.bank
- 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
-
Created with IntelliJ IDEA.
- BankWebNode(int, int) - Constructor for class org.dreambot.api.methods.walking.web.node.impl.bank.BankWebNode
- BankWebNode(int, int, int) - Constructor for class org.dreambot.api.methods.walking.web.node.impl.bank.BankWebNode
- BankWebNode(WebNodes.WebNode) - Constructor for class org.dreambot.api.methods.walking.web.node.impl.bank.BankWebNode
- BANNED - org.dreambot.api.methods.ForumRank
- BANNED_2 - org.dreambot.api.methods.ForumRank
- BARBARIAN_OUTPOST - org.dreambot.api.methods.container.impl.bank.BankLocation
- BARBARIAN_TELEPORT - org.dreambot.api.methods.magic.Lunar
- BARROWS_TELEPORT - org.dreambot.api.methods.magic.Arceus
- BASIC_NODE - org.dreambot.api.methods.walking.web.node.WebNodeType
- BasicWebNode - Class in org.dreambot.api.methods.walking.web.node.impl
-
Created with IntelliJ IDEA.
- 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_TELEPORT - org.dreambot.api.methods.magic.Arceus
- BEAR_YOUR_SOUL - org.dreambot.api.methods.quest.book.MiniQuest
- BECKON - org.dreambot.api.methods.emotes.Emote
- 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
- 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
- BOW - org.dreambot.api.methods.emotes.Emote
- BRACE_CLOSE - org.dreambot.api.utilities.ShiftKeys
- BRACE_OPEN - org.dreambot.api.utilities.ShiftKeys
- 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
- BROADCAST - org.dreambot.api.wrappers.widgets.message.MessageType
- build() - Method in class org.dreambot.api.internal.widgets.WidgetFinder.Builder
- build(int[], String[]) - Static method in class org.dreambot.api.methods.magic.cost.Rune
- bulkImportAccounts(File) - Method in class org.dreambot.api.methods.MethodProvider
-
Bulk imports accounts using the same format as shown in the Account Manager.
- BURGH_DE_ROTT - org.dreambot.api.methods.container.impl.bank.BankLocation
- BURGH_DE_ROTT - org.dreambot.api.methods.walking.web.node.impl.bank.WebBankArea
- BURST_OF_STRENGTH - org.dreambot.api.methods.prayer.Prayer
- 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
- CacheModel - Class in org.dreambot.api.methods.graphics
- CacheModel(Model) - Constructor for class org.dreambot.api.methods.graphics.CacheModel
- CacheNode - Class in org.dreambot.api.wrappers.cache.nodes
- CacheNode(Object) - Constructor for class org.dreambot.api.wrappers.cache.nodes.CacheNode
- CacheSettings - Class in org.dreambot.api.settings
- CacheSettings() - Constructor for class org.dreambot.api.settings.CacheSettings
- calculate(int, int, int, int) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.astar.AStarPathFinder
- 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.astar.AStarPathFinder
- 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.astar.AStarPathFinder
- calculate(int, int, int, int, int, int) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.dijkstra.DijkstraPathFinder
- calculate(int, int, int, int, int, int) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.PathFinder
-
Calculates an AbstracPath from the start location (x1,y1,z1) to the destination tile locaion (x2,y2,z2)
- calculate(int, int, int, int, int, int) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
-
Calculates an AbstracPath from the start location (x1,y1,z1) to the destination tile locaion (x2,y2,z2)
- calculate(Tile, Tile) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.astar.AStarPathFinder
- calculate(Tile, Tile) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.dijkstra.DijkstraPathFinder
- 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
- calculateCenterPoint() - Method in class org.dreambot.api.wrappers.interactive.Model
-
Calculates the true center point of the model using its vertices.
- 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_TELEPORT - org.dreambot.api.methods.magic.Normal
- Camera - Class in org.dreambot.api.methods.input
-
Created by Nezz
- Camera() - Constructor for class org.dreambot.api.methods.input.Camera
-
Deprecated.
- 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 the current 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
-
Removes the item from the slot specified in the Grand Exchange
- canChange() - Method in class org.dreambot.api.internal.widgets.WidgetFinder.Builder
- 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)
- CANIFIS - org.dreambot.api.methods.container.impl.bank.BankLocation
- CANIFIS - org.dreambot.api.methods.fairyring.FairyLocation
- CANIFIS - org.dreambot.api.methods.walking.web.node.impl.bank.WebBankArea
- 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
- cannotChange() - Method in class org.dreambot.api.internal.widgets.WidgetFinder.Builder
- canReach() - Method in class org.dreambot.api.wrappers.interactive.Entity
- canReach() - Method in interface org.dreambot.api.wrappers.interactive.Locatable
-
Checks if this location is reachable by the local player without obstacles
- canReach(Tile) - Static method in class org.dreambot.api.methods.map.Map
-
Determines if the given destination tile is reachable from your current local players position, and not blocked by any objects/obstacles.
- canReach(Tile) - Method in class org.dreambot.api.wrappers.interactive.GameObject
- canReach(Tile) - Method in interface org.dreambot.api.wrappers.interactive.Locatable
-
Checks if this location is reachable by the provided tile without obstacles
- canReach(Tile, boolean) - Static method in class org.dreambot.api.methods.map.Map
-
Determines if the given destination tile reachable from your current local players position, and not blocked by any objects/obstacles.
- canReach(Tile, Tile) - Static method in class org.dreambot.api.methods.map.Map
-
Determines if the given destination tile reachable from the given start tile, and not blocked by any objects/obstacles.
- canReach(Tile, Tile, boolean) - Static method in class org.dreambot.api.methods.map.Map
-
Determines if the given destination tile reachable from the given start tile, and not blocked by any objects/obstacles.
- canReach(Entity) - Static method in class org.dreambot.api.methods.map.Map
-
Determines if the given destination Entity is reachable from your current local players position, and not blocked by any objects/obstacles.
- 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
- 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
- captureNPCModels() - Static method in class org.dreambot.api.Client
- CARRALLANGAR_TELEPORT - org.dreambot.api.methods.magic.Ancient
- CASTLE_WARS - org.dreambot.api.methods.container.impl.bank.BankLocation
- CASTLE_WARS - org.dreambot.api.methods.walking.web.node.impl.bank.WebBankArea
- 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
- 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.bank.WebBankArea
- CATHERBY_TELEPORT - org.dreambot.api.methods.magic.Lunar
- CAVE_KRAKEN_DEATH - Static variable in class org.dreambot.api.methods.Animations
- CEMETERY_TELEPORT - org.dreambot.api.methods.magic.Arceus
- 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.
- Character - Class in org.dreambot.api.wrappers.interactive
-
The type Character.
- Character(Object) - Constructor for class org.dreambot.api.wrappers.interactive.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
- 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_ENTER_VALUE_ID - Static variable in class org.dreambot.api.methods.dialogues.Dialogues
- CHAT_MODERATOR - org.dreambot.api.methods.ForumRank
- ChatboxChannel - Class in org.dreambot.api.wrappers.widgets.chatbox
- ChatboxChannel(Object) - Constructor for class org.dreambot.api.wrappers.widgets.chatbox.ChatboxChannel
- ChatboxMessage - Class in org.dreambot.api.wrappers.widgets.chatbox
- ChatboxMessage(Object) - Constructor for class org.dreambot.api.wrappers.widgets.chatbox.ChatboxMessage
- 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
-
see @chooseOption(int optionIndex)
- CIRCUMFLEX - org.dreambot.api.utilities.ShiftKeys
- Clan - Class in org.dreambot.api.methods.clan
-
Created by Nezz on 5/10/2016.
- Clan() - Constructor for class org.dreambot.api.methods.clan.Clan
-
Deprecated.
- 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_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(Object) - Constructor for class org.dreambot.api.methods.clan.ClanMember
- 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(Object) - Constructor for class org.dreambot.api.methods.clan.ClanMemberHandler
- CLAP - org.dreambot.api.methods.emotes.Emote
- CLARITY_OF_THOUGHT - org.dreambot.api.methods.prayer.Prayer
- CLASS - Static variable in class org.dreambot.api.methods.interactive.GameObjects
- CLAWS_OF_GUTHIX - org.dreambot.api.methods.magic.Normal
- clear() - Method in class org.dreambot.api.methods.walking.path.AbstractPath
- clear() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.dijkstra.SortedPathList
-
Clear the list of all the items.
- clear() - Static method in class org.dreambot.api.script.loader.LocalLoader
- clear() - Method in class org.dreambot.api.utilities.LinkedList
- clearBlacklist() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.PathFinder
- clearCustomNodes() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
- 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 dialog
- 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
- 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.
- ClientSettings() - Constructor for class org.dreambot.api.ClientSettings
-
Deprecated.
- 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, 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
- 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 any
- 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
- 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() - Constructor for class org.dreambot.api.methods.combat.Combat
-
Deprecated.
- 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.methods.diary.requirement.impl
- CombatRequirement(int) - Constructor for class org.dreambot.api.methods.diary.requirement.impl.CombatRequirement
- CombatStyle - Enum in org.dreambot.api.methods.combat
- CombinedSkillRequirement - Class in org.dreambot.api.methods.diary.requirement.impl
- CombinedSkillRequirement(int, Skill...) - Constructor for class org.dreambot.api.methods.diary.requirement.impl.CombinedSkillRequirement
- commandLog(MethodProvider.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(Object) - 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
- 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
- CONNECTING_TO_SERVER - org.dreambot.api.methods.RSLoginResponse
- CONNECTION_TIMED_OUT - org.dreambot.api.methods.RSLoginResponse
- connectToEnd(int) - Method in class org.dreambot.api.methods.walking.web.node.CustomWebPath
- connectToStart(int) - Method in class org.dreambot.api.methods.walking.web.node.CustomWebPath
- consoleLog(MethodProvider.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 of 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
-
Contains boolean.
- 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
-
Contains boolean.
- contains(int) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
-
Contains boolean.
- 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 collection 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 your collection contains 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 one item which meets one of the specified ids.
- contains(Object) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
- 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
- contains(Object) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
- contains(Object) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.dijkstra.SortedPathList
- contains(String) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Determines if collection contains item with specified 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 collection contains item with specified name.
- contains(String) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
-
Determines if collection 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 collection 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 your collection contains 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 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 collection 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 your collection contains 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 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) - Method in class org.dreambot.api.methods.MethodProvider
-
Checks if the client has an account with the supplied nickname
- containsAccountWithEmail(String) - Method in class org.dreambot.api.methods.MethodProvider
-
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 Inventory 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 your Inventory contains all of the items with specified IDs
- containsAll(int...) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
-
Checks if your Inventory contains all of the items with specified IDs
- 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 Inventory 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 your Inventory contains all of the items with names specified
- containsAll(String...) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
-
Checks if your Inventory contains all of the items with names specified
- containsAll(Collection<?>) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Checks if your collection 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 collection 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 your collection contains all of the items in the collections
- containsAll(Collection<?>) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
-
Checks if your collection contains all of the items in the collections
- 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.
- 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_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
- copy() - Method in class org.dreambot.api.methods.graphics.CacheModel
- CORPORAL - org.dreambot.api.methods.clan.ClanMember.Rank
- 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(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 all the items that match the search.
- count(int) - 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.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 all the items that match the search.
- count(String) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
-
Count of all the items that match the search.
- count(BankTab) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Gets the Item count for the BankTab
- count(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Count of all the items that match the search.
- count(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Count of all the items that match the search.
- count(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Count of all the items that match the search.
- count(Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Count of all the items that match the search.
- 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_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
- createArchiveContainer(CacheManager) - Static method in class org.dreambot.api.methods.graphics.AnimationSequence
- 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
- createDynamicItem(String) - Static method in class org.dreambot.api.methods.walking.web.node.impl.dynamic.DynamicTeleportItem
- 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
-
Created by Pandemic on 8/26/16.
- 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
- DANCE - org.dreambot.api.methods.emotes.Emote
- DAREEYAK_TELEPORT - org.dreambot.api.methods.magic.Ancient
- 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
- DEATH - Static variable in class org.dreambot.api.methods.Animations
- 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 - org.dreambot.api.methods.MethodProvider.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
- decodeReadValues(InputStream, int) - Method in class org.dreambot.api.methods.graphics.AnimationSequence
-
Decode read values.
- DECORATION_BLOCK - Static variable in interface org.dreambot.api.methods.walking.pathfinding.data.TileFlags
- DefaultPlayerModel - Class in org.dreambot.api.wrappers.graphics
-
Created by Pandemic on 4/18/17.
- DefaultPlayerModel(Object) - Constructor for class org.dreambot.api.wrappers.graphics.DefaultPlayerModel
- DEFENCE - org.dreambot.api.methods.combat.CombatStyle
- DEFENCE - org.dreambot.api.methods.skills.Skill
- deleteAccount(String) - Method in class org.dreambot.api.methods.MethodProvider
-
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
- 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(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
- DepositBox() - Constructor for class org.dreambot.api.methods.depositbox.DepositBox
-
Deprecated.
- 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_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
- DestructableObstacle - Class in org.dreambot.api.methods.walking.pathfinding.impl.obstacle.impl
-
Created with IntelliJ IDEA.
- 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, using Optional wrappers.
- 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
- Dialogues() - Constructor for class org.dreambot.api.methods.dialogues.Dialogues
-
Deprecated.
- 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
- DiaryRequirement - Class in org.dreambot.api.methods.diary.requirement
- DiaryRequirement(String, Requirement...) - Constructor for class org.dreambot.api.methods.diary.requirement.DiaryRequirement
- DIG - Static variable in class org.dreambot.api.methods.Animations
- DijkstraPathFinder - Class in org.dreambot.api.methods.walking.pathfinding.impl.dijkstra
-
Created with IntelliJ IDEA.
- DijkstraPathFinder(int, boolean) - Constructor for class org.dreambot.api.methods.walking.pathfinding.impl.dijkstra.DijkstraPathFinder
-
Creates a new path finder using Dijkstra's algorithm, adding "Staircase" and "Ladder" with "Climb-up" and "Climb-down" actions to possible obstacles.
- 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
- disableSolver(String) - Method in class org.dreambot.api.randoms.RandomManager
- disableSolver(RandomEvent) - Method in class org.dreambot.api.randoms.RandomManager
- 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() - Method in class org.dreambot.api.input.event.AbstractEventQueue
- dispatch(EventListener) - Method in class org.dreambot.api.script.event.impl.ExperienceEvent
- dispatch(EventListener) - Method in class org.dreambot.api.script.event.impl.GameStateEvent
- dispatch(EventListener) - Method in class org.dreambot.api.script.event.impl.InventoryEvent
- dispatch(EventListener) - Method in class org.dreambot.api.script.event.impl.MessageEvent
- dispatch(EventListener) - Method in class org.dreambot.api.script.event.impl.PaintEvent
- dispatch(EventListener) - Method in class org.dreambot.api.script.event.impl.TickEvent
- dispatch(EventListener) - Method in class org.dreambot.api.script.event.ScriptEvent
- dispatch(EventAction<T>...) - Method in class org.dreambot.api.input.event.AbstractEventQueue
- 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
- 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
- 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_TELEPORT - org.dreambot.api.methods.magic.Arceus
- DRAYNOR_MARKET - org.dreambot.api.methods.walking.web.node.impl.bank.WebBankArea
- 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(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(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.bank.WebBankArea
- 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.PathObstacle
-
Duplicates the current PathObstacle and sets the obstacle's tile to given tile
- DWARF_CANNON - org.dreambot.api.methods.quest.book.PaidQuest
- DYNAMIC_TELEPORT_NODE - org.dreambot.api.methods.walking.web.node.WebNodeType
- dynamicRandom() - Method in class org.dreambot.api.input.mouse.algorithm.StandardMouseAlgorithm
-
Dynamic random value based on the current characters user name.
- DynamicTeleport - Class in org.dreambot.api.methods.walking.web.node.impl.dynamic
- DynamicTeleport(DynamicTeleport.TeleportType) - Constructor for class org.dreambot.api.methods.walking.web.node.impl.dynamic.DynamicTeleport
- DynamicTeleport.TeleportType - Enum in org.dreambot.api.methods.walking.web.node.impl.dynamic
- DynamicTeleportItem - Class in org.dreambot.api.methods.walking.web.node.impl.dynamic
- DynamicTeleportItem(String, int) - Constructor for class org.dreambot.api.methods.walking.web.node.impl.dynamic.DynamicTeleportItem
- DynamicTeleportWebNode - Class in org.dreambot.api.methods.walking.web.node.impl.dynamic
-
Created with IntelliJ IDEA.
- DynamicTeleportWebNode(int, int) - Constructor for class org.dreambot.api.methods.walking.web.node.impl.dynamic.DynamicTeleportWebNode
- DynamicTeleportWebNode(int, int, int) - Constructor for class org.dreambot.api.methods.walking.web.node.impl.dynamic.DynamicTeleportWebNode
- DynamicTeleportWebNode(WebNodes.WebNode) - Constructor for class org.dreambot.api.methods.walking.web.node.impl.dynamic.DynamicTeleportWebNode
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_YANILLE - org.dreambot.api.methods.fairyring.FairyLocation
- 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.bank.WebBankArea
- 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
- Emote - Enum in org.dreambot.api.methods.emotes
- Emotes - Class in org.dreambot.api.methods.emotes
- Emotes() - Constructor for class org.dreambot.api.methods.emotes.Emotes
-
Deprecated.
- 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
-
Empty slot count.
- 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
- enableSolver(String) - Method in class org.dreambot.api.randoms.RandomManager
- enableSolver(RandomEvent) - Method in class org.dreambot.api.randoms.RandomManager
- 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
- 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
- Entity - Class in org.dreambot.api.wrappers.interactive
-
The wrapper for all interactable game objects.
- Entity(Object) - Constructor for class org.dreambot.api.wrappers.interactive.Entity
- 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
- EntityModel - Class in org.dreambot.api.wrappers.interactive.model
-
Created with IntelliJ IDEA.
- EntityModel(ModelWrapper, Locatable) - Constructor for class org.dreambot.api.wrappers.interactive.model.EntityModel
- ENTRANCE_NODE - org.dreambot.api.methods.walking.web.node.WebNodeType
- EntranceWebNode - Class in org.dreambot.api.methods.walking.web.node.impl
-
Created with IntelliJ IDEA.
- 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(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.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
- equip(EquipmentSlot, Integer...) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
- equip(EquipmentSlot, String...) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
- equip(EquipmentSlot, Filter<Item>) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
- Equipment - Class in org.dreambot.api.methods.container.impl.equipment
-
Created with IntelliJ IDEA.
- Equipment() - Constructor for class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Deprecated.
- EQUIPMENT - org.dreambot.api.methods.hotkeys.TabKey
- EQUIPMENT - org.dreambot.api.methods.tabs.Tab
- EquipmentSlot - Enum in org.dreambot.api.methods.container.impl.equipment
- ERNEST_THE_CHICKEN - org.dreambot.api.methods.quest.book.FreeQuest
- 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.methods.MethodProvider.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
- EventAction<T extends AbstractEvent> - Class in org.dreambot.api.input.event.util
-
Created with IntelliJ IDEA.
- EventAction(T) - Constructor for class org.dreambot.api.input.event.util.EventAction
- EventAction(T, int) - Constructor for class org.dreambot.api.input.event.util.EventAction
- 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.script.TaskNode
-
The actions that should execute when all conditions are met.
- execute(MethodContext) - Method in class org.dreambot.api.methods.walking.web.node.AbstractWebNode
- execute(MethodContext) - Method in class org.dreambot.api.methods.walking.web.node.impl.AgilityWebNode
- execute(MethodContext) - Method in class org.dreambot.api.methods.walking.web.node.impl.bank.BankWebNode
- execute(MethodContext) - Method in class org.dreambot.api.methods.walking.web.node.impl.BasicWebNode
- execute(MethodContext) - Method in class org.dreambot.api.methods.walking.web.node.impl.dynamic.DynamicTeleportWebNode
- execute(MethodContext) - Method in class org.dreambot.api.methods.walking.web.node.impl.EntranceWebNode
- execute(MethodContext) - Method in class org.dreambot.api.methods.walking.web.node.impl.StaticTeleportWebNode
- execute(MethodContext) - Method in class org.dreambot.api.methods.walking.web.node.impl.TollWebNode
- execute(AbstractWebNode) - Method in class org.dreambot.api.methods.walking.web.node.impl.EntranceWebNode
- 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.EntityModel
- exists() - Method in class org.dreambot.api.wrappers.interactive.Model
-
Use to determine if this model is exist 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.
- 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
- F2P - org.dreambot.api.methods.world.WorldType
- 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
- 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.
- FairyRings() - Constructor for class org.dreambot.api.methods.fairyring.FairyRings
-
Deprecated.
- FAIRYTALE_I - org.dreambot.api.methods.quest.book.PaidQuest
- FAIRYTALE_II - org.dreambot.api.methods.quest.book.PaidQuest
- FALADOR_EAST - org.dreambot.api.methods.container.impl.bank.BankLocation
- FALADOR_EAST - org.dreambot.api.methods.walking.web.node.impl.bank.WebBankArea
- FALADOR_TELEPORT - org.dreambot.api.methods.magic.Normal
- FALADOR_WEST - org.dreambot.api.methods.container.impl.bank.BankLocation
- FALADOR_WEST - org.dreambot.api.methods.walking.web.node.impl.bank.WebBankArea
- 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_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.methods.diary.requirement.impl
- FavourRequirement(FavourRequirement.House, int) - Constructor for class org.dreambot.api.methods.diary.requirement.impl.FavourRequirement
- FavourRequirement.House - Enum in org.dreambot.api.methods.diary.requirement.impl
- FEET - org.dreambot.api.methods.container.impl.equipment.EquipmentSlot
- FELDIP_HILLS_HUNTER - org.dreambot.api.methods.fairyring.FairyLocation
- FENKENSTRAINS_CASTLE_TELEPORT - org.dreambot.api.methods.magic.Arceus
- FEROX_ENCLAVE - org.dreambot.api.methods.container.impl.bank.BankLocation
- 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
- findNodeByHash(HashTableIterable, long) - Static method in class org.dreambot.api.utilities.NodeContainerUtilities
- findNodeByHash(HashTable, 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
- first() - Method in class org.dreambot.api.methods.walking.path.AbstractPath
- first() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.dijkstra.SortedPathList
-
Gets the first indexed value in the list.
- 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_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
- 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
- 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
- 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.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 Equipment with the Slot ID
- forStatus(int) - Static method in enum org.dreambot.api.data.LoginStatus
-
Gets the LoginStatus enum based on status value
- 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.
- FremennikDiary - Class in org.dreambot.api.methods.diary
- FremennikDiary() - Constructor for class org.dreambot.api.methods.diary.FremennikDiary
- Friend - Class in org.dreambot.api.methods.friend
-
Created by Nezz on 1/12/2015.
- Friend(Object) - Constructor for class org.dreambot.api.methods.friend.Friend
- FRIEND - org.dreambot.api.methods.clan.ClanMember.Rank
- FriendHandler - Class in org.dreambot.api.methods.friend
-
Created by Nezz on 2/1/2018.
- FriendHandler(Object) - Constructor for class org.dreambot.api.methods.friend.FriendHandler
- FRIENDLY_DUEL - org.dreambot.api.wrappers.widgets.message.MessageType
- Friends - Class in org.dreambot.api.methods.friend
- Friends() - Constructor for class org.dreambot.api.methods.friend.Friends
-
Deprecated.
- FRIENDS - org.dreambot.api.methods.hotkeys.TabKey
- FRIENDS - org.dreambot.api.methods.tabs.Tab
- FRIENDS_NOTIFICATION - org.dreambot.api.wrappers.widgets.message.MessageType
- 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
-
Full slot count.
- 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_LOADING - org.dreambot.api.data.GameState
- GAME_OBJECTS_CACHE_TIMER - Static variable in class org.dreambot.api.settings.CacheSettings
- GameObject - Class in org.dreambot.api.wrappers.interactive
- GameObjects - Class in org.dreambot.api.methods.interactive
- GameObjects() - Constructor for class org.dreambot.api.methods.interactive.GameObjects
-
Deprecated.
- 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
-
Deprecated.This is not currently implemented yet and does not currently work. This will be added in a future version of DreamBot.
- GARDEN_OF_TRANQUILITY - org.dreambot.api.methods.quest.book.PaidQuest
- GARGOYLE_DEATH - Static variable in class org.dreambot.api.methods.Animations
- 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
- get(int) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
- get(int) - Static method in class org.dreambot.api.methods.container.impl.Inventory
- get(int) - Static method in class org.dreambot.api.methods.container.impl.Shop
- get(int) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
- get(int) - Static method in class org.dreambot.api.methods.grandexchange.LivePrices
-
This gets the average current price of an item by id
- get(int) - Static method in class org.dreambot.api.methods.graphics.AnimationSequence
-
Get animation sequence.
- 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
- get(Integer...) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
- 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
- get(Integer...) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
- get(String) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Get 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
- 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(String...) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
- 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
- get(Filter<Item>) - Static method in class org.dreambot.api.methods.depositbox.DepositBox
- 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
- getAccount() - Method in class org.dreambot.api.script.ScriptManager
- getAccountNickname() - Method in class org.dreambot.api.script.ScriptManager
-
Gets the currently selected account nickname from the Dreambot account manager
- 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.
- 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 class org.dreambot.api.methods.walking.web.node.impl.TollWebNode
- 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
- getAgreementStatus() - Static method in class org.dreambot.api.Client
- 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
- 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.methods.walking.web.node.impl.dynamic.DynamicTeleportItem
- 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
- getAnimatedModel() - Method in class org.dreambot.api.wrappers.interactive.Character
- getAnimatedModel(CacheModel, int) - Method in class org.dreambot.api.methods.graphics.AnimationSequence
-
Gets animated model.
- getAnimatedModel(Model) - Method in class org.dreambot.api.wrappers.interactive.Character
-
Gets animated model for the current Character object.
- 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 Characters 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.
- getAnimationFlowControl() - Method in class org.dreambot.api.methods.graphics.AnimationSequence
- getAnimationFrame() - Method in class org.dreambot.api.wrappers.interactive.AnimableGameObject
- getAnimationID() - Method in class org.dreambot.api.methods.graphics.AnimationSequence
- getAppearance() - Method in class org.dreambot.api.wrappers.interactive.composite.PlayerComposite
- 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 a 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() - Method in class org.dreambot.api.methods.walking.web.node.impl.bank.BankWebNode
- getArea() - Method in enum org.dreambot.api.methods.walking.web.node.impl.bank.WebBankArea
- 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
- getAStarPathFinder() - Static method in class org.dreambot.api.methods.walking.impl.Walking
-
Gets the local AStarPathFinder
- 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
- getBack() - Method in class org.dreambot.api.utilities.LinkedList
- getBackButton() - Static method in class org.dreambot.api.methods.login.LoginUtility
- getBank() - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Deprecated.
- getBank() - Method in class org.dreambot.api.methods.MethodContext
-
Deprecated.see
Bank
- 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
- 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
- getBoostedLevels(Skill) - Static method in class org.dreambot.api.methods.skills.Skills
-
Gets top level for skill
- 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
- 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
- getBreakSolver() - Method in class org.dreambot.api.randoms.RandomManager
- 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
- getCamera() - Static method in class org.dreambot.api.methods.input.Camera
-
Deprecated.
- getCamera() - Method in class org.dreambot.api.methods.MethodContext
-
Deprecated.see
Camera
- 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
- 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.
- 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.input.mouse.destination.impl.EntityDestination
-
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.
- 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
- 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.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.
- getClan() - Static method in class org.dreambot.api.methods.clan.Clan
-
Deprecated.
- getClan() - Method in class org.dreambot.api.methods.MethodContext
-
Deprecated.see
Clan
- getClan() - Method in class org.dreambot.api.wrappers.widgets.chatbox.ChatboxMessage
- getClanMemberHandler() - Method in class org.dreambot.api.methods.friend.SocialHandler
- getClanMembers() - Static method in class org.dreambot.api.Client
- getClanMembers() - Method in class org.dreambot.api.methods.clan.ClanMemberHandler
- getClanMembersSize() - Static method in class org.dreambot.api.Client
- 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
- getClient() - Static method in class org.dreambot.api.Client
- getClient() - Method in class org.dreambot.api.input.mouse.destination.AbstractMouseDestination
-
Gets current client context.
- getClient() - Method in class org.dreambot.api.methods.MethodProvider
-
Deprecated.
- 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
- getClientSettings() - Static method in class org.dreambot.api.ClientSettings
-
Deprecated.
- getClientSettings() - Method in class org.dreambot.api.methods.MethodContext
-
Deprecated.
- getCloseButton() - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
- getClosed() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.astar.AStarPathFinder
- 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
- getColorPicker() - Method in class org.dreambot.api.methods.MethodContext
-
Deprecated.see
ColorPicker
- getColorPicker() - Static method in class org.dreambot.api.utilities.ColorPicker
-
Deprecated.
- getCombat() - Static method in class org.dreambot.api.methods.combat.Combat
-
Deprecated.
- getCombat() - Method in class org.dreambot.api.methods.MethodContext
-
Deprecated.
- getCombatCycles() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Gets combat cycle of the current Character.
- 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
- getCondition() - Method in enum org.dreambot.api.methods.container.impl.bank.BankLocation
-
Gets any requirements needed to access this bank
- 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
- 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
- getConnections() - Method in class org.dreambot.api.methods.walking.web.node.AbstractWebNode
- getConnections(List<WebPathNode>, List<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
- getContext() - Static method in class org.dreambot.api.input.Mouse
-
Deprecated.
- 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(int, int, int, int) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.astar.heuristic.impl.AbsoluteHeuristic
-
Get the additional heuristic cost of the given tile.
- 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.
- getCount() - Static method in class org.dreambot.api.wrappers.widgets.Menu
- getCreationTime() - Method in class org.dreambot.api.methods.graphics.AnimationSequence
- 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
- getCurrentChosenItem() - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Gets the Item based on the ID returned from 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.astar.AStarPathFinder
- getCurrentDepth() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.dijkstra.DijkstraPathFinder
- getCurrentHealth() - Method in class org.dreambot.api.wrappers.interactive.util.HealthBarData
- getCurrentLevels() - Static method in class org.dreambot.api.Client
-
Get all current levels
- 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
- getCurrentTime() - Static method in class org.dreambot.api.Client
-
Gets current time
- getCurrentWorld() - Static method in class org.dreambot.api.Client
-
Gets the current world
- 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
- getDelayType() - Method in class org.dreambot.api.methods.graphics.AnimationSequence
- getDepositBox() - Static method in class org.dreambot.api.methods.depositbox.DepositBox
-
Deprecated.
- getDepositBox() - Method in class org.dreambot.api.methods.MethodContext
-
Deprecated.see
DepositBox
- getDepth() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.node.PathNode
-
Gets the depth of search used for this node.
- 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.click.ClickEvent
-
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 class org.dreambot.api.methods.walking.web.node.impl.AgilityWebNode
- getDestination() - Method in class org.dreambot.api.methods.walking.web.node.impl.StaticTeleportWebNode
- 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
- getDialogues() - Static method in class org.dreambot.api.methods.dialogues.Dialogues
-
Deprecated.
- getDialogues() - Method in class org.dreambot.api.methods.MethodContext
-
Deprecated.see
Dialogues
- getDiary(String) - Static method in class org.dreambot.api.methods.diary.Diaries
- getDiaryNames() - Static method in class org.dreambot.api.methods.diary.Diaries
- getDijPathFinder() - Static method in class org.dreambot.api.methods.walking.impl.Walking
-
Gets the local DijkstraPathFinder
- 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
- 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
- getEmotes() - Static method in class org.dreambot.api.methods.emotes.Emotes
-
Deprecated.
- getEmotes() - Method in class org.dreambot.api.methods.MethodContext
-
Deprecated.see
Emotes
- getEmoteWidgets() - 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() - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Deprecated.
- getEquipment() - Method in class org.dreambot.api.methods.MethodContext
-
Deprecated.see
Equipment
- getEvent() - Method in class org.dreambot.api.input.event.util.EventAction
- 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(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
- getExperiences() - Static method in class org.dreambot.api.Client
-
Gets all experience
- 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 facing direction for this Character in the game world.
- getFairyRings() - Static method in class org.dreambot.api.methods.fairyring.FairyRings
-
Deprecated.
- getFairyRings() - Method in class org.dreambot.api.methods.MethodContext
-
Deprecated.
- getFavour() - Method in class org.dreambot.api.methods.diary.requirement.impl.FavourRequirement
- getFemale() - Method in class org.dreambot.api.wrappers.interactive.composite.PlayerComposite
- getField(String) - Static method in class org.dreambot.api.wrappers.loader.Loader
- getField(String, String) - Static method in class org.dreambot.api.wrappers.loader.Loader
- 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 your inventory.
- getFirstEmptySlot() - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Gets the first empty slot in your inventory.
- 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 your inventory.
- getFirstEmptySlot() - Static method in class org.dreambot.api.methods.depositbox.DepositBox
-
Gets the first empty slot in your inventory.
- getFirstFullSlot() - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Gets the next full slot in your inventory
- getFirstFullSlot() - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
-
Gets the next full slot in your inventory
- 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 your inventory
- getFirstFullSlot() - Static method in class org.dreambot.api.methods.depositbox.DepositBox
-
Gets the next full slot in your inventory
- 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
- 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
- getForcedPriority() - Method in class org.dreambot.api.methods.graphics.AnimationSequence
- 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
- getFrameIDs() - Method in class org.dreambot.api.methods.graphics.AnimationSequence
- getFrameLengths() - Method in class org.dreambot.api.methods.graphics.AnimationSequence
- getFrameStep() - Method in class org.dreambot.api.methods.graphics.AnimationSequence
- 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() - Static method in class org.dreambot.api.Client
-
Gets your friends
- getFriends() - Method in class org.dreambot.api.methods.friend.FriendHandler
- getFriends() - Static method in class org.dreambot.api.methods.friend.Friends
- getFriends() - Method in class org.dreambot.api.methods.MethodContext
-
Deprecated.see
Friends
- getFriendsInstance() - Static method in class org.dreambot.api.methods.friend.Friends
- getFriendsSize() - Static method in class org.dreambot.api.Client
-
Gets the size of your friends list
- getFromArchive(int) - Static method in class org.dreambot.api.methods.graphics.AnimationSequence
- getFront() - Method in class org.dreambot.api.utilities.LinkedList
- getFScore() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathNode
- getFullCanvasRectangle() - Static method in class org.dreambot.api.methods.ViewportTools
- 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
- getGameImage() - Static method in class org.dreambot.api.Client
- getGameObjects() - Static method in class org.dreambot.api.methods.interactive.GameObjects
-
Deprecated.
- getGameObjects() - Method in class org.dreambot.api.methods.MethodContext
-
Deprecated.see
GameObjects
Static api switch, access statically through GameObjects class - 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.
- getGOClass() - Static method in class org.dreambot.api.methods.interactive.GameObjects
- 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
- getGrandExchange() - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Deprecated.
- getGrandExchange() - Method in class org.dreambot.api.methods.MethodContext
-
Deprecated.see
GrandExchange
- getGrandExchangeItems() - Static method in class org.dreambot.api.Client
-
Gets an array of the items that you have in the GrandExchange
- 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
- getGroundItems() - Static method in class org.dreambot.api.Client
-
Returns the linked list for ground items
- getGroundItems() - Static method in class org.dreambot.api.methods.item.GroundItems
-
Deprecated.
- getGroundItems() - Method in class org.dreambot.api.methods.MethodContext
-
Deprecated.see
GroundItems
- getGScore() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathNode
- getGuidePriceButton() - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Gets the Guide Price WidgetChild in the offer screen
- getGX() - Method in class org.dreambot.api.methods.walking.web.node.AbstractWebNode
- getGX(int) - Method in class org.dreambot.api.methods.walking.web.node.AbstractWebNode
- getGX(Point) - Method in class org.dreambot.api.methods.walking.web.node.AbstractWebNode
- getGY() - Method in class org.dreambot.api.methods.walking.web.node.AbstractWebNode
- getGY(int) - Method in class org.dreambot.api.methods.walking.web.node.AbstractWebNode
- getGY(Point) - Method in class org.dreambot.api.methods.walking.web.node.AbstractWebNode
- 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
- getHealth() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Deprecated.see
Character.getHealthPercent()
Scheduled for removal 02/01/2021 - 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 the current Character if in combat.
- 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
- 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.astar.AStarPathFinder
-
Get the heuristic cost for the given location.
- getHidden() - Method in class org.dreambot.api.wrappers.interactive.Player
- 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
- getHintArrow() - Static method in class org.dreambot.api.Client
-
Deprecated.
- getHitSplatCycles() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Get hit splat cycles for the current Character object.
- getHitSplats() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Get hit splat for the current Character object.
- getHitSplatTypes() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Get hit splat types for the current Character object.
- 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.methods.diary.requirement.impl.FavourRequirement
- 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 class org.dreambot.api.methods.graphics.AnimationSkin
- 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.items.ItemLayer
-
Gets the id of this ItemLayer.
- 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.methods.world.World
-
Deprecated.
- getID() - Method in class org.dreambot.api.wrappers.cache.nodes.WidgetNode
- 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.
- 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.
- getIDs() - Method in class org.dreambot.api.wrappers.cache.nodes.ItemNode
- getIncreasePriceFivePercentButton() - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Gets the +5% price WidgetChild in the offer screen
- getIndex() - Method in enum org.dreambot.api.methods.container.impl.bank.BankTab
-
Gets the index of the config for the BankTab
- 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 index location of the current 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.chatbox.ChatboxChannel
- 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.DefaultPlayerModel
- getIndicesLength() - Method in class org.dreambot.api.wrappers.graphics.ModelWrapper
- getIndicesX() - Method in class org.dreambot.api.wrappers.graphics.DefaultPlayerModel
- 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.DefaultPlayerModel
- 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.DefaultPlayerModel
- 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
- getIntArrayA() - Method in class org.dreambot.api.methods.graphics.AnimationSequence
- getIntArrayB() - Method in class org.dreambot.api.methods.graphics.AnimationSequence
- 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 object.
- getInteractingIndex() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Gets the interacting character's index.
- getInventory() - Static method in class org.dreambot.api.methods.container.impl.Inventory
-
Deprecated.
- getInventory() - Method in class org.dreambot.api.methods.MethodContext
-
Deprecated.see
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 specified screen with specified ID
- getItem(boolean, String) - Static method in class org.dreambot.api.methods.trade.Trade
-
Returns item specified from screen specified with name specified.
- getItemChildInSearch(String) - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Gets the widget child of the item you searched for
- getItemId() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
Gets the Item ID of the WidgetChild
- 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 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
- getItemTable() - Static method in class org.dreambot.api.Client
-
Gets the item table
- 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
- getKeyboard() - Static method in class org.dreambot.api.methods.input.Keyboard
-
Deprecated.
- getKeyboard() - Method in class org.dreambot.api.methods.MethodContext
-
Deprecated.see
Keyboard
- 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
- 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
- getLastClickX() - Static method in class org.dreambot.api.Client
-
Deprecated.
- getLastClickY() - Static method in class org.dreambot.api.Client
-
Deprecated.
- 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
- getLastSelectedItemName() - Static method in class org.dreambot.api.Client
-
Gets the last selected item name
- getLastTaskNode() - Method in class org.dreambot.api.script.impl.TaskScript
- getLength() - Method in class org.dreambot.api.methods.graphics.Animation
- getLength() - Method in class org.dreambot.api.methods.graphics.AnimationSkin
- getLength() - Method in class org.dreambot.api.methods.input.mouse.MouseTracker
- getLevel() - Method in class org.dreambot.api.methods.diary.requirement.impl.CombinedSkillRequirement
- getLevel() - Method in class org.dreambot.api.methods.diary.requirement.impl.SkillRequirement
- 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
- 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.Client
-
Gets all levels
- 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.api.methods.MethodContext
-
Deprecated.see
Loader
- getLoader() - Static method in class org.dreambot.api.wrappers.loader.Loader
-
Deprecated.
- getLoader(File, List<String>) - Static method in class org.dreambot.api.script.loader.LocalLoader
- getLocalNPC(int) - Static method in class org.dreambot.api.methods.interactive.NPCs
-
Gets local NPC at index specified
- getLocalOriginX() - Method in class org.dreambot.api.wrappers.graphics.Projectile
- getLocalOriginY() - Method in class org.dreambot.api.wrappers.graphics.Projectile
- getLocalPlayer() - Static method in class org.dreambot.api.Client
-
Returns your player
- getLocalPlayer() - Method in class org.dreambot.api.methods.MethodProvider
- 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 object.
- 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 object.
- getLocalY() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- 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
- 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
- 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
- getLoginUtility() - Static method in class org.dreambot.api.methods.login.LoginUtility
-
Deprecated.
- getLoginUtility() - Method in class org.dreambot.api.methods.MethodContext
-
Deprecated.
- 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.Client
- getLowPrice(int) - Static method in class org.dreambot.api.internal.prices.PriceData
- getLowPrice(String) - Static method in class org.dreambot.api.internal.prices.PriceData
- getMagic() - Static method in class org.dreambot.api.methods.magic.Magic
-
Deprecated.
- getMagic() - Method in class org.dreambot.api.methods.MethodContext
-
Deprecated.see
Magic
- 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
- getMainType() - Method in class org.dreambot.api.wrappers.widgets.chatbox.ChatboxMessage
- getManifest() - Method in class org.dreambot.api.script.AbstractScript
- getMap() - Static method in class org.dreambot.api.methods.map.Map
-
Deprecated.
- getMap() - Method in class org.dreambot.api.methods.MethodContext
-
Deprecated.see
Map
- getMapAngle() - Static method in class org.dreambot.api.Client
-
Gets map rotation
- 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.Character
-
Deprecated.
- 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
- getMaximumLoops() - Method in class org.dreambot.api.methods.graphics.AnimationSequence
- 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
- getMenu() - Static method in class org.dreambot.api.Client
-
Deprecated.see
Menu
- getMenu() - Method in class org.dreambot.api.methods.MethodContext
-
Deprecated.
- getMenu() - Static method in class org.dreambot.api.wrappers.widgets.Menu
-
Deprecated.
- 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
- getMessages() - Method in class org.dreambot.api.wrappers.widgets.chatbox.ChatboxChannel
- getMethod(String, String, Class<?>...) - Static method in class org.dreambot.api.wrappers.loader.Loader
- getMethodContext() - Static method in class org.dreambot.api.Client
- getMethodContext() - Method in class org.dreambot.api.randoms.RandomSolver
-
Deprecated.
- 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.
- 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.
- 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
- getMixedAnimationModel(CacheModel, int, AnimationSequence, int) - Method in class org.dreambot.api.methods.graphics.AnimationSequence
-
Gets mixed animation model.
- 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() - Method in class org.dreambot.api.wrappers.interactive.NPC
- getModel() - Method in class org.dreambot.api.wrappers.interactive.Player
- getModel() - Method in class org.dreambot.api.wrappers.items.GroundItem
- 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
- 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.composite.ObjectComposite
-
Gets a list of the model IDs of the object for which the object composite was created
- getModelIDs() - Method in class org.dreambot.api.wrappers.interactive.NPC
- getModifiedModelColors() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- getMouse() - Static method in class org.dreambot.api.input.Mouse
-
Deprecated.
- getMouse() - Method in class org.dreambot.api.methods.MethodContext
-
Deprecated.see
Mouse
- getMouseKeys() - Static method in class org.dreambot.api.methods.input.MouseKeys
-
Deprecated.
- getMouseKeys() - Method in class org.dreambot.api.methods.MethodContext
-
Deprecated.see
MouseKeys
- getMouseMoveResetTimeMillis() - Static method in class org.dreambot.api.input.Mouse
- getMousePosition() - Static method in class org.dreambot.api.Client
-
Gets the current mouse position on the game canvas if the canvas contains the 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() - Static method in class org.dreambot.api.Client
-
Gets the current mouse X coordinate of the mouse if inside the canvas.
- getMouseY() - Static method in class org.dreambot.api.Client
-
Gets the current mouse Y coordinate of the mouse if inside the canvas.
- 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
- 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
- getName() - Method in class org.dreambot.api.methods.diary.VarrockDiary
- getName() - Method in class org.dreambot.api.methods.diary.WesternProvincesDiary
- getName() - Method in class org.dreambot.api.methods.diary.WildernessDiary
- getName() - Method in class org.dreambot.api.methods.friend.NameProvider
- getName() - Method in class org.dreambot.api.methods.grandexchange.GrandExchangeItem
-
Gets the name of the trading post item
- getName() - Method in class org.dreambot.api.methods.magic.cost.Rune
- getName() - Method in enum org.dreambot.api.methods.skills.Skill
-
Gets the skill's name.
- getName() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.PathObstacle
-
Gets name.
- getName() - Method in class org.dreambot.api.methods.walking.web.node.impl.dynamic.DynamicTeleport
- getName() - Method in class org.dreambot.api.methods.walking.web.node.impl.dynamic.DynamicTeleportItem
- 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.
- getNameProviders() - Method in class org.dreambot.api.methods.friend.NameProviderHandler
- getNearest(Tile, int) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
-
Gets the closest web node to for given argument.
- getNearest(AbstractWebNode) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebFinder
-
Gets the closest 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 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
- 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.utilities.LinkedList
- 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
- 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
- getNPCModels() - Static method in class org.dreambot.api.Client
-
Returns the NPC model cache
- getNpcs() - Method in class org.dreambot.api.methods.MethodContext
-
Deprecated.see
NPCs
Static api switch, access statically through NPCs class - getNPCs() - Static method in class org.dreambot.api.Client
-
Gets all NPCs
- getNPCs() - Static method in class org.dreambot.api.methods.interactive.NPCs
-
Deprecated.
- getObject() - Method in class org.dreambot.api.methods.input.mouse.MouseSettings
-
Gets the object of the target
- getObject() - Method in class org.dreambot.api.wrappers.widgets.MenuRow
-
Gets object reference associated with this menu row.
- getObjectModel(long, boolean) - Static method in class org.dreambot.api.Client
- getObjectModelCache() - Static method in class org.dreambot.api.Client
- getObjectModels() - Static method in class org.dreambot.api.Client
- getObjectModelTypes() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- getObjectName() - Method in class org.dreambot.api.methods.walking.web.node.impl.AgilityWebNode
- getObjects() - 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.map.impl.CollisionMap
-
Gets offset x.
- getOffsetY() - Method in class org.dreambot.api.wrappers.map.impl.CollisionMap
-
Gets offset y.
- getOnCursorUIDs() - Static method in class org.dreambot.api.input.Mouse
- getOpCode() - Method in class org.dreambot.api.wrappers.widgets.MenuRow
-
Get opcode of this menu row.
- getOpcodes() - Method in class org.dreambot.api.methods.graphics.AnimationSkin
- getOpcodeTable() - Method in class org.dreambot.api.methods.graphics.Animation
- getOpen() - Static method in class org.dreambot.api.methods.tabs.Tabs
-
Gets the currently open tab
- getOpen() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.astar.AStarPathFinder
- getOpenSlot() - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Returns the index of the open slot / offer
- getOpenWorldScreenButton() - Static method in class org.dreambot.api.methods.login.LoginUtility
-
Returns the rectangle of the "Select world" button on the main login screen.
- 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 the current Character object.
- 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
- 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
- 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
- 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.
- getPlayerAtIndex(int) - Static method in class org.dreambot.api.Client
- getPlayerAttackOptionsMode() - Static method in class org.dreambot.api.ClientSettings
-
Returns the current ActionMode for player attack options
- getPlayerComposite(Player, Object) - Static method in class org.dreambot.api.Client
- getPlayerHash() - Static method in class org.dreambot.api.Client
-
Hashes the selected account's username, which is allowed in SDN scripts (unlike getUsername)
- getPlayerIndex() - Static method in class org.dreambot.api.methods.hint.HintArrow
- getPlayerModel(Player) - Static method in class org.dreambot.api.Client
- getPlayerReferences() - Static method in class org.dreambot.api.Client
-
Gets all player references, this is primarily an internally used method, you should use
Client.getPlayers()
instead - getPlayerReplacementShield() - Method in class org.dreambot.api.methods.graphics.AnimationSequence
- getPlayerReplacementWeapon() - Method in class org.dreambot.api.methods.graphics.AnimationSequence
- getPlayers() - Static method in class org.dreambot.api.Client
-
Gets all players
- getPlayers() - Static method in class org.dreambot.api.methods.interactive.Players
-
Deprecated.
- getPlayers() - Method in class org.dreambot.api.methods.MethodContext
-
Deprecated.see
Players
- getPlayerSettings() - Static method in class org.dreambot.api.Client
-
Gets player settings
- getPlayerSettings() - Method in class org.dreambot.api.methods.MethodContext
-
Deprecated.see
PlayerSettings
- getPlayerSettings() - Static method in class org.dreambot.api.methods.settings.PlayerSettings
-
Deprecated.
- getPlayersInstance() - Static method in class org.dreambot.api.methods.interactive.Players
-
Deprecated.
- 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.methods.diary.requirement.impl.QuestPointRequirement
- 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
- 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
- getPrayer() - Method in class org.dreambot.api.methods.MethodContext
-
Deprecated.see
Prayers
- getPrayerExp() - Method in enum org.dreambot.api.methods.magic.Arceus
- getPrayersInstance() - Static method in class org.dreambot.api.methods.prayer.Prayers
-
Deprecated.
- getPrecedenceAnimating() - Method in class org.dreambot.api.methods.graphics.AnimationSequence
- getPreferredHand() - Method in class org.dreambot.api.methods.input.mouse.MouseSettings
-
Gets preferred hand
- getPreferredHand() - Method in class org.dreambot.api.wrappers.user.UniqueUser
-
Gets preferred hand
- getPrevious() - Method in class org.dreambot.api.utilities.LinkedList
- 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.graphics.AnimationSequence
- 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
- getProjectilesRef() - Static method in class org.dreambot.api.Client
-
Gets all projectiles
- 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
- getQuestPoints() - Static method in class org.dreambot.api.methods.quest.Quests
- getQuests() - Method in class org.dreambot.api.methods.MethodContext
-
Deprecated.see
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
- getQuests() - Static method in class org.dreambot.api.methods.quest.Quests
-
Deprecated.
- getQueueSize() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Gets walking queue size for the current Character object.
- getQueueTraversed() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Deprecated.see @
Character.getWalkingQueueSpeed()
scheduled for removal 3/9/2022 - 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.script.AbstractScript
- getRandomPointOnCanvas() - Static method in class org.dreambot.api.methods.ViewportTools
- 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
- 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
- getRearrangeMode() - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Gets the current rearrange mode type;
- 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.map.Region
- getReference() - Method in class org.dreambot.api.wrappers.map.TileReference
- getRegion() - Static method in class org.dreambot.api.Client
-
Gets the current region
- getRegionHeight() - Method in class org.dreambot.api.wrappers.map.Region
- getRegionTiles() - Method in class org.dreambot.api.wrappers.map.Region
- getRegionWidth() - 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
- getRenderable() - Method in class org.dreambot.api.wrappers.interactive.BoundaryObject
- getRenderable() - Method in class org.dreambot.api.wrappers.interactive.FloorDecoration
- getRenderable() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- getRenderable() - Method in class org.dreambot.api.wrappers.interactive.SceneObject
- getRenderable() - Method in class org.dreambot.api.wrappers.interactive.WallObject
- 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
- getRequiredItemList() - Method in class org.dreambot.api.methods.walking.web.node.impl.dynamic.DynamicTeleport
- getRequiredItems() - Method in class org.dreambot.api.methods.walking.web.node.impl.dynamic.DynamicTeleportWebNode
- getRequirements() - Method in class org.dreambot.api.methods.diary.requirement.DiaryRequirement
- getRequires() - Method in class org.dreambot.api.methods.quest.book.requirement.QuestRequirement
- 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
- getRotation() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Gets rotation degree of the current Character object.
- getRotationX() - Method in class org.dreambot.api.wrappers.graphics.Projectile
- getRotationY() - Method in class org.dreambot.api.wrappers.graphics.Projectile
- getRow(Item) - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Gets the row of the Item
- getRSLastClickedX() - Static method in class org.dreambot.api.input.Mouse
- getRSLastClickedY() - Static method in class org.dreambot.api.input.Mouse
- getRunEnergy() - Static method in class org.dreambot.api.methods.walking.impl.Walking
-
Gets the current run energy
- 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() - Static method in class org.dreambot.api.script.ScriptManager
- 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.
- getSelectedConfig() - Method in enum org.dreambot.api.methods.container.impl.bank.BankTab
-
Gets the selected config value of the BankTab - used to see if tab is open
- getSelectedItemIndex() - Static method in class org.dreambot.api.Client
- 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.Client
-
Gets the last selected spell name
- getSelectedSpellName() - Static method in class org.dreambot.api.methods.magic.Magic
-
Gets the currently selected spell name
- getSelection() - Static method in enum org.dreambot.api.methods.container.impl.bank.BankQuantitySelection
- getSelectionState() - Static method in class org.dreambot.api.Client
-
Gets the selection state
- getSender() - Method in class org.dreambot.api.wrappers.cache.nodes.MessageNode
- getSender() - Method in class org.dreambot.api.wrappers.widgets.chatbox.ChatboxMessage
- 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
- getSessionSettingID() - Method in class org.dreambot.api.wrappers.interactive.NPC
- 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
- getShiftClickIndex() - Method in class org.dreambot.api.wrappers.items.Item
- getShop() - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Deprecated.
- getShop() - Method in class org.dreambot.api.methods.MethodContext
-
Deprecated.see
Shop
- 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
- getSizeX() - Method in class org.dreambot.api.wrappers.interactive.composite.ObjectComposite
-
Gets the X size of the object for which the object composite was created
- getSizeY() - Method in class org.dreambot.api.wrappers.interactive.composite.ObjectComposite
-
Gets the Y size of the object for which the object composite was created
- getSkill() - Method in class org.dreambot.api.methods.diary.requirement.impl.SkillRequirement
- getSkill() - Method in class org.dreambot.api.methods.quest.book.requirement.skill.SkillReq
- getSkill() - Method in class org.dreambot.api.script.event.impl.ExperienceEvent
- getSkills() - Method in class org.dreambot.api.methods.diary.requirement.impl.CombinedSkillRequirement
- getSkills() - Method in class org.dreambot.api.methods.MethodContext
-
Deprecated.see
Skills
- 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
- getSkills() - Static method in class org.dreambot.api.methods.skills.Skills
-
Deprecated.
- getSkillTracker() - Method in class org.dreambot.api.methods.MethodContext
-
Deprecated.see
SkillTracker
use static instance with SkillTracker.getSkillTracker() - getSkillTracker() - Static method in class org.dreambot.api.methods.skills.SkillTracker
-
Deprecated.
- getSkin() - Method in class org.dreambot.api.methods.graphics.Animation
- getSkinList() - Method in class org.dreambot.api.methods.graphics.AnimationSkin
- 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 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
- 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 equipment slot for a given item filter
- getSocialHandler() - Static method in class org.dreambot.api.Client
- getSocket() - Method in interface org.dreambot.api.methods.worldhopper.JSocket
- getSocket() - Method in class org.dreambot.api.methods.worldhopper.JSockWrapper
- getSocket() - Method in class org.dreambot.api.methods.worldhopper.JSockWrapperWrapper
- getSocketWrapper() - Method in class org.dreambot.api.methods.worldhopper.JSockWrapperWrapper
- getSocketWrapperWrapper() - Static method in class org.dreambot.api.Client
- getSolver(String) - Method in class org.dreambot.api.randoms.RandomManager
- 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.
- getSpellSelected() - Static method in class org.dreambot.api.Client
-
Checks if a spell is selected
- getSpriteID() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
Deprecated.
- getStackSizes() - Method in class org.dreambot.api.wrappers.cache.nodes.ItemNode
- 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() - Method in class org.dreambot.api.randoms.RandomSolver
-
Deprecated.
- getStartTime(Skill) - Static method in class org.dreambot.api.methods.skills.SkillTracker
-
Gets the start time of the Skill
- 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
- 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
- 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
- getTabs() - Method in class org.dreambot.api.methods.MethodContext
-
Deprecated.see
Tabs
- getTabs() - Static method in class org.dreambot.api.methods.tabs.Tabs
-
Deprecated.
- 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
- getText() - Method in class org.dreambot.api.wrappers.widgets.chatbox.ChatboxMessage
- 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
- getTexturedVerticeLength() - Method in class org.dreambot.api.wrappers.graphics.ModelWrapper
- getTexturedVerticesX() - Method in class org.dreambot.api.wrappers.graphics.ModelWrapper
- getTexturedVerticesY() - Method in class org.dreambot.api.wrappers.graphics.ModelWrapper
- getTexturedVerticesZ() - 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.items.ItemLayer
- getTile() - Method in class org.dreambot.api.wrappers.map.TileReference
- getTileGrid(int) - Static method in class org.dreambot.api.methods.map.Map
-
Get the reference of the given tile object.
- getTileHeight() - Method in class org.dreambot.api.wrappers.interactive.Model
-
Calculates the tile height for offset specified tile.
- getTileHeight(int, int, int) - Method in class org.dreambot.api.methods.ViewportTools
-
Calculates the tile height for offset specified tile
- getTileHeight(Tile) - Static method in class org.dreambot.api.methods.map.Map
-
Gets the height of a tile.
- getTileHeights() - Static method in class org.dreambot.api.Client
-
Gets tile heights
- getTileReference() - Method in class org.dreambot.api.methods.map.Tile
- getTileReference() - Method in class org.dreambot.api.methods.walking.web.node.AbstractWebNode
- getTileReference() - Method in class org.dreambot.api.wrappers.interactive.Entity
- getTileReference() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- getTileReference() - Method in interface org.dreambot.api.wrappers.interactive.Locatable
-
Gets tile reference of the given object.
- getTileReference(Tile) - Static method in class org.dreambot.api.methods.map.Map
-
Get the reference of the given tile object.
- getTileReferences() - Method in class org.dreambot.api.wrappers.map.Region
- getTiles() - Method in class org.dreambot.api.methods.map.Area
-
Gets all of the tiles contained in the Area
- getTiles() - Method in class org.dreambot.api.wrappers.map.Region
- getTileSettings() - Static method in class org.dreambot.api.Client
-
Gets tile settings
- getTime() - Method in class org.dreambot.api.wrappers.cache.nodes.MessageNode
- getTime() - Method in class org.dreambot.api.wrappers.widgets.message.Message
- getTimeout() - Method in class org.dreambot.api.input.event.util.EventAction
- getTimestamp() - Method in class org.dreambot.api.script.event.ScriptEvent
- getTimeStamp() - Method in class org.dreambot.api.wrappers.cache.nodes.MessageNode
- getTimeToLevel(Skill) - Static method in class org.dreambot.api.methods.skills.SkillTracker
-
Get the estimated amount of time in milliseconds until the next level at the current hourly rate.
- getTitle() - Static method in class org.dreambot.api.methods.container.impl.Shop
-
Gets the title of the current shop widget.
- getToll() - Method in class org.dreambot.api.methods.walking.web.node.impl.TollWebNode
- getTooltip() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
Gets the tooltip of the WidgetChild
- getTop() - Method in class org.dreambot.api.wrappers.items.ItemLayer
- getTopObjectOnTile(Tile) - Static method in class org.dreambot.api.methods.interactive.GameObjects
-
Gets the top Game Object at specified Tile
- getTotalLevel() - Static method in class org.dreambot.api.methods.skills.Skills
-
Gets the total level of your character
- getTracking() - Method in class org.dreambot.api.methods.input.mouse.MouseTracker
- getTrade() - Method in class org.dreambot.api.methods.MethodContext
-
Deprecated.see
Trade
- getTrade() - Static method in class org.dreambot.api.methods.trade.Trade
-
Deprecated.
- getTradingWith() - Static method in class org.dreambot.api.methods.trade.Trade
-
Gets the name of the player you're trading with.
- getTransferredAmount() - Method in class org.dreambot.api.methods.grandexchange.GrandExchangeItem
- getTransferredValue() - Method in class org.dreambot.api.methods.grandexchange.GrandExchangeItem
- getTransformationX() - Method in class org.dreambot.api.methods.graphics.Animation
- getTransformationY() - Method in class org.dreambot.api.methods.graphics.Animation
- getTransformationZ() - Method in class org.dreambot.api.methods.graphics.Animation
- getTransformed() - Method in class org.dreambot.api.wrappers.interactive.AnimableGameObject
- getTransformIds() - Method in class org.dreambot.api.wrappers.interactive.composite.ObjectComposite
- getTriangluatedFaces(int, int, int, Model, int) - Method in class org.dreambot.api.methods.ViewportTools
- getTryAgainButton() - Static method in class org.dreambot.api.methods.login.LoginUtility
- getType() - Static method in class org.dreambot.api.methods.hint.HintArrow
- getType() - Method in interface org.dreambot.api.methods.quest.book.Quest
- getType() - Method in class org.dreambot.api.methods.walking.web.node.AbstractWebNode
- getType() - Method in class org.dreambot.api.methods.walking.web.node.impl.AgilityWebNode
- getType() - Method in class org.dreambot.api.methods.walking.web.node.impl.bank.BankWebNode
- getType() - Method in class org.dreambot.api.methods.walking.web.node.impl.BasicWebNode
- getType() - Method in class org.dreambot.api.methods.walking.web.node.impl.dynamic.DynamicTeleportWebNode
- getType() - Method in class org.dreambot.api.methods.walking.web.node.impl.EntranceWebNode
- getType() - Method in class org.dreambot.api.methods.walking.web.node.impl.StaticTeleportWebNode
- getType() - Method in class org.dreambot.api.methods.walking.web.node.impl.TollWebNode
- getType() - Method in class org.dreambot.api.script.event.impl.ExperienceEvent
- getType() - Method in class org.dreambot.api.wrappers.cache.nodes.MessageNode
- getType() - Method in class org.dreambot.api.wrappers.interactive.SceneObject
- getType() - Method in class org.dreambot.api.wrappers.widgets.message.Message
- getType() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
gets the type value of the WidgetChild
- getType(int) - Static method in enum org.dreambot.api.wrappers.widgets.message.MessageType
- getTypeID() - Method in class org.dreambot.api.wrappers.widgets.message.Message
- getTypeValue() - Static method in class org.dreambot.api.methods.hint.HintArrow
- getUID() - Method in interface org.dreambot.api.wrappers.cache.nodes.impl.Node
- getUID() - Method in class org.dreambot.api.wrappers.cache.nodes.NodeSub
- getUID() - Method in class org.dreambot.api.wrappers.cache.nodes.NodeWrapper
- getUID() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Gets UID of this Character object.
- getUIDCount() - Static method in class org.dreambot.api.input.Mouse
- getUnknown1() - Method in class org.dreambot.api.wrappers.graphics.Projectile
-
Deprecated.
- getUnknown2() - Method in class org.dreambot.api.wrappers.graphics.Projectile
-
Deprecated.
- getUnknown3() - Method in class org.dreambot.api.wrappers.graphics.Projectile
-
Deprecated.
- getUnnotedItemID() - Method in class org.dreambot.api.wrappers.items.Item
- getUsername() - Static method in class org.dreambot.api.Client
-
Gets the login username
- getUsername() - Method in class org.dreambot.api.methods.ForumUser
- getUsername() - Method in class org.dreambot.api.wrappers.user.UniqueUser
- getUsername() - Method in class org.dreambot.api.wrappers.widgets.message.Message
- getVal() - Method in enum org.dreambot.api.methods.hotkeys.NPCAttackOption
- getVal() - Method in enum org.dreambot.api.methods.hotkeys.PlayerAttackOption
- getVal() - Method in enum org.dreambot.api.methods.hotkeys.TabKey
- getValidWidgets() - Static method in class org.dreambot.api.Client
-
Gets the valid widgets
- getValue() - Method in enum org.dreambot.api.methods.diary.requirement.impl.FavourRequirement.House
- getValue() - Method in enum org.dreambot.api.methods.ForumRank
- getValue() - Method in class org.dreambot.api.methods.grandexchange.GrandExchangeItem
-
Gets the total value of the trading post item
- getValue() - Method in class org.dreambot.api.wrappers.items.Item
- getValue(boolean) - Static method in class org.dreambot.api.methods.trade.Trade
-
Returns the value of the trade offer
- getVarbit() - Method in enum org.dreambot.api.methods.diary.requirement.impl.FavourRequirement.House
- getVarbitValue() - Method in enum org.dreambot.api.data.ActionMode
- getVarpbitId() - Method in class org.dreambot.api.wrappers.interactive.composite.ObjectComposite
- getVectorSkin() - Method in class org.dreambot.api.wrappers.graphics.DefaultPlayerModel
- getVectorSkin() - Method in class org.dreambot.api.wrappers.graphics.ModelWrapper
- getVectorSkin() - Method in class org.dreambot.api.wrappers.interactive.Model
-
Get vector skin.
- getVersion() - Method in class org.dreambot.api.script.AbstractScript
- getVertexCount() - Method in class org.dreambot.api.wrappers.interactive.Model
-
Get vertex count.
- getVertexMap() - Method in class org.dreambot.api.wrappers.interactive.Model
-
Get vertex locations stored in a 2D array (flat map) at the current grid location.
- getVertexMap(int, int) - Method in class org.dreambot.api.wrappers.interactive.Model
-
Get vertex locations stored in a 2D array (flat map) at the specified grid location.
- getVertexMap(int, int, boolean) - Method in class org.dreambot.api.wrappers.interactive.Model
-
Get vertex locations stored in a 2D array (flat map) at the specified grid location.
- getVertexPoints() - Method in class org.dreambot.api.wrappers.interactive.Model
-
Gets model vertex points at the current set grid location.
- getVertexPoints(int, int) - Method in class org.dreambot.api.wrappers.interactive.Model
-
Gets model vertex points at the specified grid location.
- getVertices(Tile) - Static method in class org.dreambot.api.methods.map.Map
-
Gets an array of points which represent the bounds of a tile.
- getVertices(Model) - Method in class org.dreambot.api.methods.ViewportTools
- getVerticesCount() - Method in class org.dreambot.api.wrappers.graphics.DefaultPlayerModel
- getVerticesCount() - Method in class org.dreambot.api.wrappers.graphics.ModelWrapper
- getVerticesLength() - Method in class org.dreambot.api.wrappers.graphics.ModelWrapper
- getVerticesX() - Method in class org.dreambot.api.wrappers.graphics.DefaultPlayerModel
- getVerticesX() - Method in class org.dreambot.api.wrappers.graphics.ModelWrapper
- getVerticesX() - Method in class org.dreambot.api.wrappers.interactive.Model
-
Get vertices x.
- getVerticesY() - Method in class org.dreambot.api.wrappers.graphics.DefaultPlayerModel
- getVerticesY() - Method in class org.dreambot.api.wrappers.graphics.ModelWrapper
- getVerticesY() - Method in class org.dreambot.api.wrappers.interactive.Model
-
Get vertices y.
- getVerticesZ() - Method in class org.dreambot.api.wrappers.graphics.DefaultPlayerModel
- getVerticesZ() - Method in class org.dreambot.api.wrappers.graphics.ModelWrapper
- getVerticesZ() - Method in class org.dreambot.api.wrappers.interactive.Model
-
Get vertices z.
- getViewport() - Static method in class org.dreambot.api.Client
-
Returns the current viewport
- getViewportHeight() - Static method in class org.dreambot.api.Client
- getViewportTools() - Static method in class org.dreambot.api.Client
-
Returns viewport tool.
- getViewportWidth() - Static method in class org.dreambot.api.Client
- getWalkable(Tile) - Static method in class org.dreambot.api.methods.map.Map
-
Gets a walkable tile which is closest the given tile.
- getWalkAnimation() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Gets walking animation ID.
- getWalking() - Method in class org.dreambot.api.methods.MethodContext
-
Deprecated.see
Walking
- getWalking() - Static method in class org.dreambot.api.methods.walking.impl.Walking
-
Deprecated.
- getWalkingDistance(Tile, Tile) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.astar.AStarPathFinder
-
Walking distance based on path finding between the provided tiles.
- getWalkingQueueSpeed() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Gets walking queue traversed index's for the current Character object.
- getWallObject() - Method in class org.dreambot.api.wrappers.map.TileReference
- getWebPathFinder() - Static method in class org.dreambot.api.methods.walking.impl.Walking
-
Gets the web path finder.
- getWelcomeScreenSolver() - Method in class org.dreambot.api.randoms.RandomManager
- getWidget(int) - Static method in class org.dreambot.api.methods.widget.Widgets
-
Gets top level parent widget based on the id
- getWidgetChild() - Method in enum org.dreambot.api.methods.container.impl.bank.BankTab
- getWidgetChild() - Method in interface org.dreambot.api.methods.quest.book.Quest
- getWidgetChild() - Method in enum org.dreambot.api.methods.tabs.Tab
- getWidgetChild(int...) - Static method in class org.dreambot.api.methods.widget.Widgets
-
Gets widget child based on the given ids
- getWidgetChild(Prayer) - Static method in class org.dreambot.api.methods.prayer.Prayers
- getWidgetChildrenContainingText(String) - Static method in class org.dreambot.api.methods.widget.Widgets
-
Gets a list of the WidgetChildren containing a particular search string Try to avoid using this method if you can (ie.
- getWidgetForSlot(EquipmentSlot) - Static method in class org.dreambot.api.methods.container.impl.equipment.Equipment
- getWidgetIndex() - Method in enum org.dreambot.api.methods.prayer.Prayer
- getWidgetNodes() - Static method in class org.dreambot.api.Client
-
Gets the widget nodes
- getWidgets() - Static method in class org.dreambot.api.Client
-
Returns the widget references
- getWidgets() - Method in class org.dreambot.api.methods.MethodContext
-
Deprecated.see
Widgets
- getWidgets() - Static method in class org.dreambot.api.methods.widget.Widgets
-
Deprecated.
- getWidgets(Filter<WidgetChild>) - Static method in class org.dreambot.api.methods.widget.Widgets
-
Gets a List of widget children that match the filter provided
- getWidgetSettings() - Static method in class org.dreambot.api.Client
-
Gets the widget settings
- getWidgetsInstance() - Static method in class org.dreambot.api.methods.widget.Widgets
-
Deprecated.
- getWidgetXArray() - Static method in class org.dreambot.api.Client
-
Gets the widget x array
- getWidgetYArray() - Static method in class org.dreambot.api.Client
-
Gets the widget y array
- getWidth() - Method in class org.dreambot.api.wrappers.interactive.GameObject
-
Gets the Tile 2D width of the object (furnace is 2x3, 2 is width)
- getWidth() - Method in class org.dreambot.api.wrappers.map.impl.CollisionMap
-
Gets width of the collision map.
- getWidth() - Method in interface org.dreambot.api.wrappers.map.TileMap
-
Get the width of the tile map.
- getWidth() - Static method in class org.dreambot.api.wrappers.widgets.Menu
- getWidth() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
Gets the Width of the WidgetChild
- getWildernessLevel() - Static method in class org.dreambot.api.methods.combat.Combat
-
Gets the wilderness level that your player is in.
- getWithdrawMode() - Static method in class org.dreambot.api.methods.container.impl.bank.Bank
-
Gets the current withdraw mode.
- getWordsPerMinute() - Static method in class org.dreambot.api.methods.input.Keyboard
- getWordsPerMinute() - Method in class org.dreambot.api.wrappers.user.UniqueUser
- getWorld() - Method in class org.dreambot.api.methods.clan.ClanMember
- getWorld() - Method in class org.dreambot.api.methods.friend.Friend
- getWorld() - Method in class org.dreambot.api.methods.world.World
-
Gets the ID of the world, greater than 300
- getWorld(int) - Static method in class org.dreambot.api.methods.world.Worlds
-
Gets a World object according to the given world number
- getWorld(Filter<World>) - Static method in class org.dreambot.api.methods.world.Worlds
-
Gets the first World that matches the filter
- getWorldHopper() - Method in class org.dreambot.api.methods.MethodContext
-
Deprecated.see
WorldHopper
- getWorldHopper() - Static method in class org.dreambot.api.methods.worldhopper.WorldHopper
-
Deprecated.
- getWorldIndex(int) - Static method in class org.dreambot.api.methods.login.LoginUtility
-
Gets the location in the worlds array for the given world, used in login world screen
- getWorldListColumnSize() - Static method in class org.dreambot.api.methods.login.LoginUtility
-
World List Column Size is the number of worlds listed in the columns (usually you can just use the first column) Used to determine location of world selection buttons.
- getWorldRectangle(int) - Static method in class org.dreambot.api.methods.login.LoginUtility
-
Gets the rectangle for the world button in the login world screen.
- getWorlds() - Method in class org.dreambot.api.methods.MethodContext
-
Deprecated.see
Worlds
- getWorlds() - Static method in class org.dreambot.api.methods.world.Worlds
-
Deprecated.
- getWrappedEntity() - Method in class org.dreambot.api.wrappers.interactive.Model
-
Gets wrapped entity object..
- getWrapper() - Method in class org.dreambot.api.wrappers.interactive.model.EntityModel
- getX() - Static method in class org.dreambot.api.input.Mouse
-
Gets the current mouse X coordinate of the mouse if inside the canvas.
- getX() - Static method in class org.dreambot.api.methods.hint.HintArrow
- getX() - Static method in class org.dreambot.api.methods.input.Camera
-
Gets the X of the camera
- getX() - Method in class org.dreambot.api.methods.map.Tile
-
Gets the X coordinate of the Tile
- getX() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.node.PathNode
-
Gets the X coordinate for this node.
- getX() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathNode
- getX() - Method in class org.dreambot.api.methods.walking.web.node.AbstractWebNode
- getX() - Method in class org.dreambot.api.wrappers.graphics.GraphicsObject
- getX() - Method in class org.dreambot.api.wrappers.graphics.Projectile
- getX() - Method in class org.dreambot.api.wrappers.interactive.AnimableGameObject
- getX() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Gets X coordinate of the given object.
- getX() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- getX() - Method in interface org.dreambot.api.wrappers.interactive.Locatable
-
Gets X coordinate of the given object.
- getX() - Method in class org.dreambot.api.wrappers.items.GroundItem
- getX() - Method in class org.dreambot.api.wrappers.items.ItemLayer
- getX() - Static method in class org.dreambot.api.wrappers.widgets.Menu
- getX() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
Gets the X value of the location of the WidgetChild
- getXCode() - Method in class org.dreambot.api.wrappers.widgets.MenuRow
-
Get x code of this menu row.
- getXCoordinates() - Method in class org.dreambot.api.methods.input.mouse.MouseTracker
- getXMovement() - Method in class org.dreambot.api.utilities.Vector
- getY() - Static method in class org.dreambot.api.input.Mouse
-
Gets the current mouse Y coordinate of the mouse if inside the canvas.
- getY() - Static method in class org.dreambot.api.methods.hint.HintArrow
- getY() - Static method in class org.dreambot.api.methods.input.Camera
-
Gets the Y of the camera
- getY() - Method in class org.dreambot.api.methods.map.Tile
-
Gets the Y coordinate of the Tile
- getY() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.node.PathNode
-
Gets the Y coordinate for this node.
- getY() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathNode
- getY() - Method in class org.dreambot.api.methods.walking.web.node.AbstractWebNode
- getY() - Method in class org.dreambot.api.wrappers.graphics.GraphicsObject
- getY() - Method in class org.dreambot.api.wrappers.graphics.Projectile
- getY() - Method in class org.dreambot.api.wrappers.interactive.AnimableGameObject
- getY() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Gets Y coordinate of the given object.
- getY() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- getY() - Method in interface org.dreambot.api.wrappers.interactive.Locatable
-
Gets Y coordinate of the given object.
- getY() - Method in class org.dreambot.api.wrappers.items.GroundItem
- getY() - Method in class org.dreambot.api.wrappers.items.ItemLayer
- getY() - Static method in class org.dreambot.api.wrappers.widgets.Menu
- getY() - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
-
Gets the Y value of the location of the WidgetChild
- getYaw() - Static method in class org.dreambot.api.methods.input.Camera
-
Gets the yaw of the camera
- getYCode() - Method in class org.dreambot.api.wrappers.widgets.MenuRow
-
Get y code of this menu row.
- getYCoordinates() - Method in class org.dreambot.api.methods.input.mouse.MouseTracker
- getYMovement() - Method in class org.dreambot.api.utilities.Vector
- getZ() - Static method in class org.dreambot.api.methods.hint.HintArrow
- getZ() - Static method in class org.dreambot.api.methods.input.Camera
-
Gets the Z of the camera
- getZ() - Method in class org.dreambot.api.methods.map.Tile
-
Gets the Z coordinate of the tile
- getZ() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.node.PathNode
- getZ() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathNode
- getZ() - Method in class org.dreambot.api.methods.walking.web.node.AbstractWebNode
- getZ() - Method in class org.dreambot.api.wrappers.graphics.GraphicsObject
- getZ() - Method in class org.dreambot.api.wrappers.interactive.Character
-
Gets Z coordinate of the given object.
- getZ() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- getZ() - Method in interface org.dreambot.api.wrappers.interactive.Locatable
-
Gets Z coordinate of the given object.
- getZ() - Method in class org.dreambot.api.wrappers.items.GroundItem
- getZ() - Method in class org.dreambot.api.wrappers.map.TileReference
- getZoom() - Static method in class org.dreambot.api.Client
-
Gets the current game zoom.
- getZoom() - Static method in class org.dreambot.api.methods.input.Camera
-
Gets the camera's current zoom level
- getZoomValue() - Static method in class org.dreambot.api.ClientSettings
-
Deprecated.see
Camera.getZoom()
Scheduled for removal 04/01/2021 - GHORROCK_TELEPORT - org.dreambot.api.methods.magic.Ancient
- GHOSTS_AHOY - org.dreambot.api.methods.quest.book.PaidQuest
- GLASS_BOX - org.dreambot.api.methods.emotes.Emote
- GLASS_WALL - org.dreambot.api.methods.emotes.Emote
- GLOBAL_MODERATOR - org.dreambot.api.methods.ForumRank
- GlobalPath<T extends AbstractWebNode> - Class in org.dreambot.api.methods.walking.path.impl
-
Created with IntelliJ IDEA.
- GlobalPath() - Constructor for class org.dreambot.api.methods.walking.path.impl.GlobalPath
- GNOME_STRONGHOLD - org.dreambot.api.methods.container.impl.bank.BankLocation
- GNOME_STRONGHOLD - org.dreambot.api.methods.walking.web.node.impl.bank.WebBankArea
- goBack() - Static method in class org.dreambot.api.methods.grandexchange.GrandExchange
-
Clicks the back button in the offer screen
- GOBLIN_BOW - org.dreambot.api.methods.emotes.Emote
- GOBLIN_DIPLOMACY - org.dreambot.api.methods.quest.book.FreeQuest
- GOBLIN_SALUTE - org.dreambot.api.methods.emotes.Emote
- GORAKS_PLANE - org.dreambot.api.methods.fairyring.FairyLocation
- GRAND_EXCHANGE - org.dreambot.api.methods.container.impl.bank.BankLocation
- GRAND_EXCHANGE - org.dreambot.api.methods.walking.web.node.impl.bank.WebBankArea
- GRAND_TREE - org.dreambot.api.methods.container.impl.bank.BankLocation
- GrandExchange - Class in org.dreambot.api.methods.grandexchange
-
Created by Nezz on 12/10/2014.
- GrandExchange() - Constructor for class org.dreambot.api.methods.grandexchange.GrandExchange
-
Deprecated.
- GrandExchangeItem - Class in org.dreambot.api.methods.grandexchange
- GrandExchangeItem(Object, int) - Constructor for class org.dreambot.api.methods.grandexchange.GrandExchangeItem
- GraphicsObject - Class in org.dreambot.api.wrappers.graphics
-
GraphicsObjects are certain graphical animations that do not move.
- GraphicsObject(Object) - Constructor for class org.dreambot.api.wrappers.graphics.GraphicsObject
- GRIM_TALES - org.dreambot.api.methods.quest.book.PaidQuest
- GROUND_ITEM_CACHE_TIMER - Static variable in class org.dreambot.api.settings.CacheSettings
- GroundItem - Class in org.dreambot.api.wrappers.items
- GroundItem(ItemLayer, Object) - Constructor for class org.dreambot.api.wrappers.items.GroundItem
- GroundItemModel - Class in org.dreambot.api.wrappers.interactive.model
-
Created with IntelliJ IDEA.
- GroundItemModel(GroundItem) - Constructor for class org.dreambot.api.wrappers.interactive.model.GroundItemModel
- GroundItems - Class in org.dreambot.api.methods.item
- GroundItems() - Constructor for class org.dreambot.api.methods.item.GroundItems
-
Deprecated.
- GROUPING - org.dreambot.api.methods.clan.chat.ClanChatTab
- GUIDE_PRICE_AMOUNT - Static variable in class org.dreambot.api.methods.grandexchange.GrandExchange
H
- handle() - Method in class org.dreambot.api.methods.walking.TileObstacle
- handleCamera() - Method in class org.dreambot.api.input.mouse.destination.AbstractMouseDestination
-
Handles camera portion of event interaction.
- handleCamera() - Method in class org.dreambot.api.input.mouse.destination.impl.EntityDestination
-
Handles camera portion of event interaction.
- handleMovement(AbstractMouseDestination) - Method in interface org.dreambot.api.input.mouse.algorithm.MouseMovementAlgorithm
- handleMovement(AbstractMouseDestination) - Method in class org.dreambot.api.input.mouse.algorithm.StandardMouseAlgorithm
- handleWalk() - Method in class org.dreambot.api.input.mouse.destination.AbstractMouseDestination
-
Handles walking portion of event interactions.
- handleWalk() - Method in class org.dreambot.api.input.mouse.destination.impl.EntityDestination
-
Handles walking portion of event interactions.
- HANDS - org.dreambot.api.methods.container.impl.equipment.EquipmentSlot
- HARMONY_ISLAND_TELEPORT - org.dreambot.api.methods.magic.Arceus
- hasAcceptedTrade(TradeUser) - Static method in class org.dreambot.api.methods.trade.Trade
-
Checks if the user specified has accepted the trade
- hasAction(String) - Method in class org.dreambot.api.internal.widgets.WidgetFinder.Builder
- hasAction(String) - Method in class org.dreambot.api.wrappers.widgets.WidgetChild
- hasAction(String...) - Method in class org.dreambot.api.wrappers.interactive.Entity
-
Checks whether given actions are in the list of menu actions for an entity
- hasAction(String...) - Method in class org.dreambot.api.wrappers.interactive.GameObject
- hasAction(String...) - Method in class org.dreambot.api.wrappers.interactive.NPC
- hasAction(String...) - Method in class org.dreambot.api.wrappers.interactive.Player
-
Determines if player contains at least one of the following actions.
- hasAction(String...) - Method in class org.dreambot.api.wrappers.items.GroundItem
- hasAction(String...) - Method in class org.dreambot.api.wrappers.items.Item
- hasAnyAction(String...) - Method in class org.dreambot.api.internal.widgets.WidgetFinder.Builder
- hasChanged() - Method in class org.dreambot.api.utilities.InventoryMonitor
- hasChildren() - Method in class org.dreambot.api.internal.widgets.WidgetFinder.Builder
- hasFinished() - Method in class org.dreambot.api.methods.event.CameraEvent
- hashCode() - Method in class org.dreambot.api.methods.map.Tile
- hashCode() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.obstacle.PathObstacle
- hashCode() - Method in class org.dreambot.api.methods.walking.pathfinding.impl.web.WebPathNode
- hashCode() - Method in class org.dreambot.api.methods.walking.web.node.AbstractWebNode
- hashCode() - Method in class org.dreambot.api.wrappers.cache.nodes.MessageNode
- hashCode() - Method in class org.dreambot.api.wrappers.graphics.GraphicsObject
- hashCode() - Method in class org.dreambot.api.wrappers.interactive.Character
- hashCode() - Method in class org.dreambot.api.wrappers.interactive.Entity
- hashCode() - Method in class org.dreambot.api.wrappers.interactive.GameObject
- hashCode() - Method in class org.dreambot.api.wrappers.interactive.NPC
- hashCode() - Method in class org.dreambot.api.wrappers.items.GroundItem
- hashCode() - Method in class org.dreambot.api.wrappers.items.Item
- hashCode() - Method in class org.dreambot.api.wrappers.widgets.message.Message
- hasNext() - Method in class org.dreambot.api.wrappers.cache.nodes.NodeSub
- hasObstacle(int, int, int, int) - Method in class org.dreambot.api.methods.walking.pathfinding.impl.PathFinder
- hasPoisonImmunity() - Static method in class org.dreambot.api.methods.combat.Combat
-
Checks whether your player is immune to poison.
- hasPremiumScript(int) - Method in class org.dreambot.api.script.ScriptManager
-
Checks if the current user has access to a premium script
- hasRequirements() - Method in interface org.dreambot.api.methods.quest.book.Quest
- hasRequirements() - Method in class org.dreambot.api.methods.walking.web.node.AbstractWebNode
- hasRequirements() - Method in class org.dreambot.api.methods.walking.web.node.impl.AgilityWebNode
- hasRequirements() - Method in class org.dreambot.api.methods.walking.web.node.impl.BasicWebNode
- hasRequirements() - Method in class org.dreambot.api.methods.walking.web.node.impl.EntranceWebNode
- hasRequirements() - Method in class org.dreambot.api.methods.walking.web.node.impl.TollWebNode
- hasSpecialNode() - Method in class org.dreambot.api.methods.walking.path.impl.GlobalPath
- hasStarted(Skill) - Static method in class org.dreambot.api.methods.skills.SkillTracker
-
Checks if a skill has tracking started successfully
- HAT - org.dreambot.api.methods.container.impl.equipment.EquipmentSlot
- HAUNTED_MINE - org.dreambot.api.methods.quest.book.PaidQuest
- haveFriend(String) - Static method in class org.dreambot.api.methods.friend.Friends
- HAWK_EYE - org.dreambot.api.methods.prayer.Prayer
- HAZEEL_CULT - org.dreambot.api.methods.quest.book.PaidQuest
- head - Variable in class org.dreambot.api.utilities.LinkedList
- HEADBANG - org.dreambot.api.methods.emotes.Emote
- HEAL_GROUP - org.dreambot.api.methods.magic.Lunar
- HEAL_OTHER - org.dreambot.api.methods.magic.Lunar
- HealthBar - Class in org.dreambot.api.wrappers.interactive.util
- HealthBar(Object) - Constructor for class org.dreambot.api.wrappers.interactive.util.HealthBar
- HealthBarComposite - Class in org.dreambot.api.wrappers.interactive.util
- HealthBarComposite(Object) - Constructor for class org.dreambot.api.wrappers.interactive.util.HealthBarComposite
- HealthBarData - Class in org.dreambot.api.wrappers.interactive.util
-
Created by Pandemic on 7/14/16.
- HealthBarData(Object) - Constructor for class org.dreambot.api.wrappers.interactive.util.HealthBarData
- HELLHOUND_DEFENCE - Static variable in class org.dreambot.api.methods.Animations
- HERBLORE - org.dreambot.api.methods.skills.Skill
- HERBLORE - org.dreambot.api.script.Category
- HERBLORE_MAKE_TAR - Static variable in class org.dreambot.api.methods.Animations
- HERBLORE_PESTLE_AND_MORTAR - Static variable in class org.dreambot.api.methods.Animations
- HERBLORE_POTIONMAKING - Static variable in class org.dreambot.api.methods.Animations
- HEROES_QUEST - org.dreambot.api.methods.quest.book.PaidQuest
- HIDDEN - org.dreambot.api.data.ActionMode
- HIDDEN - org.dreambot.api.methods.hotkeys.NPCAttackOption
- HIDDEN - org.dreambot.api.methods.hotkeys.Pl