downfall

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

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

Return

this builder

Parameters

downfall

the downfall

See also