waterColor

@Contract(value = "_ -> this", mutates = "this")
abstract fun waterColor(color: Color): BiomeEffects.Builder

Sets the water colour of the biome effects to the given color.

Return

this builder

Parameters

color

the color

See also