Package org.dreambot.api.methods
Class MethodContext
- java.lang.Object
-
- org.dreambot.api.methods.MethodProvider
-
- org.dreambot.api.methods.MethodContext
-
- Direct Known Subclasses:
AbstractScript
,TaskNode
public class MethodContext extends MethodProvider
Created by Pandemic
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.dreambot.api.methods.MethodProvider
MethodProvider.LogType
-
-
Constructor Summary
Constructors Constructor Description MethodContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Bank
getBank()
Deprecated.seeBank
Camera
getCamera()
Deprecated.seeCamera
Clan
getClan()
Deprecated.seeClan
ClientSettings
getClientSettings()
Deprecated.ColorPicker
getColorPicker()
Deprecated.seeColorPicker
Combat
getCombat()
Deprecated.DepositBox
getDepositBox()
Deprecated.seeDepositBox
Dialogues
getDialogues()
Deprecated.seeDialogues
Emotes
getEmotes()
Deprecated.seeEmotes
Equipment
getEquipment()
Deprecated.seeEquipment
FairyRings
getFairyRings()
Deprecated.Friends
getFriends()
Deprecated.seeFriends
GameObjects
getGameObjects()
Deprecated.seeGameObjects
Static api switch, access statically through GameObjects classGrandExchange
getGrandExchange()
Deprecated.seeGrandExchange
GroundItems
getGroundItems()
Deprecated.seeGroundItems
Inventory
getInventory()
Deprecated.seeInventory
Keyboard
getKeyboard()
Deprecated.seeKeyboard
Loader
getLoader()
Deprecated.seeLoader
LoginUtility
getLoginUtility()
Deprecated.Magic
getMagic()
Deprecated.seeMagic
Map
getMap()
Deprecated.seeMap
Menu
getMenu()
Deprecated.Mouse
getMouse()
Deprecated.seeMouse
MouseKeys
getMouseKeys()
Deprecated.seeMouseKeys
NPCs
getNpcs()
Deprecated.seeNPCs
Static api switch, access statically through NPCs classPlayers
getPlayers()
Deprecated.seePlayers
PlayerSettings
getPlayerSettings()
Deprecated.seePlayerSettings
Prayers
getPrayer()
Deprecated.seePrayers
Quests
getQuests()
Deprecated.seeQuests
Shop
getShop()
Deprecated.seeShop
Skills
getSkills()
Deprecated.seeSkills
SkillTracker
getSkillTracker()
Deprecated.seeSkillTracker
use static instance with SkillTracker.getSkillTracker()Tabs
getTabs()
Deprecated.seeTabs
Trade
getTrade()
Deprecated.seeTrade
Walking
getWalking()
Deprecated.seeWalking
Widgets
getWidgets()
Deprecated.seeWidgets
WorldHopper
getWorldHopper()
Deprecated.seeWorldHopper
Worlds
getWorlds()
Deprecated.seeWorlds
void
registerContext(Client client)
-
Methods inherited from class org.dreambot.api.methods.MethodProvider
addAccount, bulkImportAccounts, containsAccount, containsAccountWithEmail, deleteAccount, getClient, getLocalPlayer, isUserSponsor, isUserVIP, log, log, log, log, logError, logError, logInfo, logInfo, setRandomThread, sleep, sleep, sleepUntil, sleepUntil, sleepUntil, sleepWhile, sleepWhile, sleepWhile
-
-
-
-
Method Detail
-
registerContext
public void registerContext(Client client)
-
getFairyRings
@Deprecated public FairyRings getFairyRings()
Deprecated.Gets the Fairy Rings API class for the Client instance- Returns:
-
getSkillTracker
@Deprecated public SkillTracker getSkillTracker()
Deprecated.seeSkillTracker
use static instance with SkillTracker.getSkillTracker()
-
getCombat
@Deprecated public Combat getCombat()
Deprecated.
-
getDepositBox
@Deprecated public DepositBox getDepositBox()
Deprecated.seeDepositBox
-
getGrandExchange
@Deprecated public GrandExchange getGrandExchange()
Deprecated.seeGrandExchange
-
getGroundItems
@Deprecated public GroundItems getGroundItems()
Deprecated.seeGroundItems
-
getGameObjects
@Deprecated public GameObjects getGameObjects()
Deprecated.seeGameObjects
Static api switch, access statically through GameObjects class
-
getNpcs
@Deprecated public NPCs getNpcs()
Deprecated.seeNPCs
Static api switch, access statically through NPCs class
-
getPlayerSettings
@Deprecated public PlayerSettings getPlayerSettings()
Deprecated.seePlayerSettings
-
getWorldHopper
@Deprecated public WorldHopper getWorldHopper()
Deprecated.seeWorldHopper
-
getColorPicker
@Deprecated public ColorPicker getColorPicker()
Deprecated.seeColorPicker
-
getClientSettings
@Deprecated public ClientSettings getClientSettings()
Deprecated.
-
getLoginUtility
@Deprecated public LoginUtility getLoginUtility()
Deprecated.
-
getMenu
@Deprecated public Menu getMenu()
Deprecated.
-
-