LeviLamina
Loading...
Searching...
No Matches
ServerSettingsRequestPacket.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
10
// auto generated forward declare list
11
// clang-format off
12
class
BinaryStream
;
13
class
ReadOnlyBinaryStream
;
14
// clang-format on
15
16
class
ServerSettingsRequestPacket
:
public
::Packet
{
17
public
:
18
// virtual functions
19
// NOLINTBEGIN
20
// vIndex: 0
21
virtual
~ServerSettingsRequestPacket
()
/*override*/
=
default
;
22
23
// vIndex: 1
24
virtual ::MinecraftPacketIds getId()
const
/*override*/
;
25
26
// vIndex: 2
27
virtual ::std::string getName()
const
/*override*/
;
28
29
// vIndex: 4
30
virtual
void
write(
::BinaryStream
& stream)
const
/*override*/
;
31
32
// vIndex: 8
33
virtual ::Bedrock::Result<void> _read(
::ReadOnlyBinaryStream
& stream)
/*override*/
;
34
// NOLINTEND
35
36
public
:
37
// destructor thunk
38
// NOLINTBEGIN
39
40
// NOLINTEND
41
42
public
:
43
// virtual function thunks
44
// NOLINTBEGIN
45
MCAPI ::MinecraftPacketIds $getId()
const
;
46
47
MCAPI ::std::string $getName()
const
;
48
49
MCFOLD
void
$write(
::BinaryStream
& stream)
const
;
50
51
MCFOLD ::Bedrock::Result<void> $_read(
::ReadOnlyBinaryStream
& stream);
52
// NOLINTEND
53
54
public
:
55
// vftables
56
// NOLINTBEGIN
57
MCAPI
static
void
** $vftable();
58
// NOLINTEND
59
};
BinaryStream
Definition
BinaryStream.h:10
Packet
Definition
Packet.h:26
ReadOnlyBinaryStream
Definition
ReadOnlyBinaryStream.h:8
ServerSettingsRequestPacket
Definition
ServerSettingsRequestPacket.h:16
src
mc
network
packet
ServerSettingsRequestPacket.h
Generated on Sat Apr 26 2025 05:55:47 for LeviLamina by
1.12.0