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 intBACKGROUND_OUTLINEstatic intBUTTON1static intBUTTON2static intBUTTON3static intBUTTON4static intBUTTON5static intBUTTON6static intBUTTON7static intBUTTON8static intBUTTONSstatic intCONTENT_LAYERstatic intLIGHTSstatic intLIGHTS_DARK_BORDERstatic intLIGHTS_GRAPHIC0static intSTEEL_BORDERstatic intTEXT1static intTEXT2static intTEXT3static intTEXT4static intTEXT5static intTEXT6static intTEXT7static intTEXT8static intUNIVERSE
-
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
-
-