LeviLamina
Loading...
Searching...
No Matches
ServerboundDiagnosticsPacket.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/network/MinecraftPacketIds.h"
7
#include "mc/network/packet/Packet.h"
8
#include "mc/platform/Result.h"
9
#include "mc/util/ProfilerLiteTelemetry.h"
10
11
// auto generated forward declare list
12
// clang-format off
13
class
BinaryStream
;
14
class
ReadOnlyBinaryStream
;
15
// clang-format on
16
17
class
ServerboundDiagnosticsPacket
:
public
::Packet
{
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::TypedStorage<8, 72, ::ProfilerLiteTelemetry> mTelemetry;
22
// NOLINTEND
23
24
public
:
25
// virtual functions
26
// NOLINTBEGIN
27
// vIndex: 0
28
virtual
~ServerboundDiagnosticsPacket
()
/*override*/
=
default
;
29
30
// vIndex: 1
31
virtual ::MinecraftPacketIds getId()
const
/*override*/
;
32
33
// vIndex: 2
34
virtual ::std::string getName()
const
/*override*/
;
35
36
// vIndex: 4
37
virtual
void
write(
::BinaryStream
& stream)
const
/*override*/
;
38
39
// vIndex: 8
40
virtual ::Bedrock::Result<void> _read(
::ReadOnlyBinaryStream
& stream)
/*override*/
;
41
// NOLINTEND
42
43
public
:
44
// virtual function thunks
45
// NOLINTBEGIN
46
MCAPI ::MinecraftPacketIds $getId()
const
;
47
48
MCAPI ::std::string $getName()
const
;
49
50
MCAPI
void
$write(
::BinaryStream
& stream)
const
;
51
52
MCAPI ::Bedrock::Result<void> $_read(
::ReadOnlyBinaryStream
& stream);
53
// NOLINTEND
54
55
public
:
56
// vftables
57
// NOLINTBEGIN
58
MCNAPI
static
void
**
$vftable
();
59
// NOLINTEND
60
};
BinaryStream
Definition
BinaryStream.h:10
Packet
Definition
Packet.h:26
ReadOnlyBinaryStream
Definition
ReadOnlyBinaryStream.h:8
ServerboundDiagnosticsPacket
Definition
ServerboundDiagnosticsPacket.h:17
ServerboundDiagnosticsPacket::$vftable
static MCAPI void ** $vftable()
src
mc
network
packet
ServerboundDiagnosticsPacket.h
Generated on Fri Jun 13 2025 05:04:43 for LeviLamina by
1.12.0