Package net.runelite.api.gameval
Class InterfaceID.LightPuzzle
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.LightPuzzle
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.LightPuzzle extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BACKGROUND_OUTLINE
static int
BUTTON1
static int
BUTTON2
static int
BUTTON3
static int
BUTTON4
static int
BUTTON5
static int
BUTTON6
static int
BUTTON7
static int
BUTTON8
static int
BUTTONS
static int
CONTENT_LAYER
static int
LIGHTS
static int
LIGHTS_DARK_BORDER
static int
LIGHTS_GRAPHIC0
static int
STEEL_BORDER
static int
TEXT1
static int
TEXT2
static int
TEXT3
static int
TEXT4
static int
TEXT5
static int
TEXT6
static int
TEXT7
static int
TEXT8
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description LightPuzzle()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
STEEL_BORDER
public static final int STEEL_BORDER
- See Also:
- Constant Field Values
-
CONTENT_LAYER
public static final int CONTENT_LAYER
- See Also:
- Constant Field Values
-
LIGHTS
public static final int LIGHTS
- See Also:
- Constant Field Values
-
LIGHTS_GRAPHIC0
public static final int LIGHTS_GRAPHIC0
- See Also:
- Constant Field Values
-
LIGHTS_DARK_BORDER
public static final int LIGHTS_DARK_BORDER
- See Also:
- Constant Field Values
-
BUTTONS
public static final int BUTTONS
- See Also:
- Constant Field Values
-
BACKGROUND_OUTLINE
public static final int BACKGROUND_OUTLINE
- See Also:
- Constant Field Values
-
BUTTON1
public static final int BUTTON1
- See Also:
- Constant Field Values
-
BUTTON2
public static final int BUTTON2
- See Also:
- Constant Field Values
-
BUTTON3
public static final int BUTTON3
- See Also:
- Constant Field Values
-
BUTTON4
public static final int BUTTON4
- See Also:
- Constant Field Values
-
BUTTON5
public static final int BUTTON5
- See Also:
- Constant Field Values
-
BUTTON6
public static final int BUTTON6
- See Also:
- Constant Field Values
-
BUTTON7
public static final int BUTTON7
- See Also:
- Constant Field Values
-
BUTTON8
public static final int BUTTON8
- See Also:
- Constant Field Values
-
TEXT1
public static final int TEXT1
- See Also:
- Constant Field Values
-
TEXT2
public static final int TEXT2
- See Also:
- Constant Field Values
-
TEXT3
public static final int TEXT3
- See Also:
- Constant Field Values
-
TEXT4
public static final int TEXT4
- See Also:
- Constant Field Values
-
TEXT5
public static final int TEXT5
- See Also:
- Constant Field Values
-
TEXT6
public static final int TEXT6
- See Also:
- Constant Field Values
-
TEXT7
public static final int TEXT7
- See Also:
- Constant Field Values
-
TEXT8
public static final int TEXT8
- See Also:
- Constant Field Values
-
-