Uses of Class
net.minecraft.sound.MusicSound
Packages that use MusicSound
Package
Description
-
Uses of MusicSound in net.minecraft.client
Methods in net.minecraft.client that return MusicSound -
Uses of MusicSound in net.minecraft.client.sound
Fields in net.minecraft.client.sound declared as MusicSoundModifier and TypeFieldDescriptionstatic MusicSound
MusicType.CREATIVE
static MusicSound
MusicType.CREDITS
static MusicSound
MusicType.DRAGON
static MusicSound
MusicType.END
static MusicSound
MusicType.GAME
static MusicSound
MusicType.MENU
static MusicSound
MusicType.UNDERWATER
Methods in net.minecraft.client.sound that return MusicSoundModifier and TypeMethodDescriptionstatic MusicSound
MusicType.createIngameMusic(SoundEvent event)
Methods in net.minecraft.client.sound with parameters of type MusicSoundModifier and TypeMethodDescriptionboolean
MusicTracker.isPlayingType(MusicSound type)
void
MusicTracker.play(MusicSound type)
-
Uses of MusicSound in net.minecraft.sound
Fields in net.minecraft.sound with type parameters of type MusicSoundModifier and TypeFieldDescriptionstatic 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 MusicSoundModifier and TypeFieldDescriptionprivate Optional<MusicSound>
BiomeEffects.music
private Optional<MusicSound>
BiomeEffects.Builder.musicSound
Methods in net.minecraft.world.biome that return types with arguments of type MusicSoundMethods in net.minecraft.world.biome with parameters of type MusicSound