climate

@Contract(value = "_ -> this", mutates = "this")
inline fun Biome.Builder.climate(builder: Climate.Builder.() -> Unit): Biome.Builder

Applies the given builder to a new climate builder and sets the climate to the built instance.

Return

this builder

Parameters

builder

the builder