Package net.runelite.api.gameval
Class InterfaceID.Olaf2SkullPuzzle
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.Olaf2SkullPuzzle
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.Olaf2SkullPuzzle extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
OLAF2_BOTTOM_LEVER
static int
OLAF2_CLOSE
static int
OLAF2_CLOSE_BUTTON
static int
OLAF2_CONFIRM_LEVER
static int
OLAF2_LEFT_LEVER
static int
OLAF2_LEVER_BOTTOM
static int
OLAF2_LEVER_CONFIRM
static int
OLAF2_LEVER_LEFT
static int
OLAF2_LEVER_RIGHT
static int
OLAF2_LEVER_TOP
static int
OLAF2_RIGHT_LEVER
static int
OLAF2_SKULL_BACKGROUND
static int
OLAF2_SKULL_BITS
static int
OLAF2_SKULL_BOTTOM
static int
OLAF2_SKULL_LEFT
static int
OLAF2_SKULL_RIGHT
static int
OLAF2_SKULL_TOP
static int
OLAF2_TOP_LEVER
-
Constructor Summary
Constructors Constructor Description Olaf2SkullPuzzle()
-
-
-
Field Detail
-
OLAF2_SKULL_BACKGROUND
public static final int OLAF2_SKULL_BACKGROUND
- 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_SKULL_BITS
public static final int OLAF2_SKULL_BITS
- See Also:
- Constant Field Values
-
OLAF2_SKULL_RIGHT
public static final int OLAF2_SKULL_RIGHT
- See Also:
- Constant Field Values
-
OLAF2_SKULL_TOP
public static final int OLAF2_SKULL_TOP
- See Also:
- Constant Field Values
-
OLAF2_SKULL_LEFT
public static final int OLAF2_SKULL_LEFT
- See Also:
- Constant Field Values
-
OLAF2_SKULL_BOTTOM
public static final int OLAF2_SKULL_BOTTOM
- See Also:
- Constant Field Values
-
OLAF2_LEVER_RIGHT
public static final int OLAF2_LEVER_RIGHT
- See Also:
- Constant Field Values
-
OLAF2_LEVER_TOP
public static final int OLAF2_LEVER_TOP
- See Also:
- Constant Field Values
-
OLAF2_LEVER_LEFT
public static final int OLAF2_LEVER_LEFT
- See Also:
- Constant Field Values
-
OLAF2_LEVER_BOTTOM
public static final int OLAF2_LEVER_BOTTOM
- See Also:
- Constant Field Values
-
OLAF2_LEVER_CONFIRM
public static final int OLAF2_LEVER_CONFIRM
- See Also:
- Constant Field Values
-
OLAF2_TOP_LEVER
public static final int OLAF2_TOP_LEVER
- See Also:
- Constant Field Values
-
OLAF2_RIGHT_LEVER
public static final int OLAF2_RIGHT_LEVER
- See Also:
- Constant Field Values
-
OLAF2_BOTTOM_LEVER
public static final int OLAF2_BOTTOM_LEVER
- See Also:
- Constant Field Values
-
OLAF2_LEFT_LEVER
public static final int OLAF2_LEFT_LEVER
- See Also:
- Constant Field Values
-
OLAF2_CONFIRM_LEVER
public static final int OLAF2_CONFIRM_LEVER
- See Also:
- Constant Field Values
-
-