Uses of Enum Class
org.rspeer.game.component.InventoryType
Packages that use InventoryType
Package
Description
-
Uses of InventoryType in org.rspeer.game.adapter.component.inventory
Methods in org.rspeer.game.adapter.component.inventory with parameters of type InventoryTypeModifier and TypeMethodDescriptionstatic 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
Subclasses with type arguments of type InventoryType in org.rspeer.game.componentMethods in org.rspeer.game.component that return InventoryTypeModifier and TypeMethodDescriptionstatic InventoryTypeInventoryType.valueOf(int key) Returns the enum constant of this class with the specified name.static InventoryTypeReturns the enum constant of this class with the specified name.static InventoryType[]InventoryType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.rspeer.game.component with parameters of type InventoryTypeModifier and TypeMethodDescriptionstatic 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 InventoryTypeModifier and TypeMethodDescriptionbooleanInventoryCache.isLoaded(InventoryType type) InventoryCache.query(InventoryType type) voidInventoryCache.submit(InventoryType type, int capacity)