LeviLamina
Loading...
Searching...
No Matches
CommandRequestPacketPayload.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/server/commands/CommandOriginData.h"
7#include "mc/server/commands/CurrentCmdVersion.h"
8
9struct CommandRequestPacketPayload {
10public:
11 // member variables
12 // NOLINTBEGIN
13 ::ll::TypedStorage<8, 32, ::std::string> mCommand;
14 ::ll::TypedStorage<8, 64, ::CommandOriginData> mOrigin;
15 ::ll::TypedStorage<4, 4, ::CurrentCmdVersion> mVersion;
16 ::ll::TypedStorage<1, 1, bool> mInternalSource;
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
21 CommandRequestPacketPayload(CommandRequestPacketPayload const&);
22 CommandRequestPacketPayload();
23
24public:
25 // member functions
26 // NOLINTBEGIN
27 MCAPI ::CommandRequestPacketPayload& operator=(::CommandRequestPacketPayload&&);
28
29 MCAPI ::CommandRequestPacketPayload& operator=(::CommandRequestPacketPayload const&);
30
31 MCAPI ~CommandRequestPacketPayload();
32 // NOLINTEND
33
34public:
35 // destructor thunk
36 // NOLINTBEGIN
37 MCFOLD void $dtor();
38 // NOLINTEND
39};