Package net.runelite.api.gameval
Class DBTableID.Music
- java.lang.Object
-
- net.runelite.api.gameval.DBTableID.Music
-
- Enclosing class:
- DBTableID
public static final class DBTableID.Music extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableID.Music.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_AREAintegerstatic intCOL_AREA_DEFAULTintegerstatic intCOL_AUTOMATIC_UNLOCKbooleanstatic intCOL_DISPLAYNAMEstringstatic intCOL_DURATIONintegerstatic intCOL_HIDDENbooleanstatic intCOL_HOLIDAYintegerstatic intCOL_MIDImidistatic intCOL_PARENT_TRACKdbrowstatic intCOL_RELATED_CONTENTintegerstatic intCOL_RELEASE_TYPEintegerstatic intCOL_SECONDARY_TRACKdbrowstatic intCOL_SORTNAMEstringstatic intCOL_UNLOCKHINTstringstatic intCOL_VARIABLE(integer, integer)static intID
-
Constructor Summary
Constructors Constructor Description Music()
-
-
-
Field Detail
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
COL_SORTNAME
public static final int COL_SORTNAME
string- See Also:
- Constant Field Values
-
COL_DISPLAYNAME
public static final int COL_DISPLAYNAME
string- See Also:
- Constant Field Values
-
COL_UNLOCKHINT
public static final int COL_UNLOCKHINT
string- See Also:
- Constant Field Values
-
COL_DURATION
public static final int COL_DURATION
integer- See Also:
- Constant Field Values
-
COL_MIDI
public static final int COL_MIDI
midi- See Also:
- Constant Field Values
-
COL_VARIABLE
public static final int COL_VARIABLE
(integer, integer)- See Also:
- Constant Field Values
-
COL_AUTOMATIC_UNLOCK
public static final int COL_AUTOMATIC_UNLOCK
boolean- See Also:
- Constant Field Values
-
COL_AREA
public static final int COL_AREA
integer- See Also:
- Constant Field Values
-
COL_AREA_DEFAULT
public static final int COL_AREA_DEFAULT
integer- See Also:
- Constant Field Values
-
COL_HIDDEN
public static final int COL_HIDDEN
boolean- See Also:
- Constant Field Values
-
COL_HOLIDAY
public static final int COL_HOLIDAY
integer- See Also:
- Constant Field Values
-
COL_SECONDARY_TRACK
public static final int COL_SECONDARY_TRACK
dbrow- See Also:
- Constant Field Values
-
COL_PARENT_TRACK
public static final int COL_PARENT_TRACK
dbrow- See Also:
- Constant Field Values
-
COL_RELEASE_TYPE
public static final int COL_RELEASE_TYPE
integer- See Also:
- Constant Field Values
-
COL_RELATED_CONTENT
public static final int COL_RELATED_CONTENT
integer- See Also:
- Constant Field Values
-
-