Package org.rspeer.game.component
Class Inventories
- java.lang.Object
-
- org.rspeer.game.component.Inventories
-
public class Inventories extends Object
-
-
Constructor Summary
Constructors Constructor Description Inventories()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Backpack
backpack()
static Bank
bank()
static Equipment
equipment()
static Inventory
get(long key, Inventory.Format format, boolean extractFromProvider, List<ComponentQuery> queries)
static Inventory
get(InventoryType composite)
static Inventory
get(InventoryType composite, boolean extractFromProvider)
static ItemQuery
queryOf(InventoryType type)
static ItemQuery
queryOf(InventoryType type, boolean extractFromProvider)
-
-
-
Method Detail
-
backpack
public static Backpack backpack()
-
equipment
public static Equipment equipment()
-
bank
public static Bank bank()
-
queryOf
public static ItemQuery queryOf(InventoryType type)
-
queryOf
public static ItemQuery queryOf(InventoryType type, boolean extractFromProvider)
-
get
public static Inventory get(long key, Inventory.Format format, boolean extractFromProvider, List<ComponentQuery> queries)
-
get
public static Inventory get(InventoryType composite)
-
get
public static Inventory get(InventoryType composite, boolean extractFromProvider)
-
-