Companion

object Companion

Functions

Link copied to clipboard
@Contract(value = "-> new", pure = true)
fun builder(): Climate.Builder

Creates a new builder for climates.

Link copied to clipboard
@Contract(value = "_, _, _, _ -> new", pure = true)
fun of(precipitation: Precipitation, temperature: Float, downfall: Float, temperatureModifier: TemperatureModifier): Climate

Creates a new climate with the given values.