LeviLamina
Loading...
Searching...
No Matches
ServerboundDiagnosticsPacketPayload.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4#include "mc/profile/ScopeDataSummary.h"
5
6// auto generated inclusion list
7#include "mc/entity/profiling/EntitySystemDiagnosticSummary.h"
8#include "mc/profile/ProfilerLiteTelemetry.h"
9
10// auto generated forward declare list
11// clang-format off
12namespace Bedrock::Profile::Whisker::Diagnostics { struct ScopeDataSummary; }
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 72, ::ProfilerLiteTelemetry> mTelemetry;
20 ::ll::TypedStorage<8, 80, ::ECS::Profiling::Diagnostics::EntitySystemDiagnosticSummary> mEntitySystemDiagnostics;
21 ::ll::TypedStorage<8, 24, ::std::vector<::Bedrock::Profile::Whisker::Diagnostics::ScopeDataSummary>> mWhiskerData;
22 // NOLINTEND
23
24public:
25 // member functions
26 // NOLINTBEGIN
27#ifdef LL_PLAT_C
29#endif
30 // NOLINTEND
31
32public:
33 // destructor thunk
34 // NOLINTBEGIN
35#ifdef LL_PLAT_C
36 MCAPI void $dtor();
37#endif
38 // NOLINTEND
39};
Definition ServerboundDiagnosticsPacketPayload.h:15