public static class SwordOfEventide.SOEMusicPlayer extends java.lang.Object implements EveryFrameScript
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
currState |
boolean |
done |
| Constructor and Description |
|---|
SOEMusicPlayer() |
| Modifier and Type | Method and Description |
|---|---|
void |
advance(float amount)
Use SectorAPI.getClock() to convert to campaign days.
|
boolean |
isDone() |
boolean |
runWhilePaused() |
void |
stop() |
public SOEMusicPlayer()
public void advance(float amount)
EveryFrameScriptadvance in interface EveryFrameScriptamount - seconds elapsed during the last frame.public boolean isDone()
isDone in interface EveryFrameScriptpublic boolean runWhilePaused()
runWhilePaused in interface EveryFrameScriptpublic void stop()