LeviLamina
Loading...
Searching...
No Matches
DeathInfoPacketPayload.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/network/packet/cerealize/core/TypeWrapper.h"
7
8struct DeathInfoPacketPayload {
9public:
10 // DeathInfoPacketPayload inner types declare
11 // clang-format off
13 // clang-format on
14
15 // DeathInfoPacketPayload inner types define
17
18 using DeathCauseMessageType = ::TypeWrapper<
19 ::std::pair<::std::string, ::std::vector<::std::string>>,
21
22public:
23 // member variables
24 // NOLINTBEGIN
25 ::ll::TypedStorage<
26 8,
27 56,
29 ::std::pair<::std::string, ::std::vector<::std::string>>,
31 mDeathCauseMessage;
32 // NOLINTEND
33
34public:
35 // prevent constructor by default
36 DeathInfoPacketPayload(DeathInfoPacketPayload const&);
37 DeathInfoPacketPayload();
38
39public:
40 // member functions
41 // NOLINTBEGIN
42 MCFOLD ::DeathInfoPacketPayload& operator=(::DeathInfoPacketPayload const&);
43
44 MCAPI ~DeathInfoPacketPayload();
45 // NOLINTEND
46
47public:
48 // destructor thunk
49 // NOLINTBEGIN
50 MCFOLD void $dtor();
51 // NOLINTEND
52};
Definition DeathInfoPacketPayload.h:16
Definition TypeWrapper.h:6