Package net.runelite.api.gameval
Class InterfaceID.Screenhighlight
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.Screenhighlight
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.Screenhighlight extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BACKGROUND
static int
BACKGROUND_TEXT
static int
BLACK_BORDER
static int
BORDER_BOTTOMLEFT
static int
BORDER_BOTTOMLEFT_TEXT
static int
BORDER_BOTTOMRIGHT
static int
BORDER_BOTTOMRIGHT_TEXT
static int
BORDER_DOWN
static int
BORDER_DOWN_TEXT
static int
BORDER_LEFT
static int
BORDER_LEFT_TEXT
static int
BORDER_RIGHT
static int
BORDER_RIGHT_TEXT
static int
BORDER_TOPLEFT
static int
BORDER_TOPLEFT_TEXT
static int
BORDER_TOPRIGHT
static int
BORDER_TOPRIGHT_TEXT
static int
BORDER_UP
static int
BORDER_UP_TEXT
static int
BOTTOM
static int
BUTTON_HOLDER
static int
CLOSE
static int
CONTENT
static int
CONTINUE
static int
INFORMATION_BOX
static int
INFORMATION_TEXT
static int
LEFT
static int
OUT_OF
static int
PAUSEBUTTON
static int
PREVIOUS
static int
RIGHT
static int
TOP
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description Screenhighlight()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
BLACK_BORDER
public static final int BLACK_BORDER
- See Also:
- Constant Field Values
-
TOP
public static final int TOP
- See Also:
- Constant Field Values
-
BOTTOM
public static final int BOTTOM
- See Also:
- Constant Field Values
-
RIGHT
public static final int RIGHT
- See Also:
- Constant Field Values
-
LEFT
public static final int LEFT
- See Also:
- Constant Field Values
-
BACKGROUND
public static final int BACKGROUND
- See Also:
- Constant Field Values
-
INFORMATION_BOX
public static final int INFORMATION_BOX
- See Also:
- Constant Field Values
-
PAUSEBUTTON
public static final int PAUSEBUTTON
- See Also:
- Constant Field Values
-
BACKGROUND_TEXT
public static final int BACKGROUND_TEXT
- See Also:
- Constant Field Values
-
BORDER_TOPLEFT
public static final int BORDER_TOPLEFT
- See Also:
- Constant Field Values
-
BORDER_TOPRIGHT
public static final int BORDER_TOPRIGHT
- See Also:
- Constant Field Values
-
BORDER_BOTTOMLEFT
public static final int BORDER_BOTTOMLEFT
- See Also:
- Constant Field Values
-
BORDER_BOTTOMRIGHT
public static final int BORDER_BOTTOMRIGHT
- See Also:
- Constant Field Values
-
BORDER_LEFT
public static final int BORDER_LEFT
- See Also:
- Constant Field Values
-
BORDER_UP
public static final int BORDER_UP
- See Also:
- Constant Field Values
-
BORDER_RIGHT
public static final int BORDER_RIGHT
- See Also:
- Constant Field Values
-
BORDER_DOWN
public static final int BORDER_DOWN
- See Also:
- Constant Field Values
-
BORDER_TOPLEFT_TEXT
public static final int BORDER_TOPLEFT_TEXT
- See Also:
- Constant Field Values
-
BORDER_TOPRIGHT_TEXT
public static final int BORDER_TOPRIGHT_TEXT
- See Also:
- Constant Field Values
-
BORDER_BOTTOMLEFT_TEXT
public static final int BORDER_BOTTOMLEFT_TEXT
- See Also:
- Constant Field Values
-
BORDER_BOTTOMRIGHT_TEXT
public static final int BORDER_BOTTOMRIGHT_TEXT
- See Also:
- Constant Field Values
-
BORDER_DOWN_TEXT
public static final int BORDER_DOWN_TEXT
- See Also:
- Constant Field Values
-
BORDER_UP_TEXT
public static final int BORDER_UP_TEXT
- See Also:
- Constant Field Values
-
BORDER_RIGHT_TEXT
public static final int BORDER_RIGHT_TEXT
- See Also:
- Constant Field Values
-
BORDER_LEFT_TEXT
public static final int BORDER_LEFT_TEXT
- See Also:
- Constant Field Values
-
INFORMATION_TEXT
public static final int INFORMATION_TEXT
- See Also:
- Constant Field Values
-
OUT_OF
public static final int OUT_OF
- See Also:
- Constant Field Values
-
CLOSE
public static final int CLOSE
- See Also:
- Constant Field Values
-
BUTTON_HOLDER
public static final int BUTTON_HOLDER
- See Also:
- Constant Field Values
-
CONTINUE
public static final int CONTINUE
- See Also:
- Constant Field Values
-
PREVIOUS
public static final int PREVIOUS
- See Also:
- Constant Field Values
-
-