Climate

interface Climate

The climate for a biome.

Types

Link copied to clipboard

A builder for climates.

Link copied to clipboard
object Companion
Link copied to clipboard
@ApiStatus.Internal
interface Factory

Properties

Link copied to clipboard
@get:JvmName(name = "downfall")
abstract val downfall: Float

The downfall of this climate.

Link copied to clipboard
@get:JvmName(name = "precipitation")
abstract val precipitation: Precipitation

The precipitation settings for this climate.

Link copied to clipboard
@get:JvmName(name = "temperature")
abstract val temperature: Float

The temperature of this climate.

Link copied to clipboard
@get:JvmName(name = "temperatureModifier")
abstract val temperatureModifier: TemperatureModifier

The temperature modifier for this climate.