Package com.epicbot.api.shared
Interface APIContext
public interface APIContext
This context provides access to all API methods.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbank()camera()client()combat()discord()game()static APIContextget()Please don't rely on or use this method.keyboard()magic()menu()mouse()npcs()objects()players()prayers()pricing()quests()script()skills()store()tabs()trade()vars()walking()widgets()world()
-
Field Details
-
CONTEXT
-
-
Method Details
-
client
IClientAPI client() -
mouse
IMouseAPI mouse() -
keyboard
IKeyboardAPI keyboard() -
game
IGameAPI game() -
camera
ICameraAPI camera() -
widgets
IWidgetsAPI widgets() -
localPlayer
ILocalPlayerAPI localPlayer() -
npcs
INPCsAPI npcs() -
players
IPlayersAPI players() -
objects
IObjectsAPI objects() -
graphicsObjects
IGraphicsObjectsAPI graphicsObjects() -
groundItems
IGroundItemsAPI groundItems() -
projectiles
IProjectilesAPI projectiles() -
hintArrow
IHintArrowAPI hintArrow() -
calculations
ICalculationsAPI calculations() -
walking
IWalkingAPI walking() -
skills
ISkillsAPI skills() -
vars
IVariablesAPI vars() -
bank
IBankAPI bank() -
inventory
IInventoryAPI inventory() -
equipment
IEquipmentAPI equipment() -
tabs
ITabsAPI tabs() -
store
IStoreAPI store() -
script
IScriptAPI script() -
prayers
IPrayerAPI prayers() -
dialogues
IDialogueAPI dialogues() -
quests
IQuestAPI quests() -
magic
IMagicAPI magic() -
world
IWorldAPI world() -
webWalking
IWebWalkingAPI webWalking() -
grandExchange
IGrandExchangeAPI grandExchange() -
combat
ICombatAPI combat() -
discord
IDiscordAPI discord() -
pricing
IPricingAPI pricing() -
trade
ITradeAPI trade() -
get
Please don't rely on or use this method. Used internally and using this could kill performance.- Returns:
- context
-