Uses of Class
net.minecraft.client.audio.BackgroundMusicSelector
-
Uses of BackgroundMusicSelector in net.minecraft.client
-
Uses of BackgroundMusicSelector in net.minecraft.client.audio
Modifier and TypeFieldDescriptionstatic final BackgroundMusicSelector
BackgroundMusicTracks.CREATIVE
static final BackgroundMusicSelector
BackgroundMusicTracks.CREDITS
static final BackgroundMusicSelector
BackgroundMusicTracks.END
static final BackgroundMusicSelector
BackgroundMusicTracks.END_BOSS
static final BackgroundMusicSelector
BackgroundMusicTracks.GAME
static final BackgroundMusicSelector
BackgroundMusicTracks.MENU
static final BackgroundMusicSelector
BackgroundMusicTracks.UNDER_WATER
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<BackgroundMusicSelector>
BackgroundMusicSelector.CODEC
Modifier and TypeMethodDescriptionstatic BackgroundMusicSelector
BackgroundMusicTracks.createGameMusic
(SoundEvent p_232677_0_) Modifier and TypeMethodDescriptionboolean
MusicTicker.isPlayingMusic
(BackgroundMusicSelector p_239540_1_) void
MusicTicker.startPlaying
(BackgroundMusicSelector p_239539_1_) -
Uses of BackgroundMusicSelector in net.minecraft.world.biome
Modifier and TypeFieldDescriptionprivate final Optional<BackgroundMusicSelector>
BiomeAmbience.backgroundMusic
private Optional<BackgroundMusicSelector>
BiomeAmbience.Builder.backgroundMusic
Modifier and TypeMethodDescriptionBiomeAmbience.Builder.backgroundMusic
(BackgroundMusicSelector p_235240_1_)