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 InventoryInventory. get(InventoryType composite)Deprecated.static InventoryInventory. get(InventoryType composite, boolean extractFromProvider)Deprecated.static ItemQueryInventory. queryOf(InventoryType type)Deprecated.static ItemQueryInventory. 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 InventoryTypeInventoryType. valueOf(long key)Returns the enum constant of this type with the specified name.static InventoryTypeInventoryType. 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 InventoryInventories. get(InventoryType composite)static InventoryInventories. get(InventoryType composite, boolean extractFromProvider)static ItemQueryInventories. queryOf(InventoryType type)static ItemQueryInventories. 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 booleanInventoryCache. isLoaded(InventoryType type)ItemQueryInventoryCache. query(InventoryType type)voidInventoryCache. submit(InventoryType type, int capacity)
-