Uses of Class
net.minecraft.world.biome.MoodSoundAmbience
-
Packages that use MoodSoundAmbience Package Description net.minecraft.client.audio net.minecraft.world.biome -
-
Uses of MoodSoundAmbience in net.minecraft.client.audio
Fields in net.minecraft.client.audio with type parameters of type MoodSoundAmbience Modifier and Type Field Description private java.util.Optional<MoodSoundAmbience>BiomeSoundHandler. moodSettings -
Uses of MoodSoundAmbience in net.minecraft.world.biome
Fields in net.minecraft.world.biome declared as MoodSoundAmbience Modifier and Type Field Description static MoodSoundAmbienceMoodSoundAmbience. LEGACY_CAVE_SETTINGSFields in net.minecraft.world.biome with type parameters of type MoodSoundAmbience Modifier and Type Field Description private java.util.Optional<MoodSoundAmbience>BiomeAmbience. ambientMoodSettingsprivate java.util.Optional<MoodSoundAmbience>BiomeAmbience.Builder. ambientMoodSettingsstatic com.mojang.serialization.Codec<MoodSoundAmbience>MoodSoundAmbience. CODECMethods in net.minecraft.world.biome that return types with arguments of type MoodSoundAmbience Modifier and Type Method Description java.util.Optional<MoodSoundAmbience>Biome. getAmbientMood()java.util.Optional<MoodSoundAmbience>BiomeAmbience. getAmbientMoodSettings()Methods in net.minecraft.world.biome with parameters of type MoodSoundAmbience Modifier and Type Method Description BiomeAmbience.BuilderBiomeAmbience.Builder. ambientMoodSound(MoodSoundAmbience p_235243_1_)
-