15 ::ll::TypedStorage<8, 8, ::ChunkPos> mChunkPosition;
16 ::ll::TypedStorage<4, 24, ::std::optional<::ChunkGenPlayerSnapshot>> mNearestPlayer;
17 ::ll::TypedStorage<4, 4, ::DimensionType> mDimension;
18 ::ll::TypedStorage<8, 8, ::LevelSeed64> mWorldSeed;
19 ::ll::TypedStorage<4, 4, int> mConcurrentChunks;
20 ::ll::TypedStorage<4, 4, int> mQueueDepth;
21 ::ll::TypedStorage<1, 1, bool> mWasLoadedFromDisk;
Definition ChunkGenContext.h:11