temperatureModifier

@Contract(value = "_ -> this", mutates = "this")
abstract fun temperatureModifier(modifier: TemperatureModifier): Climate.Builder

Sets the temperature modifier for the climate to the given modifier and returns this builder.

Return

this builder

Parameters

modifier

the temperature modifier

See also