Package net.runelite.api.gameval
Class InterfaceID.LighttemplePillar
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.LighttemplePillar
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.LighttemplePillar extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CLOSE
static int
CLOSE_GRAPHIC
static int
MIRROR_EU_SU
static int
MIRROR_NE_WS
static int
MIRROR_NU_EU
static int
MIRROR_NU_WU
static int
MIRROR_NW_ES
static int
MIRROR_SU_WU
static int
MIRROR1
static int
MIRROR2
static int
MIRROR3
static int
MIRROR4
static int
MIRROR5
static int
MIRROR6
static int
PILLAR
static int
PILLAR_MODEL
static int
PILLAR_MODEL_ALT
static int
REMOVE
static int
ROTATE
static int
UNIVERSE
-
Constructor Summary
Constructors Constructor Description LighttemplePillar()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
CLOSE
public static final int CLOSE
- See Also:
- Constant Field Values
-
CLOSE_GRAPHIC
public static final int CLOSE_GRAPHIC
- See Also:
- Constant Field Values
-
PILLAR
public static final int PILLAR
- See Also:
- Constant Field Values
-
PILLAR_MODEL
public static final int PILLAR_MODEL
- See Also:
- Constant Field Values
-
PILLAR_MODEL_ALT
public static final int PILLAR_MODEL_ALT
- See Also:
- Constant Field Values
-
MIRROR1
public static final int MIRROR1
- See Also:
- Constant Field Values
-
MIRROR_NW_ES
public static final int MIRROR_NW_ES
- See Also:
- Constant Field Values
-
MIRROR2
public static final int MIRROR2
- See Also:
- Constant Field Values
-
MIRROR_NE_WS
public static final int MIRROR_NE_WS
- See Also:
- Constant Field Values
-
MIRROR3
public static final int MIRROR3
- See Also:
- Constant Field Values
-
MIRROR_NU_WU
public static final int MIRROR_NU_WU
- See Also:
- Constant Field Values
-
MIRROR4
public static final int MIRROR4
- See Also:
- Constant Field Values
-
MIRROR_NU_EU
public static final int MIRROR_NU_EU
- See Also:
- Constant Field Values
-
MIRROR5
public static final int MIRROR5
- See Also:
- Constant Field Values
-
MIRROR_EU_SU
public static final int MIRROR_EU_SU
- See Also:
- Constant Field Values
-
MIRROR6
public static final int MIRROR6
- See Also:
- Constant Field Values
-
MIRROR_SU_WU
public static final int MIRROR_SU_WU
- See Also:
- Constant Field Values
-
ROTATE
public static final int ROTATE
- See Also:
- Constant Field Values
-
REMOVE
public static final int REMOVE
- See Also:
- Constant Field Values
-
-