Uses of Interface
org.rspeer.game.component.InventoryType.ItemComponentLookup
Packages that use InventoryType.ItemComponentLookup
-
Uses of InventoryType.ItemComponentLookup in org.rspeer.game.adapter.component.inventory
Methods in org.rspeer.game.adapter.component.inventory with parameters of type InventoryType.ItemComponentLookupModifier and TypeMethodDescriptionvoidInventory.Format.parse(jag.oldscape.RSInventory inv, boolean extractFromProvider, InventoryType.ItemComponentLookup results, ItemQueryResults items) Method parameters in org.rspeer.game.adapter.component.inventory with type arguments of type InventoryType.ItemComponentLookupModifier and TypeMethodDescriptionstatic InventoryInventory.get(int key, Inventory.Format format, boolean extractFromProvider, List<InventoryType.ItemComponentLookup> queries) Deprecated.voidInventory.setQueries(List<InventoryType.ItemComponentLookup> queries) Constructor parameters in org.rspeer.game.adapter.component.inventory with type arguments of type InventoryType.ItemComponentLookupModifierConstructorDescriptionInventory(jag.oldscape.RSInventory provider, Inventory.Format format, boolean extractFromProvider, List<InventoryType.ItemComponentLookup> queries) Inventory(jag.oldscape.RSInventory provider, Inventory.Format format, Consumer<Item> function, boolean extractFromProvider, List<InventoryType.ItemComponentLookup> queries) -
Uses of InventoryType.ItemComponentLookup in org.rspeer.game.component
Classes in org.rspeer.game.component that implement InventoryType.ItemComponentLookupMethods in org.rspeer.game.component that return types with arguments of type InventoryType.ItemComponentLookupMethod parameters in org.rspeer.game.component with type arguments of type InventoryType.ItemComponentLookupModifier and TypeMethodDescriptionstatic InventoryInventories.get(int key, Inventory.Format format, boolean extractFromProvider, List<InventoryType.ItemComponentLookup> queries)