3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/world/level/block/chunk_volume/VolumeOf.h"
16namespace BiomeChunkVolume {
19MCAPI ::std::vector<bool> calculateBlendingNeeds(::BiomeChunkVolume::BiomeSamplesContainer
const& biomeData);
21MCAPI ::std::vector<::Vec3>
const
22calculateVoronoiOffsets(uint levelSeed, ::BlockPos bufferWorldOrigin,
int bufferSizeXZ,
int bufferSizeY);
24MCAPI ::ChunkVolume::VolumeOf<::Biome> makeBiomeVolumeForChunk(
25 ::BiomeChunkVolume::BiomeSamplesContainer
const& biomeData,
Definition BiomeSamplesContainer.h:15