GrandExchange

object GrandExchange

Types

CollectMode
Link copied to clipboard
enum CollectMode : Enum<GrandExchange.CollectMode>

Functions

abortOffer
Link copied to clipboard
fun abortOffer(slot: GeSlot): Boolean
allSlots
Link copied to clipboard
fun allSlots(): ArrayList<GeSlot>
availableSlot
Link copied to clipboard
fun availableSlot(): GeSlot
close
Link copied to clipboard
fun close(): Boolean
collectAllToBank
Link copied to clipboard
fun collectAllToBank(): Boolean
collectAllToInventory
Link copied to clipboard
fun collectAllToInventory(): Boolean
collectOffer
Link copied to clipboard
fun collectOffer(slot: GeSlot, collect: GrandExchange.CollectMode = CollectMode.Item): Boolean
createOffer
Link copied to clipboard
fun createOffer(geItem: GrandExchangeItem, quantity: Int, price: Int, buy: Boolean): GeSlot
getItemPrice
Link copied to clipboard
fun getItemPrice(id: Int): Int
fun getItemPrice(item: GenericItem): Int
open
Link copied to clipboard
fun open(): Boolean
opened
Link copied to clipboard
fun opened(): Boolean
setPrice
Link copied to clipboard
fun setPrice(price: Int): Boolean
setQuantity
Link copied to clipboard
fun setQuantity(quantity: Int): Boolean
startOffer
Link copied to clipboard
fun startOffer(slot: GeSlot, itemId: Int, itemName: String?, buy: Boolean): Boolean