LeviLamina
Loading...
Searching...
No Matches
ScriptStatEvent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
ScriptStat
;
8
// clang-format on
9
10
class
ScriptStatEvent
{
11
public
:
12
// member variables
13
// NOLINTBEGIN
14
::ll::TypedStorage<8, 8, uint64> mTick;
15
::ll::TypedStorage<8, 32, ::std::string> mType;
16
::ll::TypedStorage<8, 24, ::std::vector<::ScriptStat>> mStats;
17
// NOLINTEND
18
19
public
:
20
// prevent constructor by default
21
ScriptStatEvent
(
ScriptStatEvent
const
&);
22
23
public
:
24
// member functions
25
// NOLINTBEGIN
26
MCAPI ::ScriptStatEvent& operator=(
::ScriptStatEvent
&&);
27
28
MCAPI ::ScriptStatEvent& operator=(
::ScriptStatEvent
const
&);
29
30
MCAPI
~ScriptStatEvent
();
31
// NOLINTEND
32
33
public
:
34
// destructor thunk
35
// NOLINTBEGIN
36
MCAPI
void
$dtor();
37
// NOLINTEND
38
};
ScriptStatEvent
Definition
ScriptStatEvent.h:10
ScriptStat
Definition
ScriptStat.h:5
src
mc
scripting
diagnostics
ScriptStatEvent.h
Generated on Sat Apr 26 2025 05:55:50 for LeviLamina by
1.12.0