LeviLamina
Loading...
Searching...
No Matches
CreativeContentPacket.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/NonOwnerPointer.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
13class BinaryStream;
16// clang-format on
17
19public:
20 // CreativeContentPacket inner types declare
21 // clang-format off
24 // clang-format on
25
26 // CreativeContentPacket inner types define
28 public:
29 // member variables
30 // NOLINTBEGIN
34 // NOLINTEND
35
36 public:
37 // prevent constructor by default
41 };
42
44 public:
45 // member variables
46 // NOLINTBEGIN
51 // NOLINTEND
52
53 public:
54 // prevent constructor by default
58 };
59
60public:
61 // member variables
62 // NOLINTBEGIN
63 ::ll::TypedStorage<8, 24, ::Bedrock::NonOwnerPointer<::CreativeItemRegistry const> const>
64 mCreativeItemRegistryForWrite;
65 ::ll::TypedStorage<8, 24, ::std::vector<::CreativeContentPacket::CreativeGroupInfoDescription>>
66 mReadGroupInfoDescriptions;
67 ::ll::TypedStorage<8, 24, ::std::vector<::CreativeContentPacket::CreativeItemEntryDescription>>
68 mReadEntryDescriptions;
69 // NOLINTEND
70
71public:
72 // virtual functions
73 // NOLINTBEGIN
74 // vIndex: 1
75 virtual ::MinecraftPacketIds getId() const /*override*/;
76
77 // vIndex: 2
78 virtual ::std::string getName() const /*override*/;
79
80 // vIndex: 4
81 virtual void write(::BinaryStream& stream) const /*override*/;
82
83 // vIndex: 8
84 virtual ::Bedrock::Result<void> _read(::ReadOnlyBinaryStream& stream) /*override*/;
85
86 // vIndex: 0
87 virtual ~CreativeContentPacket() /*override*/;
88 // NOLINTEND
89
90public:
91 // destructor thunk
92 // NOLINTBEGIN
93 MCAPI void $dtor();
94 // NOLINTEND
95
96public:
97 // virtual function thunks
98 // NOLINTBEGIN
99 MCAPI ::MinecraftPacketIds $getId() const;
100
101 MCAPI ::std::string $getName() const;
102
103 MCAPI void $write(::BinaryStream& stream) const;
104
105 MCAPI ::Bedrock::Result<void> $_read(::ReadOnlyBinaryStream& stream);
106 // NOLINTEND
107
108public:
109 // vftables
110 // NOLINTBEGIN
111 MCAPI static void** $vftable();
112 // NOLINTEND
113};
Definition BinaryStream.h:10
Definition CreativeContentPacket.h:18
Definition CreativeItemRegistry.h:20
Definition Packet.h:26
Definition ReadOnlyBinaryStream.h:8
Definition Result.h:6
STL namespace.
Definition CreativeContentPacket.h:27
Definition CreativeContentPacket.h:43
Definition Alias.h:14