Uses of Class
net.minecraft.sound.MusicSound
Package
Description
-
Uses of MusicSound in net.minecraft.client
-
Uses of MusicSound in net.minecraft.client.sound
Modifier 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
Modifier and TypeMethodDescriptionstatic MusicSound
MusicType.createIngameMusic(SoundEvent event)
Modifier and TypeMethodDescriptionboolean
MusicTracker.isPlayingType(MusicSound type)
void
MusicTracker.play(MusicSound type)
-
Uses of MusicSound in net.minecraft.sound
Modifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<MusicSound>
MusicSound.CODEC
-
Uses of MusicSound in net.minecraft.world.biome
Modifier and TypeFieldDescriptionprivate Optional<MusicSound>
BiomeEffects.music
private Optional<MusicSound>
BiomeEffects.Builder.musicSound