Uses of Class
net.minecraft.sound.MusicSound
Packages that use MusicSound
Package
Description
-
Uses of MusicSound in net.minecraft.client.gui.screen
Methods in net.minecraft.client.gui.screen that return MusicSound -
Uses of MusicSound in net.minecraft.client.sound
Fields in net.minecraft.client.sound declared as MusicSoundModifier and TypeFieldDescriptionprivate final @Nullable MusicSoundMusicInstance.musicThe field for themusicrecord component.Methods in net.minecraft.client.sound that return MusicSoundModifier and TypeMethodDescriptionMusicInstance.music()Returns the value of themusicrecord component.Methods in net.minecraft.client.sound with parameters of type MusicSoundModifier and TypeMethodDescriptionbooleanMusicTracker.isPlayingType(MusicSound type) voidMusicTracker.stop(MusicSound type) Constructors in net.minecraft.client.sound with parameters of type MusicSoundModifierConstructorDescriptionMusicInstance(@Nullable MusicSound musicSound, float float2) MusicInstance(MusicSound music) -
Uses of MusicSound in net.minecraft.sound
Fields in net.minecraft.sound declared as MusicSoundModifier and TypeFieldDescriptionstatic final MusicSoundMusicType.CREATIVEstatic final MusicSoundMusicType.CREDITSstatic final MusicSoundMusicType.DRAGONstatic final MusicSoundMusicType.ENDstatic final MusicSoundMusicType.GAMEstatic final MusicSoundMusicType.MENUstatic final MusicSoundMusicType.UNDERWATERFields in net.minecraft.sound with type parameters of type MusicSoundModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<MusicSound> MusicSound.CODECMethods in net.minecraft.sound that return MusicSoundModifier and TypeMethodDescriptionstatic MusicSoundMusicType.createIngameMusic(RegistryEntry<SoundEvent> sound) -
Uses of MusicSound in net.minecraft.world.biome
Fields in net.minecraft.world.biome declared as MusicSoundModifier and TypeFieldDescriptionprivate static final @Nullable MusicSoundOverworldBiomeCreator.DEFAULT_MUSICFields in net.minecraft.world.biome with type parameters of type MusicSoundModifier and TypeFieldDescriptionprivate Optional<Pool<MusicSound>> BiomeEffects.Builder.musicprivate final Optional<Pool<MusicSound>> BiomeEffects.musicMethods in net.minecraft.world.biome that return types with arguments of type MusicSoundMethods in net.minecraft.world.biome with parameters of type MusicSoundModifier and TypeMethodDescriptionprivate static BiomeOverworldBiomeCreator.createBiome(boolean precipitation, float temperature, float downfall, int waterColor, int waterFogColor, @Nullable Integer grassColor, @Nullable Integer foliageColor, @Nullable Integer dryFoliageColor, SpawnSettings.Builder spawnSettings, GenerationSettings.LookupBackedBuilder generationSettings, @Nullable MusicSound music) private static BiomeOverworldBiomeCreator.createBiome(boolean precipitation, float temperature, float downfall, SpawnSettings.Builder spawnSettings, GenerationSettings.LookupBackedBuilder generationSettings, @Nullable MusicSound music) private static BiomeOverworldBiomeCreator.createJungleFeatures(RegistryEntryLookup<PlacedFeature> featureLookup, RegistryEntryLookup<ConfiguredCarver<?>> carverLookup, float depth, boolean bamboo, boolean sparse, boolean unmodified, SpawnSettings.Builder spawnSettings, MusicSound music) BiomeEffects.Builder.music(@Nullable MusicSound music) Method parameters in net.minecraft.world.biome with type arguments of type MusicSound