ItemQuery |
ItemQuery.differenceInValueLessThan(int difference) |
Filters items based on the absolute difference between high alch price
and current price being less than the specified threshold.
|
ItemQuery |
ItemQuery.filterContains(java.lang.String... substrings) |
Filters items whose names contain any of the specified substrings.
|
ItemQuery |
ItemQuery.nonPlaceHolder() |
Filters out placeholders by ensuring quantity > 0.
|
ItemQuery |
ItemQuery.omitContains(java.lang.String substring) |
Filters out items whose names contain the given substring.
|
ItemQuery |
ItemQuery.onlyNoted() |
Filters items that are noted.
|
ItemQuery |
ItemQuery.onlyStackable() |
Filters stackable items.
|
ItemQuery |
ItemQuery.onlyUnnoted() |
Filters items that are unnoted.
|
ItemQuery |
ItemQuery.priceOver(int price) |
Filters items with high alch price >= given price.
|
ItemQuery |
ItemQuery.quantityGreaterThan(int quantity) |
Filters items with quantity greater than specified amount.
|
ItemQuery |
ItemQuery.tradeable() |
Filters the items to include only those that are tradeable.
|
ItemQuery |
ItemQuery.withSlot(int idx) |
Filters items that are in the specified inventory slot.
|