34 using LayerList = ::std::vector<::Block const*>;
39 ::ll::TypedStorage<8, 24, ::std::vector<::Block const*>> mPrototypeBlocks;
40 ::ll::TypedStorage<8, 40, ::BlockVolume> mPrototype;
41 ::ll::TypedStorage<8, 8, ::Biome const*> mBiome;
42 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::FixedBiomeSource>> mBiomeSource;
49 virtual void loadChunk(
::LevelChunk& lc,
bool forceImmediateReplacementDataLoad) ;
55 virtual ::HashedString findStructureFeatureTypeAt(
::BlockPos const& pos) ;
61 virtual bool findNearestStructureFeature(
65 bool mustBeInNewChunks,
66 ::std::optional<::HashedString> biomeTag
80 virtual ::BiomeArea getBiomeArea(
::BoundingBox const& area, uint scale)
const ;
83 virtual ::BlockPos findSpawnPosition()
const ;
86 virtual ::BiomeSource
const& getBiomeSource()
const ;
89 virtual ::WorldGenerator::BlockVolumeDimensions getBlockVolumeDimensions()
const ;
127 MCAPI
void $loadChunk(
::LevelChunk& lc,
bool forceImmediateReplacementDataLoad);
131 MCFOLD ::HashedString $findStructureFeatureTypeAt(
::BlockPos const& pos);
135 MCAPI
bool $findNearestStructureFeature(
139 bool mustBeInNewChunks,
140 ::std::optional<::HashedString> biomeTag
149 MCAPI ::BiomeArea $getBiomeArea(
::BoundingBox const& area, uint scale)
const;
151 MCAPI ::BlockPos $findSpawnPosition()
const;
153 MCFOLD ::BiomeSource
const& $getBiomeSource()
const;
155 MCAPI ::WorldGenerator::BlockVolumeDimensions $getBlockVolumeDimensions()
const;
166 MCAPI
static void** $vftableForIPreliminarySurfaceProvider();
168 MCAPI
static void** $vftableForChunkSource();