public class BattleMusic
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
BattleMusic.FixedTrackSound |
Constructor and Description |
---|
BattleMusic() |
Modifier and Type | Method and Description |
---|---|
static void |
endBattleMusic() |
static boolean |
isPlaying() |
static void |
startBattleMusic(BattleMusicType type,
int index,
long playtime,
boolean repeat) |
public static void startBattleMusic(BattleMusicType type, int index, long playtime, boolean repeat)
public static void endBattleMusic()
public static boolean isPlaying()