Uses of Class
net.minecraft.client.audio.BackgroundMusicSelector
Packages that use BackgroundMusicSelector
-
Uses of BackgroundMusicSelector in net.minecraft.client
Methods in net.minecraft.client that return BackgroundMusicSelector -
Uses of BackgroundMusicSelector in net.minecraft.client.audio
Fields in net.minecraft.client.audio declared as BackgroundMusicSelectorModifier and TypeFieldDescriptionstatic final BackgroundMusicSelectorBackgroundMusicTracks.CREATIVEstatic final BackgroundMusicSelectorBackgroundMusicTracks.CREDITSstatic final BackgroundMusicSelectorBackgroundMusicTracks.ENDstatic final BackgroundMusicSelectorBackgroundMusicTracks.END_BOSSstatic final BackgroundMusicSelectorBackgroundMusicTracks.GAMEstatic final BackgroundMusicSelectorBackgroundMusicTracks.MENUstatic final BackgroundMusicSelectorBackgroundMusicTracks.UNDER_WATERFields in net.minecraft.client.audio with type parameters of type BackgroundMusicSelectorModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<BackgroundMusicSelector>BackgroundMusicSelector.CODECMethods in net.minecraft.client.audio that return BackgroundMusicSelectorModifier and TypeMethodDescriptionstatic BackgroundMusicSelectorBackgroundMusicTracks.createGameMusic(SoundEvent p_232677_0_) Methods in net.minecraft.client.audio with parameters of type BackgroundMusicSelectorModifier and TypeMethodDescriptionbooleanMusicTicker.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 BackgroundMusicSelectorModifier and TypeFieldDescriptionprivate final Optional<BackgroundMusicSelector>BiomeAmbience.backgroundMusicprivate Optional<BackgroundMusicSelector>BiomeAmbience.Builder.backgroundMusicMethods in net.minecraft.world.biome that return types with arguments of type BackgroundMusicSelectorMethods in net.minecraft.world.biome with parameters of type BackgroundMusicSelectorModifier and TypeMethodDescriptionBiomeAmbience.Builder.backgroundMusic(BackgroundMusicSelector p_235240_1_)