Uses of Class
net.runelite.api.InventoryID
-
Packages that use InventoryID Package Description net.runelite.api -
-
Uses of InventoryID in net.runelite.api
Methods in net.runelite.api that return InventoryID Modifier and Type Method Description static InventoryID
InventoryID. valueOf(String name)
Returns the enum constant of this type with the specified name.static InventoryID[]
InventoryID. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.runelite.api with parameters of type InventoryID Modifier and Type Method Description ItemContainer
Client. getItemContainer(InventoryID inventory)
Get the item container for an inventory.
-