sound

@Contract(value = "_ -> this", mutates = "this")
abstract fun sound(sound: SoundEvent): AmbientAdditionsSettings.Builder

Sets the sound for the ambient additions settings to the given sound.

Return

this builder

Parameters

sound

the sound

See also