Your OSRS ID Database
Try searching for "inventory", "combat", "banking" or any method name
Automation methods and API endpoints
getBank().open()A core VClient function: getBank
afterTicks(int ticks, Runnable runnable)A method in the Callback category.
amountInInventory(int itemId, int min, int max)A method in the Combat category.
atBank()A method in the Combat category.
attackNpc(NPC npc)A method in the Combat category.
attackPlayer(Player player)A method in the Combat category.
attackTarget()A method in the Combat category.
autoCastDefence(Spell spell, int option)A method in the Combat category.
autoCast(Spell spell, int option)A method in the Combat category.
autoRetaliate(boolean on)A method in the Combat category.
castNpc(Spell spell, NPC npc)A method in the Combat category.
castPlayer(Spell spell, Player player)A method in the Combat category.
cast(Spell spell)A method in the Combat category.
castTarget(Spell spell)A method in the Combat category.
clearTarget()A method in the Combat category.
close()A method in the Combat category.
depositAll(int itemId)A method in the Combat category.
depositAll(Widget item)A method in the Combat category.
depositEquipment()A method in the Combat category.
deposit(int id, String... actions)A method in the Combat category.
deposit(int itemId, int amount)A method in the Combat category.
deposit(int... itemIds)A method in the Combat category.
depositInventory()A method in the Combat category.
deposit(String name, String... actions)A method in the Combat category.
deposit(Widget item, int amount)A method in the Combat category.
deposit(Widget item, String... actions)A method in the Combat category.
enterBankPin(int pin)A method in the Combat category.
equip(int... itemIds)A method in the Combat category.
getAttackStyle()A method in the Combat category.
getItemAmount(int itemId, boolean noted)A method in the Combat category.
hasItem(int itemId)A method in the Combat category.
hasItem(int itemId, int amount)A method in the Combat category.
hasItem(int itemId, int amount, boolean noted)A method in the Combat category.
isBankPinOpen()A method in the Combat category.
isEquipped(int... itemId)A method in the Combat category.
isEquipped(int opponent(int... ids)A method in the Combat category.
isFrozen()A method in the Combat category.
isInCombat()A method in the Combat category.
isNotedMode()A method in the Combat category.
isOpen()A method in the Combat category.
isOpponentFrozen()A method in the Combat category.
isOpponentInVenge()A method in the Combat category.
isOpponentTeleBlocked()A method in the Combat category.
isTeleBlocked()A method in the Combat category.
isVenge()A method in the Combat category.
nearTarget(int distance)A method in the Combat category.
npcTarget()A method in the Combat category.
open()A method in the Combat category.
opponentHealth(int min, int max)A method in the Combat category.
opponentOverheadPrayer(HeadIcon headIcon)A method in the Combat category.