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 int
AREA
static int
AREA_BACKGROUND
static int
AREA_TITLE
static int
BACKGROUND
static int
CONTENTS
static int
COUNT
static int
FRAME
static int
JUKEBOX
static int
MANUAL
static int
MANUAL_BACKGROUND
static int
MANUAL_TITLE
static int
NOW_PLAYING_TEXT
static int
NOW_PLAYING_TITLE
static int
OVERLAY
static int
RANDOM
static int
RANDOM_BACKGROUND
static int
RANDOM_TITLE
static int
SCROLLABLE
static int
SCROLLBAR
static int
UNIVERSE
-
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
-
-