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
8
struct
DeathInfoPacketPayload
{
9
public
:
10
// DeathInfoPacketPayload inner types declare
11
// clang-format off
12
struct
TagDeathCauseMessageType
;
13
// clang-format on
14
15
// DeathInfoPacketPayload inner types define
16
struct
TagDeathCauseMessageType
{};
17
18
using
DeathCauseMessageType
=
::TypeWrapper
<
19
::std::pair<::std::string, ::std::vector<::std::string>>,
20
::DeathInfoPacketPayload::TagDeathCauseMessageType
>;
21
22
public
:
23
// member variables
24
// NOLINTBEGIN
25
::ll::TypedStorage<
26
8,
27
56,
28
::TypeWrapper
<
29
::std::pair<::std::string, ::std::vector<::std::string>>,
30
::DeathInfoPacketPayload::TagDeathCauseMessageType
>>
31
mDeathCauseMessage;
32
// NOLINTEND
33
34
public
:
35
// prevent constructor by default
36
DeathInfoPacketPayload
& operator=(
DeathInfoPacketPayload
const
&);
37
DeathInfoPacketPayload
(
DeathInfoPacketPayload
const
&);
38
DeathInfoPacketPayload
();
39
40
public
:
41
// member functions
42
// NOLINTBEGIN
43
MCFOLD ::DeathInfoPacketPayload& operator=(
::DeathInfoPacketPayload
&&);
44
45
MCAPI
~DeathInfoPacketPayload
();
46
// NOLINTEND
47
48
public
:
49
// destructor thunk
50
// NOLINTBEGIN
51
MCFOLD
void
$dtor();
52
// NOLINTEND
53
};
DeathInfoPacketPayload::TagDeathCauseMessageType
Definition
DeathInfoPacketPayload.h:16
DeathInfoPacketPayload
Definition
DeathInfoPacketPayload.h:8
TypeWrapper
Definition
TypeWrapper.h:6
src-server
mc
network
packet
DeathInfoPacketPayload.h
Generated on Sun Oct 12 2025 06:31:55 for LeviLamina by
1.12.0