Uses of Class
net.minecraft.world.level.biome.AmbientAdditionsSettings
Packages that use AmbientAdditionsSettings
-
Uses of AmbientAdditionsSettings in net.minecraft.client.resources.sounds
Fields in net.minecraft.client.resources.sounds with type parameters of type AmbientAdditionsSettingsModifier and TypeFieldDescriptionprivate Optional<AmbientAdditionsSettings>
BiomeAmbientSoundsHandler.additionsSettings
-
Uses of AmbientAdditionsSettings in net.minecraft.world.level.biome
Fields in net.minecraft.world.level.biome with type parameters of type AmbientAdditionsSettingsModifier and TypeFieldDescriptionprivate final Optional<AmbientAdditionsSettings>
BiomeSpecialEffects.ambientAdditionsSettings
private Optional<AmbientAdditionsSettings>
BiomeSpecialEffects.Builder.ambientAdditionsSettings
static final com.mojang.serialization.Codec<AmbientAdditionsSettings>
AmbientAdditionsSettings.CODEC
Methods in net.minecraft.world.level.biome that return types with arguments of type AmbientAdditionsSettingsModifier and TypeMethodDescriptionBiome.getAmbientAdditions()
BiomeSpecialEffects.getAmbientAdditionsSettings()
Methods in net.minecraft.world.level.biome with parameters of type AmbientAdditionsSettingsModifier and TypeMethodDescriptionBiomeSpecialEffects.Builder.ambientAdditionsSound
(AmbientAdditionsSettings p_48026_)