BiomeContainer

interface BiomeContainer

Something that contains biomes.

The default value that will be returned instead of null if no biome is found is Biomes.PLAINS.

Inheritors

Functions

Link copied to clipboard
abstract fun getBiome(position: Vec3i): Biome

Gets the biome at the given position.

abstract fun getBiome(x: Int, y: Int, z: Int): Biome

Gets the biome at the given x, y, and z coordinates.