Uses of Class
net.minecraft.sound.MusicSound
Packages that use MusicSound
Package
Description
The base package for all Minecraft classes.
-
Uses of MusicSound in net.minecraft
Fields in net.minecraft declared as MusicSoundModifier and TypeFieldDescriptionprivate final @Nullable MusicSoundclass_10383.musicThe field for themusicrecord component.Methods in net.minecraft that return MusicSoundModifier and TypeMethodDescriptionclass_10383.music()Returns the value of themusicrecord component.Constructors in net.minecraft with parameters of type MusicSoundModifierConstructorDescriptionclass_10383(@Nullable MusicSound musicSound, float float2) class_10383(MusicSound musicSound) -
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
Methods in net.minecraft.client.sound with parameters of type MusicSoundModifier and TypeMethodDescriptionbooleanMusicTracker.isPlayingType(MusicSound type) voidMusicTracker.stop(MusicSound type) -
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 final Optional<DataPool<MusicSound>> BiomeEffects.musicprivate Optional<DataPool<MusicSound>> BiomeEffects.Builder.musicSoundMethods 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, 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 musicSound) Method parameters in net.minecraft.world.biome with type arguments of type MusicSoundModifier and TypeMethodDescriptionBiomeEffects.Builder.method_65138(DataPool<MusicSound> dataPool)