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 intBOX_LEFTstatic intBOX_MIDDLEstatic intBOX_RIGHTstatic intCONTENTSstatic intFRAMEstatic intHEADERstatic intINFOstatic intLOOK_UP_NAMEstatic intMAINstatic intNAMEstatic intNAME_HIGHLIGHTstatic intNAME_TEXTstatic intNOCLICKstatic intSET_NAMEstatic intSTATUSstatic intSUGGESTION1static intSUGGESTION2static intSUGGESTION3static intSUGGESTIONSstatic intUNIVERSE
-
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
-
-