GrandExchangeOffer

public class GrandExchangeOffer

A grand exchange offer active in the grand exchange

See also

org.tribot.script.sdk.query.Query

Query#grandExchangeOffers()

Constructors

GrandExchangeOffer
Link copied to clipboard
void GrandExchangeOffer(RSGEOffer offer)

Types

Slot
Link copied to clipboard
public enum Slot
The grand exchange offer slots, starting from the top left to the top right, then the bottom left to the bottom right
Status
Link copied to clipboard
public enum Status
Type
Link copied to clipboard
public enum Type

Functions

equals
Link copied to clipboard
boolean equals(Object o)
getCollectableGoldQuantity
Link copied to clipboard
int getCollectableGoldQuantity()
Gets the quantity of gold that is currently collectable in this offer.
getCollectableItemQuantity
Link copied to clipboard
int getCollectableItemQuantity()
Gets the quantity of items that are currently collectable in this offer.
getItemId
Link copied to clipboard
int getItemId()
Gets the item id of this offer
getItemName
Link copied to clipboard
String getItemName()
Gets the name of the item in this offer
getPercentComplete
Link copied to clipboard
double getPercentComplete()
Gets the current completion percent on this offer.
getPrice
Link copied to clipboard
int getPrice()
Gets the price of this offer
getSlot
Link copied to clipboard
GrandExchangeOffer.Slot getSlot()
Gets the Slot of this offer
getStatus
Link copied to clipboard
GrandExchangeOffer.Status getStatus()
Gets the Status of this offer
getTotalQuantity
Link copied to clipboard
int getTotalQuantity()
Gets the total quantity of this offer (the quantity that was set when the offer was placed)
getTransferredGoldQuantity
Link copied to clipboard
int getTransferredGoldQuantity()
Gets the amount of gold that has already been transferred (or completed) in this offer so far
getTransferredItemQuantity
Link copied to clipboard
int getTransferredItemQuantity()
Gets the amount of items that have already been transferred (or completed) in this offer so far
getType
Link copied to clipboard
GrandExchangeOffer.Type getType()
Gets the Type of this offer
hashCode
Link copied to clipboard
int hashCode()
toString
Link copied to clipboard
String toString()