TradePostQuery |
TradePostQuery.differenceInValueLessThan(int difference) |
Filters items with a price difference less than the specified value.
|
TradePostQuery |
TradePostQuery.nonPlaceHolder() |
Excludes placeholder items from the query.
|
TradePostQuery |
TradePostQuery.onlyStackable() |
Filters only stackable items in the query.
|
TradePostQuery |
TradePostQuery.priceOver(int price) |
Filters items with a high alchemy price greater than or equal to the
specified price.
|
TradePostQuery |
TradePostQuery.quantityGreaterThan(int quantity) |
Filters items with quantity greater than the specified value.
|
TradePostQuery |
TradePostQuery.tradeable() |
Filters items that are tradeable.
|
TradePostQuery |
TradePostQuery.withIndex(int idx) |
Filters items based on their index in the trading post.
|
TradePostQuery |
TradePostQuery.withPriceAbove(int price) |
Filters items with a price greater than or equal to the specified value.
|
TradePostQuery |
TradePostQuery.withPriceBelow(int price) |
Filters items with a price less than or equal to the specified value.
|
TradePostQuery |
TradePostQuery.withQuantityAbove(int quantity) |
Filters items with quantity greater than the specified value.
|