precipitation

@Contract(value = "_ -> this", mutates = "this")
abstract fun precipitation(precipitation: Precipitation): Climate.Builder

Sets the precipitation for the climate to the given precipitation and returns this builder.

Return

this builder

Parameters

precipitation

the precipitation

See also