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 intROOT_GRAPHIC12static intSEXTANT_ARMstatic intSEXTANT_ARM_LEFTstatic intSEXTANT_ARM_RIGHTstatic intSEXTANT_BACKstatic intSEXTANT_BACKINGstatic intSEXTANT_FOREGROUNDstatic intSEXTANT_HORIZONstatic intSEXTANT_LOCATIONstatic intSEXTANT_SUNstatic intSEXTANT_TILT_DOWNstatic intSEXTANT_TILT_UPstatic intSEXTANT_VIEWERstatic intTRAIL_SEXTANT_CLOSEstatic intTRAIL_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
-
-