Uses of Class
net.minecraft.world.biome.MoodSoundAmbience
Packages that use MoodSoundAmbience
-
Uses of MoodSoundAmbience in net.minecraft.client.audio
Fields in net.minecraft.client.audio with type parameters of type MoodSoundAmbienceModifier and TypeFieldDescriptionprivate Optional<MoodSoundAmbience>
BiomeSoundHandler.moodSettings
-
Uses of MoodSoundAmbience in net.minecraft.world.biome
Fields in net.minecraft.world.biome declared as MoodSoundAmbienceModifier and TypeFieldDescriptionstatic final MoodSoundAmbience
MoodSoundAmbience.LEGACY_CAVE_SETTINGS
Fields in net.minecraft.world.biome with type parameters of type MoodSoundAmbienceModifier and TypeFieldDescriptionprivate final Optional<MoodSoundAmbience>
BiomeAmbience.ambientMoodSettings
private Optional<MoodSoundAmbience>
BiomeAmbience.Builder.ambientMoodSettings
static final com.mojang.serialization.Codec<MoodSoundAmbience>
MoodSoundAmbience.CODEC
Methods in net.minecraft.world.biome that return types with arguments of type MoodSoundAmbienceMethods in net.minecraft.world.biome with parameters of type MoodSoundAmbienceModifier and TypeMethodDescriptionBiomeAmbience.Builder.ambientMoodSound
(MoodSoundAmbience p_235243_1_)