LeviLamina
Loading...
Searching...
No Matches
ChunkRecyclerTelemetryOutput.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
9 ::ll::TypedStorage<8, 24, ::std::vector<::std::pair<::std::string, float>>> mBucketPercentages;
10 ::ll::TypedStorage<8, 8, uint64> mGeneratedChunks;
11 ::ll::TypedStorage<8, 8, uint64> mDeletedChunks;
12 ::ll::TypedStorage<8, 8, uint64> mTimeSeconds;
13 ::ll::TypedStorage<8, 8, uint64> mChunkRadiusAvg;
14 ::ll::TypedStorage<8, 8, uint64> mActiveOverworldChunksAvg;
15 ::ll::TypedStorage<8, 8, uint64> mMaximumOverworldPlayers;
16 ::ll::TypedStorage<8, 8, uint64> mSimulationDistance;
17 ::ll::TypedStorage<4, 4, float> mTotalGenTimeSeconds;
18 ::ll::TypedStorage<4, 4, float> mOverworldPlayerAvg;
19 ::ll::TypedStorage<1, 1, bool> mIsFlatWorld;
20 ::ll::TypedStorage<1, 1, bool> mIsClientSideGenerationEnabled;
21 // NOLINTEND
22};
Definition ChunkRecyclerTelemetryOutput.h:5