Modifier and Type | Class and Description |
---|---|
static class |
MusicTicker.MusicType |
Modifier and Type | Field and Description |
---|---|
private ISound |
currentMusic |
private Minecraft |
mc |
private java.util.Random |
rand |
private int |
timeUntilNextMusic |
Constructor and Description |
---|
MusicTicker(Minecraft mcIn) |
Modifier and Type | Method and Description |
---|---|
void |
playMusic(MusicTicker.MusicType requestedMusicType) |
void |
update() |
private final java.util.Random rand
private final Minecraft mc
private ISound currentMusic
private int timeUntilNextMusic
public MusicTicker(Minecraft mcIn)
public void playMusic(MusicTicker.MusicType requestedMusicType)