Package net.runelite.api.gameval
Class InterfaceID.Music
- java.lang.Object
-
- net.runelite.api.gameval.InterfaceID.Music
-
- Enclosing class:
- InterfaceID
public static final class InterfaceID.Music extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intAREAstatic intAREA_BACKGROUNDstatic intAREA_TITLEstatic intBACKGROUNDstatic intCONTENTSstatic intCOUNTstatic intFRAMEstatic intJUKEBOXstatic intMANUALstatic intMANUAL_BACKGROUNDstatic intMANUAL_TITLEstatic intNOW_PLAYING_TEXTstatic intNOW_PLAYING_TITLEstatic intOVERLAYstatic intRANDOMstatic intRANDOM_BACKGROUNDstatic intRANDOM_TITLEstatic intSCROLLABLEstatic intSCROLLBARstatic intUNIVERSE
-
Constructor Summary
Constructors Constructor Description Music()
-
-
-
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
-
BACKGROUND
public static final int BACKGROUND
- See Also:
- Constant Field Values
-
SCROLLABLE
public static final int SCROLLABLE
- See Also:
- Constant Field Values
-
OVERLAY
public static final int OVERLAY
- See Also:
- Constant Field Values
-
JUKEBOX
public static final int JUKEBOX
- See Also:
- Constant Field Values
-
SCROLLBAR
public static final int SCROLLBAR
- See Also:
- Constant Field Values
-
NOW_PLAYING_TITLE
public static final int NOW_PLAYING_TITLE
- See Also:
- Constant Field Values
-
NOW_PLAYING_TEXT
public static final int NOW_PLAYING_TEXT
- See Also:
- Constant Field Values
-
AREA
public static final int AREA
- See Also:
- Constant Field Values
-
AREA_BACKGROUND
public static final int AREA_BACKGROUND
- See Also:
- Constant Field Values
-
AREA_TITLE
public static final int AREA_TITLE
- See Also:
- Constant Field Values
-
MANUAL
public static final int MANUAL
- See Also:
- Constant Field Values
-
MANUAL_BACKGROUND
public static final int MANUAL_BACKGROUND
- See Also:
- Constant Field Values
-
MANUAL_TITLE
public static final int MANUAL_TITLE
- See Also:
- Constant Field Values
-
RANDOM
public static final int RANDOM
- See Also:
- Constant Field Values
-
COUNT
public static final int COUNT
- See Also:
- Constant Field Values
-
RANDOM_BACKGROUND
public static final int RANDOM_BACKGROUND
- See Also:
- Constant Field Values
-
RANDOM_TITLE
public static final int RANDOM_TITLE
- See Also:
- Constant Field Values
-
-