Package net.runelite.api.gameval
Class InterfaceID.CastleDrakanClock
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.CastleDrakanClock
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.CastleDrakanClock extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intBIG_BUTTONSstatic intBIG_HANDstatic intBIG_ROTATE_ANTICLOCKWISEstatic intBIG_ROTATE_CLOCKWISEstatic intBIG_TITLEstatic intCLOCK_MIDDLEstatic intCLOCKFACEstatic intCLOSEstatic intCONTENTSstatic intFRAMEstatic intMAINstatic intSMALL_BUTTONSstatic intSMALL_HANDstatic intSMALL_ROTATE_ANTICLOCKWISEstatic intSMALL_ROTATE_CLOCKWISEstatic intSMALL_TITLEstatic intUNIVERSE
-
Constructor Summary
Constructors Constructor Description CastleDrakanClock()
-
-
-
Field Detail
-
UNIVERSE
public static final int UNIVERSE
- See Also:
- Constant Field Values
-
CONTENTS
public static final int CONTENTS
- See Also:
- Constant Field Values
-
FRAME
public static final int FRAME
- See Also:
- Constant Field Values
-
MAIN
public static final int MAIN
- See Also:
- Constant Field Values
-
CLOCKFACE
public static final int CLOCKFACE
- See Also:
- Constant Field Values
-
BIG_HAND
public static final int BIG_HAND
- See Also:
- Constant Field Values
-
SMALL_HAND
public static final int SMALL_HAND
- See Also:
- Constant Field Values
-
CLOCK_MIDDLE
public static final int CLOCK_MIDDLE
- See Also:
- Constant Field Values
-
BIG_BUTTONS
public static final int BIG_BUTTONS
- See Also:
- Constant Field Values
-
BIG_TITLE
public static final int BIG_TITLE
- See Also:
- Constant Field Values
-
BIG_ROTATE_CLOCKWISE
public static final int BIG_ROTATE_CLOCKWISE
- See Also:
- Constant Field Values
-
BIG_ROTATE_ANTICLOCKWISE
public static final int BIG_ROTATE_ANTICLOCKWISE
- See Also:
- Constant Field Values
-
SMALL_BUTTONS
public static final int SMALL_BUTTONS
- See Also:
- Constant Field Values
-
SMALL_TITLE
public static final int SMALL_TITLE
- See Also:
- Constant Field Values
-
SMALL_ROTATE_CLOCKWISE
public static final int SMALL_ROTATE_CLOCKWISE
- See Also:
- Constant Field Values
-
SMALL_ROTATE_ANTICLOCKWISE
public static final int SMALL_ROTATE_ANTICLOCKWISE
- See Also:
- Constant Field Values
-
CLOSE
public static final int CLOSE
- See Also:
- Constant Field Values
-
-