loopSound

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

Sets the ambient loop sound of the biome effects to the given sound.

Return

this builder

Parameters

sound

the sound

See also