GrandExchange

public class GrandExchange

Contains utility methods for inspecting and interacting with the grand exchange

See also

Types

CollectMethod
Link copied to clipboard
public enum CollectMethod
CreateOfferConfig
Link copied to clipboard
public class CreateOfferConfig
Describes a configuration for a new grand exchange offer.

Functions

abort
Link copied to clipboard
static boolean abort(GrandExchangeOffer.Slot slot)
Attempts to abort an offer in the specified slot
close
Link copied to clipboard
static boolean close()
Closes the grand exchange widget by clicking the close button
collectAll
Link copied to clipboard
static boolean collectAll()
Collects all items using the default collect option (the left click option)
static boolean collectAll(GrandExchange.CollectMethod method)
Collects all items using the specified collect method
isNearby
Link copied to clipboard
static boolean isNearby()
Checks if we are near the grand exchange by searching for a nearby exchange booth.
isOpen
Link copied to clipboard
static boolean isOpen()
Checks if the grand exchange is open
open
Link copied to clipboard
static boolean open()
Attempts to open the grand exchange
placeOffer
Link copied to clipboard
static boolean placeOffer(GrandExchange.CreateOfferConfig config)
Attempts to place a new grand exchange with the specified config.