Package net.runelite.api.gameval
Class InterfaceID.Itemsets
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.Itemsets
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.Itemsets extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
FILTER_BUTTON
static int
FRAME
static int
ITEMLIST
static int
ITEMLIST_NO_ITEMS
static int
ITEMLIST_NO_ITEMS_RECT0
static int
ITEMLIST_NO_ITEMS_TEXT1
static int
SCROLLBAR
static int
UNIVERSE
static int
UNIVERSE_TEXT5
-
Constructor Summary
Constructors Constructor Description Itemsets()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
ITEMLIST
public static final int ITEMLIST
- See Also:
- Constant Field Values
-
SCROLLBAR
public static final int SCROLLBAR
- See Also:
- Constant Field Values
-
ITEMLIST_NO_ITEMS
public static final int ITEMLIST_NO_ITEMS
- See Also:
- Constant Field Values
-
ITEMLIST_NO_ITEMS_RECT0
public static final int ITEMLIST_NO_ITEMS_RECT0
- See Also:
- Constant Field Values
-
ITEMLIST_NO_ITEMS_TEXT1
public static final int ITEMLIST_NO_ITEMS_TEXT1
- See Also:
- Constant Field Values
-
FILTER_BUTTON
public static final int FILTER_BUTTON
- See Also:
- Constant Field Values
-
UNIVERSE_TEXT5
public static final int UNIVERSE_TEXT5
- See Also:
- Constant Field Values
-
-