LeviLamina
Loading...
Searching...
No Matches
SetLocalPlayerAsInitializedPacket.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/legacy/ActorRuntimeID.h"
7
#include "mc/network/MinecraftPacketIds.h"
8
#include "mc/network/packet/Packet.h"
9
#include "mc/platform/Result.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
SetLocalPlayerAsInitializedPacket
:
public
::Packet
{
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::TypedStorage<8, 8, ::ActorRuntimeID> mPlayerID;
22
// NOLINTEND
23
24
public
:
25
// virtual functions
26
// NOLINTBEGIN
27
// vIndex: 1
28
virtual ::MinecraftPacketIds getId()
const
/*override*/
;
29
30
// vIndex: 2
31
virtual ::std::string getName()
const
/*override*/
;
32
33
// vIndex: 4
34
virtual
void
write(
::BinaryStream
& stream)
const
/*override*/
;
35
36
// vIndex: 8
37
virtual ::Bedrock::Result<void> _read(
::ReadOnlyBinaryStream
& stream)
/*override*/
;
38
39
// vIndex: 0
40
virtual
~SetLocalPlayerAsInitializedPacket
()
/*override*/
=
default
;
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
SetLocalPlayerAsInitializedPacket
Definition
SetLocalPlayerAsInitializedPacket.h:17
SetLocalPlayerAsInitializedPacket::$vftable
static MCAPI void ** $vftable()
src
mc
network
packet
SetLocalPlayerAsInitializedPacket.h
Generated on Fri Jun 13 2025 05:04:43 for LeviLamina by
1.12.0