Uses of Class
org.rspeer.game.component.InventoryType
-
Packages that use InventoryType Package Description org.rspeer.game.adapter.component.inventory org.rspeer.game.component org.rspeer.game.service.inventory -
-
Uses of InventoryType in org.rspeer.game.adapter.component.inventory
Methods in org.rspeer.game.adapter.component.inventory with parameters of type InventoryType Modifier and Type Method Description static Inventory
Inventory. get(InventoryType composite)
Deprecated.static Inventory
Inventory. get(InventoryType composite, boolean extractFromProvider)
Deprecated.static ItemQuery
Inventory. queryOf(InventoryType type)
Deprecated.static ItemQuery
Inventory. queryOf(InventoryType type, boolean extractFromProvider)
Deprecated. -
Uses of InventoryType in org.rspeer.game.component
Methods in org.rspeer.game.component that return InventoryType Modifier and Type Method Description static InventoryType
InventoryType. valueOf(long key)
Returns the enum constant of this type with the specified name.static InventoryType
InventoryType. valueOf(String name)
Returns the enum constant of this type with the specified name.static InventoryType[]
InventoryType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.rspeer.game.component with parameters of type InventoryType Modifier and Type Method Description static Inventory
Inventories. get(InventoryType composite)
static Inventory
Inventories. get(InventoryType composite, boolean extractFromProvider)
static ItemQuery
Inventories. queryOf(InventoryType type)
static ItemQuery
Inventories. queryOf(InventoryType type, boolean extractFromProvider)
-
Uses of InventoryType in org.rspeer.game.service.inventory
Methods in org.rspeer.game.service.inventory with parameters of type InventoryType Modifier and Type Method Description boolean
InventoryCache. isLoaded(InventoryType type)
ItemQuery
InventoryCache. query(InventoryType type)
void
InventoryCache. submit(InventoryType type, int capacity)
-