LeviLamina
Loading...
Searching...
No Matches
PacketViolationWarningPacketPayload.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/PacketViolationSeverity.h"
8#include "mc/network/packet/PacketViolationType.h"
9
10struct PacketViolationWarningPacketPayload {
11public:
12 // member variables
13 // NOLINTBEGIN
14 ::ll::TypedStorage<4, 4, ::PacketViolationType> mViolationType;
15 ::ll::TypedStorage<4, 4, ::PacketViolationSeverity> mViolationSeverity;
16 ::ll::TypedStorage<4, 4, ::MinecraftPacketIds> mViolatingPacketId;
17 ::ll::TypedStorage<8, 32, ::std::string> mViolationContext;
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
22 PacketViolationWarningPacketPayload(PacketViolationWarningPacketPayload const&);
23 PacketViolationWarningPacketPayload();
24
25public:
26 // member functions
27 // NOLINTBEGIN
28 MCFOLD ::PacketViolationWarningPacketPayload& operator=(::PacketViolationWarningPacketPayload&&);
29
30 MCFOLD ::PacketViolationWarningPacketPayload& operator=(::PacketViolationWarningPacketPayload const&);
31
32 MCAPI ~PacketViolationWarningPacketPayload();
33 // NOLINTEND
34
35public:
36 // destructor thunk
37 // NOLINTBEGIN
38 MCFOLD void $dtor();
39 // NOLINTEND
40};