Uses of Class
net.minecraft.world.biome.SoundAdditionsAmbience
-
Packages that use SoundAdditionsAmbience Package Description net.minecraft.client.audio net.minecraft.world.biome -
-
Uses of SoundAdditionsAmbience in net.minecraft.client.audio
Fields in net.minecraft.client.audio with type parameters of type SoundAdditionsAmbience Modifier and Type Field Description private java.util.Optional<SoundAdditionsAmbience>
BiomeSoundHandler. additionsSettings
-
Uses of SoundAdditionsAmbience in net.minecraft.world.biome
Fields in net.minecraft.world.biome with type parameters of type SoundAdditionsAmbience Modifier and Type Field Description private java.util.Optional<SoundAdditionsAmbience>
BiomeAmbience. ambientAdditionsSettings
private java.util.Optional<SoundAdditionsAmbience>
BiomeAmbience.Builder. ambientAdditionsSettings
static com.mojang.serialization.Codec<SoundAdditionsAmbience>
SoundAdditionsAmbience. CODEC
Methods in net.minecraft.world.biome that return types with arguments of type SoundAdditionsAmbience Modifier and Type Method Description java.util.Optional<SoundAdditionsAmbience>
Biome. getAmbientAdditions()
java.util.Optional<SoundAdditionsAmbience>
BiomeAmbience. getAmbientAdditionsSettings()
Methods in net.minecraft.world.biome with parameters of type SoundAdditionsAmbience Modifier and Type Method Description BiomeAmbience.Builder
BiomeAmbience.Builder. ambientAdditionsSound(SoundAdditionsAmbience p_235242_1_)
-