Class LightBox
- java.lang.Object
-
- net.runelite.client.plugins.puzzlesolver.lightbox.LightBox
-
public class LightBox extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
COMBINATIONS_POWER
static int
HEIGHT
static int
LIGHT_BULB_ON
static int
WIDTH
-
Constructor Summary
Constructors Constructor Description LightBox()
-
-
-
Field Detail
-
WIDTH
public static final int WIDTH
- See Also:
- Constant Field Values
-
HEIGHT
public static final int HEIGHT
- See Also:
- Constant Field Values
-
COMBINATIONS_POWER
public static final int COMBINATIONS_POWER
- See Also:
- Constant Field Values
-
LIGHT_BULB_ON
public static final int LIGHT_BULB_ON
- See Also:
- Constant Field Values
-
-