BiomeGrid

public interface BiomeGrid

Interface to biome section for chunk to be generated: initialized with default values for world type and seed.

Custom generator is free to access and tailor values during generateBlockSections() or generateExtBlockSections().

Functions

Link copied to clipboard
public abstract Biome getBiome(int x, int z)
Get biome at x, z within chunk being generated
Link copied to clipboard
public abstract void setBiome(int x, int z, Biome bio)
Set biome at x, z within chunk being generated