|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Allows for convenient import of the music states.
Field Summary | |
static java.lang.String[] |
NAMES
|
static int |
NOT_READY
Client hasn't sent an #endmusic command. |
static int |
PLAYING
We just sent a low-priority map-music track to the client, and they haven't responded with an #endmusic yet. |
static int |
PRIORITY
An event occurred to trigger a high-priority music track. |
static int |
READY
Client just send an #endmusic command, and is ready to play another soundtrack piece. |
Field Detail |
public static final int NOT_READY
public static final int READY
public static final int PLAYING
public static final int PRIORITY
public static final java.lang.String[] NAMES
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |