Uses of Interface
jag.game.RSInventory
-
Packages that use RSInventory Package Description jag.game org.rspeer.game.adapter.component.inventory org.rspeer.game.component org.rspeer.game.service.inventory -
-
Uses of RSInventory in jag.game
Methods in jag.game that return types with arguments of type RSInventory Modifier and Type Method Description RSNodeTable<RSInventory>
RSClient. getInventories()
-
Uses of RSInventory in org.rspeer.game.adapter.component.inventory
Classes in org.rspeer.game.adapter.component.inventory that implement RSInventory Modifier and Type Class Description static class
NullSafeInventory.Provider
Methods in org.rspeer.game.adapter.component.inventory with parameters of type RSInventory Modifier and Type Method Description void
Inventory.Format. parse(RSInventory inv, boolean extractFromProvider, ComponentQueryResults results, ItemQueryResults items)
Constructors in org.rspeer.game.adapter.component.inventory with parameters of type RSInventory Constructor Description Backpack(RSInventory provider)
Bank(RSInventory provider)
Equipment(RSInventory provider)
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 RSInventory in org.rspeer.game.component
Methods in org.rspeer.game.component with parameters of type RSInventory Modifier and Type Method Description static Item
Item. combine(RSInventory inv, InterfaceComponent component, int index)
static Item
Item. direct(boolean forceComponent, RSInventory inv, InterfaceComponent component)
static Item
Item. direct(RSInventory inv, InterfaceComponent component)
static Item
Item. parent(RSInventory inv, InterfaceComponent component)
-
Uses of RSInventory in org.rspeer.game.service.inventory
Methods in org.rspeer.game.service.inventory with parameters of type RSInventory Modifier and Type Method Description void
InventoryCache. update(RSInventory inventory)
void
ItemCache. update(RSInventory inventory)
-