Class Exchange.Slot

    • Constructor Detail

      • Slot

        public Slot​(net.runelite.api.GrandExchangeOffer geo,
                    int index)
    • Method Detail

      • getQuantitySold

        public int getQuantitySold()
        Specified by:
        getQuantitySold in interface net.runelite.api.GrandExchangeOffer
      • getItemId

        public int getItemId()
        Specified by:
        getItemId in interface net.runelite.api.GrandExchangeOffer
      • getTotalQuantity

        public int getTotalQuantity()
        Specified by:
        getTotalQuantity in interface net.runelite.api.GrandExchangeOffer
      • getPrice

        public int getPrice()
        Specified by:
        getPrice in interface net.runelite.api.GrandExchangeOffer
      • getSpent

        public int getSpent()
        Specified by:
        getSpent in interface net.runelite.api.GrandExchangeOffer
      • getState

        public net.runelite.api.GrandExchangeOfferState getState()
        Specified by:
        getState in interface net.runelite.api.GrandExchangeOffer
      • getProgress

        public double getProgress()
      • isCompleted

        public boolean isCompleted()
      • isCancelled

        public boolean isCancelled()
      • getCreateOfferButton

        @Nullable
        public @Nullable RSWidget getCreateOfferButton​(boolean sell)
      • getWidget

        @Nullable
        public @Nullable RSWidget getWidget()
      • open

        public boolean open()
      • purchased

        public boolean purchased()
      • sold

        public boolean sold()
      • collect

        public boolean collect()