31 ::ll::TypedStorage<8, 8, ::std::chrono::steady_clock::time_point> mTimePoint;
32 ::ll::TypedStorage<8, 32, ::std::string> mLogEntry;
33 ::ll::TypedStorage<1, 1, bool> mIsClientSide;
41 ::ll::TypedStorage<4, 4, ::std::chrono::duration<float, ::std::ratio<1, 1>>> mElapsedTime;
42 ::ll::TypedStorage<8, 32, ::std::string> mClientOrServer;
43 ::ll::TypedStorage<8, 32, ::std::string> mType;
44 ::ll::TypedStorage<8, 32, ::std::string> mMessage;
52 ::ll::TypedStorage<1, 1, bool> mEnabled;
53 ::ll::TypedStorage<1, 1, bool> mShowLevelChunk;
54 ::ll::TypedStorage<1, 1, bool> mShowSubChunk;
61 ::ll::TypedStorage<4, 12, ::SubChunkPos> mCurrentPlayerSubChunk;
62 ::ll::TypedStorage<4, 12, ::SubChunkPos> mSubChunkToTrack;
63 ::ll::TypedStorage<1, 1, bool> mCollectData;
64 ::ll::TypedStorage<1, 1, bool> mLogAllData;
65 ::ll::TypedStorage<1, 1, bool> mCollectSubChunkPosition;
66 ::ll::TypedStorage<1, 3, ::LevelChunkAndSubChunkLoggingData::DebugRenderingOptions> mDebugRenderingOptions;
67 ::ll::TypedStorage<1, 1, ::ChunkState> mTrackedLevelChunkStateServer;
68 ::ll::TypedStorage<1, 1, ::ChunkState> mTrackedLevelChunkStateClient;
69 ::ll::TypedStorage<1, 1, ::ChunkState> mTrackedLevelChunkStateClientServer;
70 ::ll::TypedStorage<4, 4, ::SubChunk::SubChunkState> mTrackedSubChunkStateServer;
71 ::ll::TypedStorage<4, 4, ::SubChunk::SubChunkState> mTrackedSubChunkStateClient;
72 ::ll::TypedStorage<4, 4, ::SubChunk::SubChunkState> mTrackedSubChunkStateClientServer;
73 ::ll::TypedStorage<8, 8, ::std::chrono::steady_clock::time_point> mLogStartTime;
74 ::ll::TypedStorage<8, 16, ::std::map<::SubChunkPos, ::std::vector<::LevelChunkAndSubChunkLoggingData::LogEntry>>>
76 ::ll::TypedStorage<8, 16, ::std::map<::ChunkPos, ::std::vector<::LevelChunkAndSubChunkLoggingData::LogEntry>>>
78 ::ll::TypedStorage<8, 24, ::std::vector<::LevelChunkAndSubChunkLoggingData::LogEntry>> mGeneralEventLog;
79 ::ll::TypedStorage<8, 80, ::Bedrock::Threading::Mutex> mMutex;
Definition LevelChunkAndSubChunkLoggingData.h:37
Definition LevelChunkAndSubChunkLoggingData.h:27