Class Exchange.Price
- java.lang.Object
-
- com.osrsbots.orb.api.interactables.widgets.exchange.Exchange.Price
-
- Enclosing class:
- Exchange
public static class Exchange.Price extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description intadjustmentsintsetPriceExchange.PriceTypetype
-
Constructor Summary
Constructors Constructor Description Price(int price)Price(Exchange.PriceType type)Price(Exchange.PriceType type, int adjustments)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Exchange.Priceof(int price)static Exchange.Priceof(Exchange.PriceType type)static Exchange.Priceof(Exchange.PriceType type, int adjustments)
-
-
-
Field Detail
-
type
public final Exchange.PriceType type
-
setPrice
public final int setPrice
-
adjustments
public final int adjustments
-
-
Constructor Detail
-
Price
public Price(Exchange.PriceType type, int adjustments)
-
Price
public Price(Exchange.PriceType type)
-
Price
public Price(int price)
-
-
Method Detail
-
of
public static Exchange.Price of(int price)
-
of
public static Exchange.Price of(Exchange.PriceType type)
-
of
public static Exchange.Price of(Exchange.PriceType type, int adjustments)
-
-