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
// virtual function thunks
38
// NOLINTBEGIN
39
MCAPI ::MinecraftPacketIds $getId()
const
;
40
41
MCAPI ::std::string $getName()
const
;
42
43
MCFOLD
void
$write(
::BinaryStream
& stream)
const
;
44
45
MCFOLD ::Bedrock::Result<void> $_read(
::ReadOnlyBinaryStream
& stream);
46
// NOLINTEND
47
48
public
:
49
// vftables
50
// NOLINTBEGIN
51
MCNAPI
static
void
**
$vftable
();
52
// NOLINTEND
53
};
BinaryStream
Definition
BinaryStream.h:10
Packet
Definition
Packet.h:26
ReadOnlyBinaryStream
Definition
ReadOnlyBinaryStream.h:8
ServerSettingsRequestPacket
Definition
ServerSettingsRequestPacket.h:16
ServerSettingsRequestPacket::$vftable
static MCAPI void ** $vftable()
src
mc
network
packet
ServerSettingsRequestPacket.h
Generated on Fri Jun 13 2025 05:04:43 for LeviLamina by
1.12.0