Section Biome Information
data class SectionBiomeInformation(biomes: Array<String>?, baseBiome: String?)
Content copied to clipboard
Holds the information about biomes for a single section. There are 3 possible: scenarii:
biomes = null and baseBiome = null This means either the section is from before 1.18, so no biome information exists in the section OR you accessed the biomes via ChunkReader directly, and no biome information is available for the given section.
biomes = null and baseBiome != null This means the section has biome information, but the entire section is filled with baseBiome. Technically this means there is a palette with at least 1 element but no data.
biomes != null The biomes array holds the biomes for this section.
Constructors
SectionBiomeInformation
Link copied to clipboard
fun SectionBiomeInformation()
Content copied to clipboard
SectionBiomeInformation
Link copied to clipboard