Uses of Class
org.rspeer.game.query.component.ComponentQuery
-
Packages that use ComponentQuery Package Description org.rspeer.game.adapter.component org.rspeer.game.adapter.component.inventory org.rspeer.game.component org.rspeer.game.query.component -
-
Uses of ComponentQuery in org.rspeer.game.adapter.component
Methods in org.rspeer.game.adapter.component that return ComponentQuery Modifier and Type Method Description ComponentQuery
InterfaceComponent. querySubComponents()
-
Uses of ComponentQuery in org.rspeer.game.adapter.component.inventory
Method parameters in org.rspeer.game.adapter.component.inventory with type arguments of type ComponentQuery Modifier and Type Method Description static Inventory
Inventory. get(long key, Inventory.Format format, boolean extractFromProvider, List<ComponentQuery> queries)
Deprecated.void
Inventory. setQueries(List<ComponentQuery> queries)
Constructor parameters in org.rspeer.game.adapter.component.inventory with type arguments of type ComponentQuery Constructor Description Inventory(RSInventory provider, Inventory.Format format, boolean extractFromProvider, List<ComponentQuery> queries)
Inventory(RSInventory provider, Inventory.Format format, Consumer<Item> function, boolean extractFromProvider, List<ComponentQuery> queries)
-
Uses of ComponentQuery in org.rspeer.game.component
Methods in org.rspeer.game.component that return ComponentQuery Modifier and Type Method Description static ComponentQuery
Dialog. getChatOptions()
static ComponentQuery
Interfaces. query()
static ComponentQuery
Interfaces. query(boolean includeSubComponents)
static ComponentQuery
Interfaces. query(int... groups)
static ComponentQuery
Interfaces. query(InterfaceComposite... groups)
Methods in org.rspeer.game.component that return types with arguments of type ComponentQuery Modifier and Type Method Description List<ComponentQuery>
InventoryType. getQueries()
Method parameters in org.rspeer.game.component with type arguments of type ComponentQuery Modifier and Type Method Description static Inventory
Inventories. get(long key, Inventory.Format format, boolean extractFromProvider, List<ComponentQuery> queries)
-
Uses of ComponentQuery in org.rspeer.game.query.component
Methods in org.rspeer.game.query.component that return ComponentQuery Modifier and Type Method Description ComponentQuery
ComponentQuery. actionContains(String... actions)
ComponentQuery
ComponentQuery. actions(String... actions)
ComponentQuery
ComponentQuery. actions(Predicate<String> action)
ComponentQuery
ComponentQuery. configs(int... configs)
ComponentQuery
ComponentQuery. contentTypes(int... contentTypes)
ComponentQuery
ComponentQuery. foregrounds(int... foregrounds)
ComponentQuery
ComponentQuery. groups(int... groups)
ComponentQuery
ComponentQuery. groups(InterfaceComposite... groups)
ComponentQuery
ComponentQuery. hidden()
ComponentQuery
ComponentQuery. hidden(boolean hidden)
ComponentQuery
ComponentQuery. includeSubComponents()
ComponentQuery
ComponentQuery. materials(int... materials)
ComponentQuery
ComponentQuery. models(int... modelIds)
ComponentQuery
ComponentQuery. names(Predicate<String> name)
ComponentQuery
ComponentQuery. self()
ComponentQuery
ComponentQuery. shadows(int... shadows)
ComponentQuery
ComponentQuery. texts(Predicate<String> text)
ComponentQuery
ComponentQuery. tooltips(Predicate<String> tooltip)
ComponentQuery
ComponentQuery. types(InterfaceComponent.Type... types)
ComponentQuery
ComponentQuery. visible()
ComponentQuery
ComponentQuery. visible(boolean visible)
ComponentQuery
ComponentQuery. widths(int... widths)
-