LeviLamina
Loading...
Searching...
No Matches
ScriptMessagePacketPayload.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
struct
ScriptMessagePacketPayload
{
6
public
:
7
// member variables
8
// NOLINTBEGIN
9
::ll::TypedStorage<8, 32, ::std::string> mMessageId;
10
::ll::TypedStorage<8, 32, ::std::string> mMessageValue;
11
// NOLINTEND
12
13
public
:
14
// prevent constructor by default
15
ScriptMessagePacketPayload
& operator=(
ScriptMessagePacketPayload
const
&);
16
ScriptMessagePacketPayload
(
ScriptMessagePacketPayload
const
&);
17
ScriptMessagePacketPayload
();
18
19
public
:
20
// member functions
21
// NOLINTBEGIN
22
MCFOLD ::ScriptMessagePacketPayload& operator=(
::ScriptMessagePacketPayload
&&);
23
24
MCAPI
~ScriptMessagePacketPayload
();
25
// NOLINTEND
26
27
public
:
28
// destructor thunk
29
// NOLINTBEGIN
30
MCFOLD
void
$dtor();
31
// NOLINTEND
32
};
ScriptMessagePacketPayload
Definition
ScriptMessagePacketPayload.h:5
src-server
mc
network
packet
ScriptMessagePacketPayload.h
Generated on Sun Oct 12 2025 06:31:57 for LeviLamina by
1.12.0