42 ::ll::TypedStorage<4, 4, uint> mWidth;
43 ::ll::TypedStorage<4, 4, uint> mDepth;
44 ::ll::TypedStorage<4, 4, uint> mHeight;
51 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::StructureFeatureRegistry>> mStructureFeatureRegistry;
52 ::ll::TypedStorage<8, 80, ::Bedrock::Threading::Mutex> mCreateStructuresAndVisitedPositionsMutex;
53 ::ll::TypedStorage<8, 72, ::std::condition_variable> mStructureInstanceWaitVar;
54 ::ll::TypedStorage<4, 4, ::std::atomic<int>> mActiveStructureInstanceCreateCount;
55 ::ll::TypedStorage<8, 64, ::std::unordered_set<::ChunkPos>> mVisitedPositions;
69 virtual ::HashedString findStructureFeatureTypeAt(
::BlockPos const& pos);
75 virtual bool findNearestStructureFeature(
79 bool mustBeInNewChunks,
80 ::std::optional<::HashedString> biomeTag
93 virtual ::BiomeArea getBiomeArea(
::BoundingBox const&, uint)
const = 0;
96 virtual ::BiomeSource
const& getBiomeSource()
const = 0;
99 virtual ::WorldGenerator::BlockVolumeDimensions getBlockVolumeDimensions()
const = 0;
102 virtual ::BlockPos findSpawnPosition()
const = 0;
109 postProcessMobsAt(
::BlockSource& region,
int chunkWestBlock,
int chunkNorthBlock,
::Random& random) ;
115 virtual ::std::optional<short> getPreliminarySurfaceLevel(
::DividedPos2d<4>)
const ;
118 virtual void debugRender();
124 virtual void decorateWorldGenLoadChunk(
142 MCAPI ::std::vector<short> computeChunkHeightMap(
::ChunkPos const& pos);
144 MCAPI
void postProcessStructureFeatures(
::BlockSource& region,
::Random& random,
int chunkX,
int chunkZ);
150 MCAPI
void prepareStructureFeatureBlueprints(
157 MCAPI
void waitForStructures();
163 MCAPI
static uint64
const& TICKING_QUEUE_PASS_LIMIT();
169 MCAPI
void* $ctor(
::Dimension& dimension, ::std::unique_ptr<::StructureFeatureRegistry> structureFeatureRegistry);
181 MCAPI ::HashedString $findStructureFeatureTypeAt(
::BlockPos const& pos);
185 MCAPI
bool $findNearestStructureFeature(
189 bool mustBeInNewChunks,
190 ::std::optional<::HashedString> biomeTag
197 MCAPI
void $postProcessMobsAt(
::BlockSource& region,
int chunkWestBlock,
int chunkNorthBlock,
::Random& random);
201 MCAPI ::std::optional<short> $getPreliminarySurfaceLevel(
::DividedPos2d<4>)
const;
203 MCFOLD
void $debugRender();