Package net.runelite.api.gameval
Class InterfaceID.SkillGuideV2
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.SkillGuideV2
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.SkillGuideV2 extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CLOSE
static int
CONTENT
static int
FRAME
static int
INFINITY
static int
LIST
static int
LIST_BORDER
static int
LIST_SCROLLER
static int
RESIZE_PREVIEW
static int
TAB_CONTENT
static int
TABS
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description SkillGuideV2()
-
-
-
Field Detail
-
INFINITY
public static final int INFINITY
- See Also:
- Constant Field Values
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
RESIZE_PREVIEW
public static final int RESIZE_PREVIEW
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
CLOSE
public static final int CLOSE
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
TAB_CONTENT
public static final int TAB_CONTENT
- See Also:
- Constant Field Values
-
TABS
public static final int TABS
- See Also:
- Constant Field Values
-
LIST
public static final int LIST
- See Also:
- Constant Field Values
-
LIST_BORDER
public static final int LIST_BORDER
- See Also:
- Constant Field Values
-
LIST_SCROLLER
public static final int LIST_SCROLLER
- See Also:
- Constant Field Values
-
-