Package net.runelite.api.widgets
Class ItemQuantityMode
- java.lang.Object
-
- net.runelite.api.widgets.ItemQuantityMode
-
public final class ItemQuantityMode extends Object
Utility class mapping Widget ItemQuantityMode values
-
-
Constructor Summary
Constructors Constructor Description ItemQuantityMode()
-
-
-
Field Detail
-
NEVER
public static final int NEVER
Never show item quantity number- See Also:
- Constant Field Values
-
ALWAYS
public static final int ALWAYS
Always show item quantity number- See Also:
- Constant Field Values
-
STACKABLE
public static final int STACKABLE
Only show item quantity number if it's greater than 1- See Also:
- Constant Field Values
-
-