Biome

@CataloguedBy(catalogue = Biomes::class)
interface Biome : Keyed

A biome is a region in a world with distinct geographical features.

Types

Link copied to clipboard

A builder for biomes.

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

Functions

Link copied to clipboard
@NotNull
abstract fun key(): @NotNull Key

Properties

Link copied to clipboard
@get:JvmName(name = "climate")
abstract val climate: Climate

The climate of this biome.

Link copied to clipboard
@get:JvmName(name = "effects")
abstract val effects: BiomeEffects

The effects of this biome.