Uses of Enum Class
org.rspeer.game.adapter.component.inventory.Inventory.Format
Packages that use Inventory.Format
-
Uses of Inventory.Format in org.rspeer.game.adapter.component.inventory
Subclasses with type arguments of type Inventory.Format in org.rspeer.game.adapter.component.inventoryMethods in org.rspeer.game.adapter.component.inventory that return Inventory.FormatModifier and TypeMethodDescriptionstatic Inventory.FormatReturns the enum constant of this class with the specified name.static Inventory.Format[]Inventory.Format.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.rspeer.game.adapter.component.inventory with parameters of type Inventory.FormatModifier and TypeMethodDescriptionstatic InventoryInventory.get(int key, Inventory.Format format, boolean extractFromProvider, List<InventoryType.ItemComponentLookup> queries) Deprecated.Constructors in org.rspeer.game.adapter.component.inventory with parameters of type Inventory.FormatModifierConstructorDescriptionInventory(jag.oldscape.RSInventory provider, Inventory.Format format, boolean extractFromProvider, List<InventoryType.ItemComponentLookup> queries) Inventory(jag.oldscape.RSInventory provider, Inventory.Format format, Consumer<Item> function, boolean extractFromProvider, List<InventoryType.ItemComponentLookup> queries) -
Uses of Inventory.Format in org.rspeer.game.component
Methods in org.rspeer.game.component that return Inventory.FormatMethods in org.rspeer.game.component with parameters of type Inventory.FormatModifier and TypeMethodDescriptionstatic InventoryInventories.get(int key, Inventory.Format format, boolean extractFromProvider, List<InventoryType.ItemComponentLookup> queries)