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