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 int
BACKGROUND
static int
BACKGROUND_MODEL
static int
CLOSE
static int
CLOSE_ICON
static int
CONTENT
static int
LOCK1
static int
LOCK1_ICON
static int
LOCK1_LIGHT
static int
LOCK2
static int
LOCK2_ICON
static int
LOCK2_LIGHT
static int
LOCK3
static int
LOCK3_ICON
static int
LOCK3_LIGHT
static int
LOCK4
static int
LOCK4_ICON
static int
LOCK4_LIGHT
static int
TEXT
static int
TEXT_BOX
static int
UNIVERSE
-
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
-
-