23 ::ll::TypedStorage<1, 1, bool> mDeterminismCollectData;
24 ::ll::TypedStorage<1, 1, bool> mDeterminismShowDifferentBlockLocations;
25 ::ll::TypedStorage<8, 64, ::ClientChunkGenerationDifferenceData> mDeterminismData;
26 ::ll::TypedStorage<1, 1, bool> mServerClientShowDifferentBlockLocation;
27 ::ll::TypedStorage<8, 64, ::ClientChunkGenerationDifferenceData> mServerClientData;
28 ::ll::TypedStorage<8, 8, ::ChunkPos> mLastChunkPosChecked;
29 ::ll::TypedStorage<8, 16, ::std::map<::ChunkPos, ::std::vector<::std::string>>> mServerSerializedChunks;
30 ::ll::TypedStorage<8, 16, ::std::map<::ChunkPos, ::std::vector<::std::string>>> mClientSerializedChunks;
31 ::ll::TypedStorage<4, 48, ::Bounds> mChunksToQuery;
32 ::ll::TypedStorage<4, 4, int> mChunksToQueryRadius;
33 ::ll::TypedStorage<1, 1, bool> mRunningQuery;
34 ::ll::TypedStorage<1, 1, bool> mServerRespondedToQuery;
35 ::ll::TypedStorage<1, 1, bool> mClientRespondedToQuery;
36 ::ll::TypedStorage<2, 2, short> mDimensionBottomY;
37 ::ll::TypedStorage<8, 8, ::ChunkPos> mLastClientPlayerPosition;
38 ::ll::TypedStorage<8, 8, ::BlockPalette*> mServerGlobalBlockPalette;
39 ::ll::TypedStorage<1, 1, bool> mRunLightingCheck;
40 ::ll::TypedStorage<1, 1, bool> mServerCompletedLightingCheck;
41 ::ll::TypedStorage<1, 1, bool> mClientCompletedLightingCheck;
42 ::ll::TypedStorage<1, 1, bool> mLightingShowWrongPositionsServer;
43 ::ll::TypedStorage<1, 1, bool> mLightingShowWrongPositionsClient;
44 ::ll::TypedStorage<4, 4, int> mLightingBoundingBoxHalfEdgeSize;
45 ::ll::TypedStorage<8, 40, ::GameLightingChecker::CheckAreaForLightingResults> mServerLightingResults;
46 ::ll::TypedStorage<8, 40, ::GameLightingChecker::CheckAreaForLightingResults> mClientLightingResults;
47 ::ll::TypedStorage<8, 8, ::std::shared_mutex> mLightingCheckMutex;
48 ::ll::TypedStorage<1, 1, bool> mTrackRenderedSubChunksRebuilds;
49 ::ll::TypedStorage<1, 1, bool> mShowRenderedSubChunksNotRebuilt;
50 ::ll::TypedStorage<4, 4, int> mNumberOfRenderChunksChecked;
51 ::ll::TypedStorage<8, 24, ::std::vector<::SubChunkPos>> mSubChunksNotRebuiltSinceLastSubChunkRequest;
52 ::ll::TypedStorage<8, 8, ::std::shared_mutex> mRenderChunkCheckMutex;