LeviLamina
Loading...
Searching...
No Matches
PacketGroupDefinition.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/network/MinecraftPacketIds.h"
7
9public:
10 // PacketGroupDefinition inner types declare
11 // clang-format off
12 struct PacketGroupBuilder;
13 // clang-format on
14
15 // PacketGroupDefinition inner types define
17 public:
18 // member variables
19 // NOLINTBEGIN
21 // NOLINTEND
22
23 public:
24 // prevent constructor by default
25 PacketGroupBuilder& operator=(PacketGroupBuilder const&);
28
29 public:
30 // member functions
31 // NOLINTBEGIN
32 MCAPI void build(::PacketGroupDefinition* packetGroup);
33
34 MCAPI ~PacketGroupBuilder();
35 // NOLINTEND
36
37 public:
38 // destructor thunk
39 // NOLINTBEGIN
40 MCAPI void $dtor();
41 // NOLINTEND
42 };
43
44public:
45 // member variables
46 // NOLINTBEGIN
49 // NOLINTEND
50
51public:
52 // prevent constructor by default
56
57public:
58 // member functions
59 // NOLINTBEGIN
60 MCAPI uint checkPacket(::MinecraftPacketIds packetId) const;
61
62 MCAPI void initGroups();
63
65 // NOLINTEND
66
67public:
68 // destructor thunk
69 // NOLINTBEGIN
70 MCAPI void $dtor();
71 // NOLINTEND
72};
Definition PacketGroupDefinition.h:16
Definition PacketGroupDefinition.h:8
Definition Alias.h:14