Package net.runelite.api.gameval
Class InterfaceID.WgsRuneDoor
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.WgsRuneDoor
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.WgsRuneDoor extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BACKGROUND
static int
CLOSE
static int
CONTENT
static int
DOOR
static int
DOOR_MODEL
static int
DOOR_TEXT10
static int
DOOR_TEXT11
static int
DOOR_TEXT7
static int
DOOR_TEXT8
static int
DOOR_TEXT9
static int
FRAME
static int
LUC2_RUNE_DOOR_TEXT
static int
LUC2_RUNE_DOOR_TEXT_1
static int
LUC2_RUNE_DOOR_TEXT_2
static int
LUC2_RUNE_DOOR_TEXT_3
static int
LUC2_RUNE_DOOR_TEXT_4
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description WgsRuneDoor()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
CONTENT
public static final int CONTENT
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
DOOR
public static final int DOOR
- See Also:
- Constant Field Values
-
BACKGROUND
public static final int BACKGROUND
- See Also:
- Constant Field Values
-
DOOR_MODEL
public static final int DOOR_MODEL
- See Also:
- Constant Field Values
-
LUC2_RUNE_DOOR_TEXT_1
public static final int LUC2_RUNE_DOOR_TEXT_1
- See Also:
- Constant Field Values
-
LUC2_RUNE_DOOR_TEXT_2
public static final int LUC2_RUNE_DOOR_TEXT_2
- See Also:
- Constant Field Values
-
LUC2_RUNE_DOOR_TEXT_3
public static final int LUC2_RUNE_DOOR_TEXT_3
- See Also:
- Constant Field Values
-
LUC2_RUNE_DOOR_TEXT_4
public static final int LUC2_RUNE_DOOR_TEXT_4
- See Also:
- Constant Field Values
-
LUC2_RUNE_DOOR_TEXT
public static final int LUC2_RUNE_DOOR_TEXT
- See Also:
- Constant Field Values
-
DOOR_TEXT7
public static final int DOOR_TEXT7
- See Also:
- Constant Field Values
-
DOOR_TEXT8
public static final int DOOR_TEXT8
- See Also:
- Constant Field Values
-
DOOR_TEXT9
public static final int DOOR_TEXT9
- See Also:
- Constant Field Values
-
DOOR_TEXT10
public static final int DOOR_TEXT10
- See Also:
- Constant Field Values
-
DOOR_TEXT11
public static final int DOOR_TEXT11
- See Also:
- Constant Field Values
-
CLOSE
public static final int CLOSE
- See Also:
- Constant Field Values
-
-