OverworldClimate

public enum OverworldClimate

Represents the climates of biomes on the overworld continents.

Experimental feature, may be removed or changed without further notice.

Entries

SNOWY
Link copied to clipboard
SNOWY
Includes Snowy Tundra (with a weight of 3) and Snowy Taiga (with a weight of 1).
COOL
Link copied to clipboard
COOL
Includes Forest, Taiga, Mountains, and Plains (all with weights of 1).
TEMPERATE
Link copied to clipboard
TEMPERATE
Includes Forest, Dark Forest, Mountains, Plains, Birch Forest, and Swamp (all with weights of 1).
DRY
Link copied to clipboard
DRY
Includes Desert (with a weight of 3), Savanna (with a weight of 2), and Plains (with a weight of 1).

Functions

describeConstable
Link copied to clipboard
abstract Optional<? extends ConstantDescdescribeConstable()
valueOf
Link copied to clipboard
static OverworldClimate valueOf(String name)
values
Link copied to clipboard
static Array<OverworldClimatevalues()

Sources

jvm source
Link copied to clipboard