Package net.runelite.api.gameval
Class InterfaceID.TutorialDisplayname
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.TutorialDisplayname
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.TutorialDisplayname extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BOX_LEFT
static int
BOX_MIDDLE
static int
BOX_RIGHT
static int
CONTENTS
static int
FRAME
static int
HEADER
static int
INFO
static int
LOOK_UP_NAME
static int
MAIN
static int
NAME
static int
NAME_HIGHLIGHT
static int
NAME_TEXT
static int
NOCLICK
static int
SET_NAME
static int
STATUS
static int
SUGGESTION1
static int
SUGGESTION2
static int
SUGGESTION3
static int
SUGGESTIONS
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description TutorialDisplayname()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
NOCLICK
public static final int NOCLICK
- See Also:
- Constant Field Values
-
MAIN
public static final int MAIN
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
CONTENTS
public static final int CONTENTS
- See Also:
- Constant Field Values
-
INFO
public static final int INFO
- See Also:
- Constant Field Values
-
HEADER
public static final int HEADER
- See Also:
- Constant Field Values
-
NAME
public static final int NAME
- See Also:
- Constant Field Values
-
NAME_HIGHLIGHT
public static final int NAME_HIGHLIGHT
- See Also:
- Constant Field Values
-
BOX_MIDDLE
public static final int BOX_MIDDLE
- See Also:
- Constant Field Values
-
BOX_LEFT
public static final int BOX_LEFT
- See Also:
- Constant Field Values
-
BOX_RIGHT
public static final int BOX_RIGHT
- See Also:
- Constant Field Values
-
NAME_TEXT
public static final int NAME_TEXT
- See Also:
- Constant Field Values
-
STATUS
public static final int STATUS
- See Also:
- Constant Field Values
-
SUGGESTIONS
public static final int SUGGESTIONS
- See Also:
- Constant Field Values
-
SUGGESTION1
public static final int SUGGESTION1
- See Also:
- Constant Field Values
-
SUGGESTION2
public static final int SUGGESTION2
- See Also:
- Constant Field Values
-
SUGGESTION3
public static final int SUGGESTION3
- See Also:
- Constant Field Values
-
LOOK_UP_NAME
public static final int LOOK_UP_NAME
- See Also:
- Constant Field Values
-
SET_NAME
public static final int SET_NAME
- See Also:
- Constant Field Values
-
-