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 MoodSoundAmbience
MoodSoundAmbience. LEGACY_CAVE_SETTINGS
Fields in net.minecraft.world.biome with type parameters of type MoodSoundAmbience Modifier and Type Field Description private java.util.Optional<MoodSoundAmbience>
BiomeAmbience. ambientMoodSettings
private java.util.Optional<MoodSoundAmbience>
BiomeAmbience.Builder. ambientMoodSettings
static com.mojang.serialization.Codec<MoodSoundAmbience>
MoodSoundAmbience. CODEC
Methods 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.Builder
BiomeAmbience.Builder. ambientMoodSound(MoodSoundAmbience p_235243_1_)
-