LeviLamina
Loading...
Searching...
No Matches
AwardAchievementPacket.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
AwardAchievementPacket
:
public
::Packet
{
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::TypedStorage<4, 4, int> mAchievementID;
21
// NOLINTEND
22
23
public
:
24
// virtual functions
25
// NOLINTBEGIN
26
// vIndex: 1
27
virtual ::MinecraftPacketIds getId()
const
/*override*/
;
28
29
// vIndex: 2
30
virtual ::std::string getName()
const
/*override*/
;
31
32
// vIndex: 4
33
virtual
void
write(
::BinaryStream
& stream)
const
/*override*/
;
34
35
// vIndex: 8
36
virtual ::Bedrock::Result<void> _read(
::ReadOnlyBinaryStream
& stream)
/*override*/
;
37
38
// vIndex: 0
39
virtual
~AwardAchievementPacket
()
/*override*/
;
40
// NOLINTEND
41
42
public
:
43
// destructor thunk
44
// NOLINTBEGIN
45
MCFOLD
void
$dtor();
46
// NOLINTEND
47
48
public
:
49
// virtual function thunks
50
// NOLINTBEGIN
51
MCAPI ::MinecraftPacketIds $getId()
const
;
52
53
MCAPI ::std::string $getName()
const
;
54
55
MCAPI
void
$write(
::BinaryStream
& stream)
const
;
56
57
MCAPI ::Bedrock::Result<void> $_read(
::ReadOnlyBinaryStream
& stream);
58
// NOLINTEND
59
60
public
:
61
// vftables
62
// NOLINTBEGIN
63
MCNAPI
static
void
**
$vftable
();
64
// NOLINTEND
65
};
AwardAchievementPacket
Definition
AwardAchievementPacket.h:16
AwardAchievementPacket::$vftable
static MCAPI void ** $vftable()
BinaryStream
Definition
BinaryStream.h:10
Packet
Definition
Packet.h:26
ReadOnlyBinaryStream
Definition
ReadOnlyBinaryStream.h:8
src
mc
network
packet
AwardAchievementPacket.h
Generated on Fri Jun 13 2025 05:04:42 for LeviLamina by
1.12.0