Uses of Class
org.rspeer.game.adapter.component.inventory.Inventory
Packages that use Inventory
Package
Description
-
Uses of Inventory in org.rspeer.game.adapter.component.inventory
Subclasses of Inventory in org.rspeer.game.adapter.component.inventoryModifier and TypeClassDescriptionclassclassclassclassMethods in org.rspeer.game.adapter.component.inventory that return InventoryModifier and TypeMethodDescriptionInventory.defaultProvider()static InventoryInventory.get(int key, Inventory.Format format, boolean extractFromProvider, List<InventoryType.ItemComponentLookup> 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 InventoryModifier and TypeMethodDescriptionstatic InventoryInventories.get(int key, Inventory.Format format, boolean extractFromProvider, List<InventoryType.ItemComponentLookup> 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 InventoryModifier and TypeMethodDescriptiondefault booleandefault booleandefault 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 InventoryModifier and TypeMethodDescriptionInventoryLoadout.getExcessEntries(Inventory inventory) InventoryLoadout.getInvalidItems(Inventory inventory) InventoryLoadout.getMissingEntries(Inventory inventory) InventoryLoadout.getMissingEntries(Inventory inventory, boolean strict) default ItemQueryResultsInventoryLoadout.getValidResults(Inventory inventory) default booleanInventoryLoadout.isInventoryValid(Inventory inventory) default booleanInventoryLoadout.isInventoryValid(Inventory inventory, boolean strict) -
Uses of Inventory in org.rspeer.game.service.telemetry.model.item
Methods in org.rspeer.game.service.telemetry.model.item with parameters of type Inventory