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