Uses of Class
org.rspeer.game.adapter.component.inventory.Inventory
-
Packages that use Inventory Package Description org.rspeer.game.adapter.component.inventory org.rspeer.game.component org.rspeer.game.config.item.entry org.rspeer.game.config.item.loadout -
-
Uses of Inventory in org.rspeer.game.adapter.component.inventory
Subclasses of Inventory in org.rspeer.game.adapter.component.inventory Modifier and Type Class Description classBackpackclassBankclassEquipmentclassNullSafeInventoryMethods in org.rspeer.game.adapter.component.inventory that return Inventory Modifier and Type Method Description static InventoryInventory. get(long key, Inventory.Format format, boolean extractFromProvider, List<ComponentQuery> queries)Deprecated.static InventoryInventory. get(InventoryType composite)Deprecated.static InventoryInventory. get(InventoryType composite, boolean extractFromProvider)Deprecated. -
Uses of Inventory in org.rspeer.game.component
Methods in org.rspeer.game.component that return Inventory Modifier and Type Method Description static InventoryInventories. get(long key, Inventory.Format format, boolean extractFromProvider, List<ComponentQuery> queries)static InventoryInventories. get(InventoryType composite)static InventoryInventories. get(InventoryType composite, boolean extractFromProvider)static InventoryTrade.Incoming. getInventory()static InventoryTrade.Outgoing. getInventory() -
Uses of Inventory in org.rspeer.game.config.item.entry
Methods in org.rspeer.game.config.item.entry with parameters of type Inventory Modifier and Type Method Description default booleanItemEntry. contained(Inventory inv)default booleanItemEntry. contained(Inventory inv, boolean strict)default ItemQueryResultsItemEntry. getContained(Inventory inv) -
Uses of Inventory in org.rspeer.game.config.item.loadout
Methods in org.rspeer.game.config.item.loadout with parameters of type Inventory Modifier and Type Method Description default List<ItemEntry>InventoryLoadout. getExcessEntries(Inventory inventory)default List<Item>InventoryLoadout. getInvalidItems(Inventory inventory)default List<ItemEntry>InventoryLoadout. getMissingEntries(Inventory inventory)default List<ItemEntry>InventoryLoadout. getMissingEntries(Inventory inventory, boolean strict)default ItemQueryResultsInventoryLoadout. getValidResults(Inventory inventory)default booleanInventoryLoadout. isInventoryValid(Inventory inventory)default booleanInventoryLoadout. isInventoryValid(Inventory inventory, boolean strict)
-