Uses of Class
org.rspeer.game.query.component.ItemQuery
-
-
Uses of ItemQuery in org.rspeer.game.adapter.component.inventory
Methods in org.rspeer.game.adapter.component.inventory that return ItemQuery Modifier and Type Method Description ItemQuery
Inventory. query()
static ItemQuery
Shop. query()
static ItemQuery
Inventory. queryOf(InventoryType type)
Deprecated.static ItemQuery
Inventory. queryOf(InventoryType type, boolean extractFromProvider)
Deprecated.Method parameters in org.rspeer.game.adapter.component.inventory with type arguments of type ItemQuery Modifier and Type Method Description boolean
Inventory. contains(Function<ItemQuery,ItemQueryResults> function)
boolean
Bank. deposit(Function<ItemQuery,Item> function, int amount)
boolean
Bank. depositAll(Function<ItemQuery,ItemQueryResults> function)
boolean
Bank. depositAllExcept(Function<ItemQuery,ItemQueryResults> function)
int
Inventory. getCount(Function<ItemQuery,ItemQueryResults> function)
int
Inventory. getCount(Function<ItemQuery,ItemQueryResults> function, boolean includeStacks)
boolean
Inventory. interact(Function<ItemQuery,ItemQueryResults> function, String action)
static boolean
Shop. interact(Function<ItemQuery,ItemQueryResults> function, String action)
boolean
Backpack. use(Function<ItemQuery,Item> functionA, Function<ItemQuery,Item> functionB)
boolean
Backpack. use(Function<ItemQuery,Item> function, Interactable target)
boolean
Bank. withdraw(Function<ItemQuery,Item> function, int amount)
boolean
Bank. withdrawAll(Function<ItemQuery,Item> function)
-
Uses of ItemQuery in org.rspeer.game.adapter.scene
Methods in org.rspeer.game.adapter.scene that return ItemQuery Modifier and Type Method Description ItemQuery
Player.Appearance. query()
-
Uses of ItemQuery in org.rspeer.game.component
Methods in org.rspeer.game.component that return ItemQuery Modifier and Type Method Description ItemQuery
Production. query()
static ItemQuery
Inventories. queryOf(InventoryType type)
static ItemQuery
Inventories. queryOf(InventoryType type, boolean extractFromProvider)
static ItemQuery
RunePouch. runes()
Deprecated.Method parameters in org.rspeer.game.component with type arguments of type ItemQuery Modifier and Type Method Description static boolean
DepositBox. deposit(Function<ItemQuery,Item> function, int amount)
static boolean
DepositBox. depositAll(Function<ItemQuery,ItemQueryResults> function)
static boolean
DepositBox. depositAllExcept(Function<ItemQuery,ItemQueryResults> function)
boolean
Production. initiate(Function<ItemQuery,Item> item)
static boolean
Trade. offer(Function<ItemQuery,Item> item, int amount)
static boolean
Trade. remove(Function<ItemQuery,Item> item, int amount)
-
Uses of ItemQuery in org.rspeer.game.component.stockmarket
Method parameters in org.rspeer.game.component.stockmarket with type arguments of type ItemQuery Modifier and Type Method Description StockMarketOfferBuilder
StockMarketOfferBuilder. item(Function<ItemQuery,Item> item)
static boolean
StockMarket.Sets. pack(Function<ItemQuery,Item> function)
static boolean
StockMarket.Sets. unpack(Function<ItemQuery,Item> function)
-
Uses of ItemQuery in org.rspeer.game.config.item.entry
Methods in org.rspeer.game.config.item.entry with parameters of type ItemQuery Modifier and Type Method Description default boolean
FuzzyItemEntry. contained(ItemQuery query, boolean strict)
default boolean
ItemEntry. contained(ItemQuery query)
default boolean
ItemEntry. contained(ItemQuery query, boolean strict)
default ItemQueryResults
FuzzyItemEntry. getContained(ItemQuery query)
default ItemQueryResults
ItemEntry. getContained(ItemQuery query)
-
Uses of ItemQuery in org.rspeer.game.query.component
Methods in org.rspeer.game.query.component that return ItemQuery Modifier and Type Method Description ItemQuery
ItemQuery. actions(String... actions)
ItemQuery
ItemQuery. category(ItemCategory... categories)
ItemQuery
ItemQuery. count(int minInclusive)
ItemQuery
ItemQuery. count(int minInclusive, int maxInclusive)
ItemQuery
ItemQuery. ids(int... ids)
ItemQuery
ItemQuery. nameContains(String... names)
ItemQuery
ItemQuery. names(String... names)
ItemQuery
ItemQuery. nonstackable()
ItemQuery
ItemQuery. noted()
ItemQuery
ItemQuery. noted(boolean noted)
ItemQuery
ItemQuery. self()
ItemQuery
ItemQuery. slots(int... slots)
ItemQuery
ItemQuery. stackable()
ItemQuery
ItemQuery. stackSize(int minInclusive)
ItemQuery
ItemQuery. stackSize(int minInclusive, int maxInclusive)
ItemQuery
ItemQuery. unnoted()
-
Uses of ItemQuery in org.rspeer.game.service.inventory
Methods in org.rspeer.game.service.inventory that return ItemQuery Modifier and Type Method Description ItemQuery
InventoryCache. query()
ItemQuery
InventoryCache. query(InventoryType type)
ItemQuery
ItemCache. query()
Method parameters in org.rspeer.game.service.inventory with type arguments of type ItemQuery Modifier and Type Method Description boolean
ItemCache. contains(Function<ItemQuery,ItemQueryResults> function)
int
ItemCache. getCount(Function<ItemQuery,ItemQueryResults> function)
int
ItemCache. getCount(Function<ItemQuery,ItemQueryResults> function, boolean includeStacks)
-