Modifier and Type | Class and Description |
---|---|
static class |
MusicTicker.MusicType |
Constructor and Description |
---|
MusicTicker(Minecraft mcIn) |
Modifier and Type | Method and Description |
---|---|
void |
playMusic(MusicTicker.MusicType requestedMusicType)
Plays a music track for the maximum allowable period of time
|
void |
stopMusic()
Stops playing the current music track
|
void |
update()
Like the old updateEntity(), except more generic.
|
public MusicTicker(Minecraft mcIn)
public void update()
public void playMusic(MusicTicker.MusicType requestedMusicType)
public void stopMusic()