sound

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

Sets the sound for the ambient mood settings.

Return

this builder

Parameters

sound

the sound

See also