Builder
A builder for climates.
Functions
Link copied to clipboard
@Contract(value = "_ -> this", mutates = "this" )
Sets the downfall for the climate to the given downfall and returns this builder.
Link copied to clipboard
@Contract(value = "_ -> this", mutates = "this" )
Sets the precipitation for the climate to the given precipitation and returns this builder.
Link copied to clipboard
@Contract(value = "_ -> this", mutates = "this" )
Sets the temperature for the climate to the given temperature and returns this builder.
Link copied to clipboard
@Contract(value = "_ -> this", mutates = "this" )
Sets the temperature modifier for the climate to the given modifier and returns this builder.