Package net.runelite.api.gameval
Class InterfaceID.MiscCollection
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.MiscCollection
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.MiscCollection extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
ITEMS
static int
SCROLLBAR
static int
UNIVERSE
static int
UNIVERSE_GRAPHIC4
static int
UNIVERSE_MODEL0
static int
UNIVERSE_TEXT1
-
Constructor Summary
Constructors Constructor Description MiscCollection()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
UNIVERSE_MODEL0
public static final int UNIVERSE_MODEL0
- See Also:
- Constant Field Values
-
UNIVERSE_TEXT1
public static final int UNIVERSE_TEXT1
- See Also:
- Constant Field Values
-
ITEMS
public static final int ITEMS
- See Also:
- Constant Field Values
-
SCROLLBAR
public static final int SCROLLBAR
- See Also:
- Constant Field Values
-
UNIVERSE_GRAPHIC4
public static final int UNIVERSE_GRAPHIC4
- See Also:
- Constant Field Values
-
-