Package net.openosrs.api.service.ge
Class GrandExchangeSlot
- java.lang.Object
-
- net.openosrs.api.service.ge.GrandExchangeSlot
-
public final class GrandExchangeSlot extends java.lang.ObjectImmutable Grand Exchange slot readback.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCompletedQuantity()intgetItemId()intgetPrice()intgetQuantity()intgetSlot()intgetSpent()net.runelite.api.GrandExchangeOfferStategetState()booleanisDone()booleanisEmpty()
-
-
-
Method Detail
-
getSlot
public int getSlot()
-
getItemId
public int getItemId()
-
getQuantity
public int getQuantity()
-
getCompletedQuantity
public int getCompletedQuantity()
-
getPrice
public int getPrice()
-
getSpent
public int getSpent()
-
getState
public net.runelite.api.GrandExchangeOfferState getState()
-
isEmpty
public boolean isEmpty()
-
isDone
public boolean isDone()
-
-