getBiome

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

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

Return

the biome

Parameters

x

the X coordinate

y

the Y coordinate

z

the Z coordinate


abstract fun getBiome(position: Vec3i): Biome

Gets the biome at the given position.

Return

the biome at the given position

Parameters

position

the position