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 ComponentQueryInterfaceComponent. 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 InventoryInventory. get(long key, Inventory.Format format, boolean extractFromProvider, List<ComponentQuery> queries)Deprecated.voidInventory. 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 ComponentQueryDialog. getChatOptions()static ComponentQueryInterfaces. query()static ComponentQueryInterfaces. query(boolean includeSubComponents)static ComponentQueryInterfaces. query(int... groups)static ComponentQueryInterfaces. 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 InventoryInventories. 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 ComponentQueryComponentQuery. actionContains(String... actions)ComponentQueryComponentQuery. actions(String... actions)ComponentQueryComponentQuery. actions(Predicate<String> action)ComponentQueryComponentQuery. configs(int... configs)ComponentQueryComponentQuery. contentTypes(int... contentTypes)ComponentQueryComponentQuery. foregrounds(int... foregrounds)ComponentQueryComponentQuery. groups(int... groups)ComponentQueryComponentQuery. groups(InterfaceComposite... groups)ComponentQueryComponentQuery. hidden()ComponentQueryComponentQuery. hidden(boolean hidden)ComponentQueryComponentQuery. includeSubComponents()ComponentQueryComponentQuery. materials(int... materials)ComponentQueryComponentQuery. models(int... modelIds)ComponentQueryComponentQuery. names(Predicate<String> name)ComponentQueryComponentQuery. self()ComponentQueryComponentQuery. shadows(int... shadows)ComponentQueryComponentQuery. texts(Predicate<String> text)ComponentQueryComponentQuery. tooltips(Predicate<String> tooltip)ComponentQueryComponentQuery. types(InterfaceComponent.Type... types)ComponentQueryComponentQuery. visible()ComponentQueryComponentQuery. visible(boolean visible)ComponentQueryComponentQuery. widths(int... widths)
-