17struct GenerationContext {
21 ::ll::TypedStorage<8, 8, ::JigsawStructureRegistry const&> mPools;
22 ::ll::TypedStorage<8, 104, ::br::worldgen::WorldGenRandom> mRandom;
23 ::ll::TypedStorage<8, 8, int64> mLevelSeed;
24 ::ll::TypedStorage<8, 8, ::ChunkPos> mChunkPos;
25 ::ll::TypedStorage<8, 8, ::br::worldgen::ChunkAccessor&> mChunkAccessor;
30 GenerationContext& operator=(GenerationContext
const&);
31 GenerationContext(GenerationContext
const&);
37 MCAPI ~GenerationContext();