29 ::ll::TypedStorage<8, 8, ::std::chrono::steady_clock::time_point> mTimePoint;
30 ::ll::TypedStorage<8, 32, ::std::string> mLogEntry;
31 ::ll::TypedStorage<1, 1, bool> mIsClientSide;
38 ::ll::TypedStorage<4, 12, ::SubChunkPos> mCurrentPlayerSubChunk;
39 ::ll::TypedStorage<4, 12, ::SubChunkPos> mSubChunkToTrack;
40 ::ll::TypedStorage<1, 1, bool> mCollectData;
41 ::ll::TypedStorage<1, 1, bool> mLogAllData;
42 ::ll::TypedStorage<1, 1, bool> mCollectSubChunkPosition;
43 ::ll::TypedStorage<1, 1, ::ChunkState> mTrackedLevelChunkStateServer;
44 ::ll::TypedStorage<1, 1, ::ChunkState> mTrackedLevelChunkStateClient;
45 ::ll::TypedStorage<1, 1, ::ChunkState> mTrackedLevelChunkStateClientServer;
46 ::ll::TypedStorage<4, 4, ::SubChunk::SubChunkState> mTrackedSubChunkStateServer;
47 ::ll::TypedStorage<4, 4, ::SubChunk::SubChunkState> mTrackedSubChunkStateClient;
48 ::ll::TypedStorage<4, 4, ::SubChunk::SubChunkState> mTrackedSubChunkStateClientServer;
49 ::ll::TypedStorage<8, 8, ::std::chrono::steady_clock::time_point> mLogStartTime;
50 ::ll::TypedStorage<8, 16, ::std::map<::SubChunkPos, ::std::vector<::LevelChunkAndSubChunkLoggingData::LogEntry>>>
52 ::ll::TypedStorage<8, 16, ::std::map<::ChunkPos, ::std::vector<::LevelChunkAndSubChunkLoggingData::LogEntry>>>
54 ::ll::TypedStorage<8, 24, ::std::vector<::LevelChunkAndSubChunkLoggingData::LogEntry>> mGeneralEventLog;
55 ::ll::TypedStorage<8, 80, ::Bedrock::Threading::Mutex> mMutex;
Definition LevelChunkAndSubChunkLoggingData.h:25