ConstBiomeGenerator

class ConstBiomeGenerator(val biome: String) : BiomeProvider

Constructors

Link copied to clipboard
constructor(biome: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
@NotNull
open fun getBiome(@NotNull p0: @NotNull WorldInfo, p1: Int, p2: Int, p3: Int, @NotNull p4: @NotNull BiomeParameterPoint): @NotNull Biome
open override fun getBiome(worldInfo: WorldInfo, x: Int, y: Int, z: Int): Biome
Link copied to clipboard
open override fun getBiomes(worldInfo: WorldInfo): List<Biome>