Uses of Class
net.minecraft.client.audio.BackgroundMusicSelector
-
Packages that use BackgroundMusicSelector Package Description net.minecraft.client net.minecraft.client.audio net.minecraft.world.biome -
-
Uses of BackgroundMusicSelector in net.minecraft.client
Methods in net.minecraft.client that return BackgroundMusicSelector Modifier and Type Method Description BackgroundMusicSelector
Minecraft. getSituationalMusic()
-
Uses of BackgroundMusicSelector in net.minecraft.client.audio
Fields in net.minecraft.client.audio declared as BackgroundMusicSelector Modifier and Type Field Description static BackgroundMusicSelector
BackgroundMusicTracks. CREATIVE
static BackgroundMusicSelector
BackgroundMusicTracks. CREDITS
static BackgroundMusicSelector
BackgroundMusicTracks. END
static BackgroundMusicSelector
BackgroundMusicTracks. END_BOSS
static BackgroundMusicSelector
BackgroundMusicTracks. GAME
static BackgroundMusicSelector
BackgroundMusicTracks. MENU
static BackgroundMusicSelector
BackgroundMusicTracks. UNDER_WATER
Fields in net.minecraft.client.audio with type parameters of type BackgroundMusicSelector Modifier and Type Field Description static com.mojang.serialization.Codec<BackgroundMusicSelector>
BackgroundMusicSelector. CODEC
Methods in net.minecraft.client.audio that return BackgroundMusicSelector Modifier and Type Method Description static BackgroundMusicSelector
BackgroundMusicTracks. createGameMusic(SoundEvent p_232677_0_)
Methods in net.minecraft.client.audio with parameters of type BackgroundMusicSelector Modifier and Type Method Description boolean
MusicTicker. isPlayingMusic(BackgroundMusicSelector p_239540_1_)
void
MusicTicker. startPlaying(BackgroundMusicSelector p_239539_1_)
-
Uses of BackgroundMusicSelector in net.minecraft.world.biome
Fields in net.minecraft.world.biome with type parameters of type BackgroundMusicSelector Modifier and Type Field Description private java.util.Optional<BackgroundMusicSelector>
BiomeAmbience. backgroundMusic
private java.util.Optional<BackgroundMusicSelector>
BiomeAmbience.Builder. backgroundMusic
Methods in net.minecraft.world.biome that return types with arguments of type BackgroundMusicSelector Modifier and Type Method Description java.util.Optional<BackgroundMusicSelector>
Biome. getBackgroundMusic()
java.util.Optional<BackgroundMusicSelector>
BiomeAmbience. getBackgroundMusic()
Methods in net.minecraft.world.biome with parameters of type BackgroundMusicSelector Modifier and Type Method Description BiomeAmbience.Builder
BiomeAmbience.Builder. backgroundMusic(BackgroundMusicSelector p_235240_1_)
-