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