backgroundMusic

@Contract(value = "_ -> this", mutates = "this")
abstract fun backgroundMusic(music: Music?): BiomeEffects.Builder

Sets the background music of the biome effects to the given music.

Return

this builder

Parameters

music

the music

See also