LeviLamina
Loading...
Searching...
No Matches
ServerMetrics.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
ServerInstance
;
8
// clang-format on
9
10
class
ServerMetrics
{
11
public
:
12
// virtual functions
13
// NOLINTBEGIN
14
#ifdef LL_PLAT_S
15
virtual
~ServerMetrics
();
16
#else
// LL_PLAT_C
17
virtual
~ServerMetrics
() =
default
;
18
#endif
19
20
virtual
void
sendPeriodicMetrics(
::ServerInstance
&) = 0;
21
22
virtual
void
sendServerTickTime(::std::chrono::nanoseconds
const
&) = 0;
23
24
virtual
void
sendChunkLoadTelemetryData() = 0;
25
// NOLINTEND
26
27
public
:
28
// destructor thunk
29
// NOLINTBEGIN
30
MCNAPI
void
$dtor
();
31
// NOLINTEND
32
33
public
:
34
// virtual function thunks
35
// NOLINTBEGIN
36
37
// NOLINTEND
38
};
ServerInstance
Definition
ServerInstance.h:57
ServerMetrics
Definition
ServerMetrics.h:10
ServerMetrics::$dtor
MCAPI void $dtor()
src
mc
server
ServerMetrics.h
Generated on
for LeviLamina by
1.16.1