Uses of Class
net.minecraft.sound.MusicSound
| Package | Description |
|---|---|
| net.minecraft.client | |
| net.minecraft.client.sound | |
| net.minecraft.sound | |
| net.minecraft.world.biome |
-
Uses of MusicSound in net.minecraft.client
Methods in net.minecraft.client that return MusicSound Modifier and Type Method Description MusicSoundMinecraftClient. getMusicType() -
Uses of MusicSound in net.minecraft.client.sound
Fields in net.minecraft.client.sound declared as MusicSound Modifier and Type Field Description static MusicSoundMusicType. CREATIVEstatic MusicSoundMusicType. CREDITSstatic MusicSoundMusicType. DRAGONstatic MusicSoundMusicType. ENDstatic MusicSoundMusicType. GAMEstatic MusicSoundMusicType. MENUstatic MusicSoundMusicType. UNDERWATERMethods in net.minecraft.client.sound that return MusicSound Modifier and Type Method Description static MusicSoundMusicType. createIngameMusic(SoundEvent event)Methods in net.minecraft.client.sound with parameters of type MusicSound Modifier and Type Method Description booleanMusicTracker. isPlayingType(MusicSound type)voidMusicTracker. play(MusicSound type) -
Uses of MusicSound in net.minecraft.sound
Fields in net.minecraft.sound with type parameters of type MusicSound Modifier and Type Field Description static com.mojang.serialization.Codec<MusicSound>MusicSound. CODEC -
Uses of MusicSound in net.minecraft.world.biome
Fields in net.minecraft.world.biome with type parameters of type MusicSound Modifier and Type Field Description private Optional<MusicSound>BiomeEffects. musicprivate Optional<MusicSound>BiomeEffects.Builder. musicSoundMethods in net.minecraft.world.biome that return types with arguments of type MusicSound Modifier and Type Method Description Optional<MusicSound>Biome. getMusic()Optional<MusicSound>BiomeEffects. getMusic()Methods in net.minecraft.world.biome with parameters of type MusicSound Modifier and Type Method Description BiomeEffects.BuilderBiomeEffects.Builder. music(MusicSound music)