Package net.runelite.api.gameval
Class InterfaceID.TrailSextant
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.TrailSextant
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.TrailSextant extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
ROOT_GRAPHIC12
static int
SEXTANT_ARM
static int
SEXTANT_ARM_LEFT
static int
SEXTANT_ARM_RIGHT
static int
SEXTANT_BACK
static int
SEXTANT_BACKING
static int
SEXTANT_FOREGROUND
static int
SEXTANT_HORIZON
static int
SEXTANT_LOCATION
static int
SEXTANT_SUN
static int
SEXTANT_TILT_DOWN
static int
SEXTANT_TILT_UP
static int
SEXTANT_VIEWER
static int
TRAIL_SEXTANT_CLOSE
static int
TRAIL_SEXTANT_CLOSE_BUTTON
-
Constructor Summary
Constructors Constructor Description TrailSextant()
-
-
-
Field Detail
-
SEXTANT_BACKING
public static final int SEXTANT_BACKING
- See Also:
- Constant Field Values
-
SEXTANT_HORIZON
public static final int SEXTANT_HORIZON
- See Also:
- Constant Field Values
-
SEXTANT_SUN
public static final int SEXTANT_SUN
- See Also:
- Constant Field Values
-
SEXTANT_VIEWER
public static final int SEXTANT_VIEWER
- See Also:
- Constant Field Values
-
SEXTANT_TILT_UP
public static final int SEXTANT_TILT_UP
- See Also:
- Constant Field Values
-
SEXTANT_TILT_DOWN
public static final int SEXTANT_TILT_DOWN
- See Also:
- Constant Field Values
-
SEXTANT_ARM_RIGHT
public static final int SEXTANT_ARM_RIGHT
- See Also:
- Constant Field Values
-
SEXTANT_ARM_LEFT
public static final int SEXTANT_ARM_LEFT
- See Also:
- Constant Field Values
-
SEXTANT_BACK
public static final int SEXTANT_BACK
- See Also:
- Constant Field Values
-
SEXTANT_ARM
public static final int SEXTANT_ARM
- See Also:
- Constant Field Values
-
SEXTANT_FOREGROUND
public static final int SEXTANT_FOREGROUND
- See Also:
- Constant Field Values
-
SEXTANT_LOCATION
public static final int SEXTANT_LOCATION
- See Also:
- Constant Field Values
-
ROOT_GRAPHIC12
public static final int ROOT_GRAPHIC12
- See Also:
- Constant Field Values
-
TRAIL_SEXTANT_CLOSE
public static final int TRAIL_SEXTANT_CLOSE
- See Also:
- Constant Field Values
-
TRAIL_SEXTANT_CLOSE_BUTTON
public static final int TRAIL_SEXTANT_CLOSE_BUTTON
- See Also:
- Constant Field Values
-
-