Uses of Class
org.rspeer.game.adapter.component.inventory.Inventory.Format
-
Packages that use Inventory.Format Package Description org.rspeer.game.adapter.component.inventory org.rspeer.game.component -
-
Uses of Inventory.Format in org.rspeer.game.adapter.component.inventory
Methods in org.rspeer.game.adapter.component.inventory that return Inventory.Format Modifier and Type Method Description static Inventory.Format
Inventory.Format. valueOf(String name)
Returns the enum constant of this type with the specified name.static Inventory.Format[]
Inventory.Format. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.rspeer.game.adapter.component.inventory with parameters of type Inventory.Format Modifier and Type Method Description static Inventory
Inventory. get(long key, Inventory.Format format, boolean extractFromProvider, List<ComponentQuery> queries)
Deprecated.Constructors in org.rspeer.game.adapter.component.inventory with parameters of type Inventory.Format Constructor Description Inventory(RSInventory provider, Inventory.Format format, boolean extractFromProvider, List<ComponentQuery> queries)
Inventory(RSInventory provider, Inventory.Format format, Consumer<Item> function, boolean extractFromProvider, List<ComponentQuery> queries)
-
Uses of Inventory.Format in org.rspeer.game.component
Methods in org.rspeer.game.component that return Inventory.Format Modifier and Type Method Description Inventory.Format
InventoryType. getFormat()
Methods in org.rspeer.game.component with parameters of type Inventory.Format Modifier and Type Method Description static Inventory
Inventories. get(long key, Inventory.Format format, boolean extractFromProvider, List<ComponentQuery> queries)
-