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
9public:
10 // DeathInfoPacketPayload inner types declare
11 // clang-format off
13 // clang-format on
14
15 // DeathInfoPacketPayload inner types define
17
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
39
40public:
41 // member functions
42 // NOLINTBEGIN
43 MCFOLD ::DeathInfoPacketPayload& operator=(::DeathInfoPacketPayload&&);
44
46 // NOLINTEND
47
48public:
49 // destructor thunk
50 // NOLINTBEGIN
51 MCFOLD void $dtor();
52 // NOLINTEND
53};
Definition DeathInfoPacketPayload.h:16
Definition DeathInfoPacketPayload.h:8
Definition TypeWrapper.h:6