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 BackgroundMusicSelectorMinecraft. getSituationalMusic() -
Uses of BackgroundMusicSelector in net.minecraft.client.audio
Fields in net.minecraft.client.audio declared as BackgroundMusicSelector Modifier and Type Field Description static BackgroundMusicSelectorBackgroundMusicTracks. CREATIVEstatic BackgroundMusicSelectorBackgroundMusicTracks. CREDITSstatic BackgroundMusicSelectorBackgroundMusicTracks. ENDstatic BackgroundMusicSelectorBackgroundMusicTracks. END_BOSSstatic BackgroundMusicSelectorBackgroundMusicTracks. GAMEstatic BackgroundMusicSelectorBackgroundMusicTracks. MENUstatic BackgroundMusicSelectorBackgroundMusicTracks. UNDER_WATERFields in net.minecraft.client.audio with type parameters of type BackgroundMusicSelector Modifier and Type Field Description static com.mojang.serialization.Codec<BackgroundMusicSelector>BackgroundMusicSelector. CODECMethods in net.minecraft.client.audio that return BackgroundMusicSelector Modifier and Type Method Description static BackgroundMusicSelectorBackgroundMusicTracks. createGameMusic(SoundEvent p_232677_0_)Methods in net.minecraft.client.audio with parameters of type BackgroundMusicSelector Modifier and Type Method Description booleanMusicTicker. isPlayingMusic(BackgroundMusicSelector p_239540_1_)voidMusicTicker. 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. backgroundMusicprivate java.util.Optional<BackgroundMusicSelector>BiomeAmbience.Builder. backgroundMusicMethods 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.BuilderBiomeAmbience.Builder. backgroundMusic(BackgroundMusicSelector p_235240_1_)
-