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