Package net.minecraft.client.sound
Class MusicType
java.lang.Object
net.minecraft.client.sound.MusicType
public class MusicType extends Object
-
Field Summary
Fields Modifier and Type Field Description static MusicSound
CREATIVE
static MusicSound
CREDITS
static MusicSound
DRAGON
static MusicSound
END
static MusicSound
GAME
static MusicSound
MENU
static MusicSound
UNDERWATER
-
Constructor Summary
Constructors Constructor Description MusicType()
-
Method Summary
Modifier and Type Method Description static MusicSound
createIngameMusic(SoundEvent event)
-
Field Details
-
MENU
-
CREATIVE
-
CREDITS
-
DRAGON
-
END
-
UNDERWATER
-
GAME
-
-
Constructor Details
-
MusicType
public MusicType()
-
-
Method Details
-
createIngameMusic
-