Uses of Class
net.minecraft.world.biome.SoundAdditionsAmbience
Packages that use SoundAdditionsAmbience
-
Uses of SoundAdditionsAmbience in net.minecraft.client.audio
Fields in net.minecraft.client.audio with type parameters of type SoundAdditionsAmbienceModifier and TypeFieldDescriptionprivate Optional<SoundAdditionsAmbience>
BiomeSoundHandler.additionsSettings
-
Uses of SoundAdditionsAmbience in net.minecraft.world.biome
Fields in net.minecraft.world.biome with type parameters of type SoundAdditionsAmbienceModifier and TypeFieldDescriptionprivate final Optional<SoundAdditionsAmbience>
BiomeAmbience.ambientAdditionsSettings
private Optional<SoundAdditionsAmbience>
BiomeAmbience.Builder.ambientAdditionsSettings
static final com.mojang.serialization.Codec<SoundAdditionsAmbience>
SoundAdditionsAmbience.CODEC
Methods in net.minecraft.world.biome that return types with arguments of type SoundAdditionsAmbienceModifier and TypeMethodDescriptionBiome.getAmbientAdditions()
BiomeAmbience.getAmbientAdditionsSettings()
Methods in net.minecraft.world.biome with parameters of type SoundAdditionsAmbienceModifier and TypeMethodDescriptionBiomeAmbience.Builder.ambientAdditionsSound
(SoundAdditionsAmbience p_235242_1_)