Package net.runelite.api.gameval
Class InterfaceID.Olaf2LockGate
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.Olaf2LockGate
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.Olaf2LockGate extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
OLAF_KEY_DUMMY
static int
OLAF2_CIRCLE_LOCK
static int
OLAF2_CIRCLE_LOCK_BUTTON
static int
OLAF2_CLOSE
static int
OLAF2_CLOSE_BUTTON
static int
OLAF2_CROSS_LOCK
static int
OLAF2_CROSS_LOCK_BUTTON
static int
OLAF2_DUMMY_KEY
static int
OLAF2_LOCK_GATE
static int
OLAF2_SQUARE_LOCK
static int
OLAF2_SQUARE_LOCK_BUTTON
static int
OLAF2_STAR_LOCK
static int
OLAF2_STAR_LOCK_BUTTON
static int
OLAF2_TRIANGLE_LOCK
static int
OLAF2_TRIANGLE_LOCK_BUTTON
-
Constructor Summary
Constructors Constructor Description Olaf2LockGate()
-
-
-
Field Detail
-
OLAF2_LOCK_GATE
public static final int OLAF2_LOCK_GATE
- See Also:
- Constant Field Values
-
OLAF2_CLOSE
public static final int OLAF2_CLOSE
- See Also:
- Constant Field Values
-
OLAF2_CLOSE_BUTTON
public static final int OLAF2_CLOSE_BUTTON
- See Also:
- Constant Field Values
-
OLAF2_SQUARE_LOCK
public static final int OLAF2_SQUARE_LOCK
- See Also:
- Constant Field Values
-
OLAF2_CROSS_LOCK
public static final int OLAF2_CROSS_LOCK
- See Also:
- Constant Field Values
-
OLAF2_TRIANGLE_LOCK
public static final int OLAF2_TRIANGLE_LOCK
- See Also:
- Constant Field Values
-
OLAF2_CIRCLE_LOCK
public static final int OLAF2_CIRCLE_LOCK
- See Also:
- Constant Field Values
-
OLAF2_STAR_LOCK
public static final int OLAF2_STAR_LOCK
- See Also:
- Constant Field Values
-
OLAF2_DUMMY_KEY
public static final int OLAF2_DUMMY_KEY
- See Also:
- Constant Field Values
-
OLAF2_SQUARE_LOCK_BUTTON
public static final int OLAF2_SQUARE_LOCK_BUTTON
- See Also:
- Constant Field Values
-
OLAF2_CROSS_LOCK_BUTTON
public static final int OLAF2_CROSS_LOCK_BUTTON
- See Also:
- Constant Field Values
-
OLAF2_TRIANGLE_LOCK_BUTTON
public static final int OLAF2_TRIANGLE_LOCK_BUTTON
- See Also:
- Constant Field Values
-
OLAF2_CIRCLE_LOCK_BUTTON
public static final int OLAF2_CIRCLE_LOCK_BUTTON
- See Also:
- Constant Field Values
-
OLAF2_STAR_LOCK_BUTTON
public static final int OLAF2_STAR_LOCK_BUTTON
- See Also:
- Constant Field Values
-
OLAF_KEY_DUMMY
public static final int OLAF_KEY_DUMMY
- See Also:
- Constant Field Values
-
-