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 class
Backpack
class
Bank
class
Equipment
class
NullSafeInventory
Methods in org.rspeer.game.adapter.component.inventory that return Inventory Modifier and Type Method Description static Inventory
Inventory. get(long key, Inventory.Format format, boolean extractFromProvider, List<ComponentQuery> queries)
Deprecated.static Inventory
Inventory. get(InventoryType composite)
Deprecated.static Inventory
Inventory. 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 Inventory
Inventories. get(long key, Inventory.Format format, boolean extractFromProvider, List<ComponentQuery> queries)
static Inventory
Inventories. get(InventoryType composite)
static Inventory
Inventories. get(InventoryType composite, boolean extractFromProvider)
static Inventory
Trade.Incoming. getInventory()
static Inventory
Trade.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 boolean
ItemEntry. contained(Inventory inv)
default boolean
ItemEntry. contained(Inventory inv, boolean strict)
default ItemQueryResults
ItemEntry. 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 ItemQueryResults
InventoryLoadout. getValidResults(Inventory inventory)
default boolean
InventoryLoadout. isInventoryValid(Inventory inventory)
default boolean
InventoryLoadout. isInventoryValid(Inventory inventory, boolean strict)
-