additions

@Contract(value = "_ -> this", mutates = "this")
abstract fun additions(settings: AmbientAdditionsSettings?): BiomeEffects.Builder

Sets the ambient additions settings of the biome effects to the given settings.

Return

this builder

Parameters

settings

the settings

See also


@Contract(value = "_, _ -> this", mutates = "this")
open fun additions(sound: SoundEvent, builder: Consumer<AmbientAdditionsSettings.Builder>): BiomeEffects.Builder

Applies the given builder to an ambient additions settings builder, builds the result, and sets the ambient additions settings to the built result.

Return

this builder

Parameters

sound

the sound

builder

the builder

See also