Package net.runelite.api.gameval
Class InterfaceID.LovaquestLocks
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.LovaquestLocks
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.LovaquestLocks extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intBACKGROUNDstatic intBACKGROUND_MODELstatic intCLOSEstatic intCLOSE_ICONstatic intCONTENTstatic intLOCK1static intLOCK1_ICONstatic intLOCK1_LIGHTstatic intLOCK2static intLOCK2_ICONstatic intLOCK2_LIGHTstatic intLOCK3static intLOCK3_ICONstatic intLOCK3_LIGHTstatic intLOCK4static intLOCK4_ICONstatic intLOCK4_LIGHTstatic intTEXTstatic intTEXT_BOXstatic intUNIVERSE
-
Constructor Summary
Constructors Constructor Description LovaquestLocks()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
BACKGROUND
public static final int BACKGROUND
- See Also:
- Constant Field Values
-
BACKGROUND_MODEL
public static final int BACKGROUND_MODEL
- See Also:
- Constant Field Values
-
CLOSE_ICON
public static final int CLOSE_ICON
- See Also:
- Constant Field Values
-
CLOSE
public static final int CLOSE
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
TEXT
public static final int TEXT
- See Also:
- Constant Field Values
-
TEXT_BOX
public static final int TEXT_BOX
- See Also:
- Constant Field Values
-
LOCK1
public static final int LOCK1
- See Also:
- Constant Field Values
-
LOCK1_ICON
public static final int LOCK1_ICON
- See Also:
- Constant Field Values
-
LOCK1_LIGHT
public static final int LOCK1_LIGHT
- See Also:
- Constant Field Values
-
LOCK2
public static final int LOCK2
- See Also:
- Constant Field Values
-
LOCK2_ICON
public static final int LOCK2_ICON
- See Also:
- Constant Field Values
-
LOCK2_LIGHT
public static final int LOCK2_LIGHT
- See Also:
- Constant Field Values
-
LOCK3
public static final int LOCK3
- See Also:
- Constant Field Values
-
LOCK3_ICON
public static final int LOCK3_ICON
- See Also:
- Constant Field Values
-
LOCK3_LIGHT
public static final int LOCK3_LIGHT
- See Also:
- Constant Field Values
-
LOCK4
public static final int LOCK4
- See Also:
- Constant Field Values
-
LOCK4_ICON
public static final int LOCK4_ICON
- See Also:
- Constant Field Values
-
LOCK4_LIGHT
public static final int LOCK4_LIGHT
- See Also:
- Constant Field Values
-
-