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
ScriptStatEvent
();
23
24
public
:
25
// member functions
26
// NOLINTBEGIN
27
MCNAPI ::ScriptStatEvent&
operator=
(
::ScriptStatEvent
&&);
28
29
MCNAPI ::ScriptStatEvent&
operator=
(
::ScriptStatEvent
const
&);
30
31
MCNAPI
~ScriptStatEvent
();
32
// NOLINTEND
33
34
public
:
35
// destructor thunk
36
// NOLINTBEGIN
37
MCNAPI
void
$dtor
();
38
// NOLINTEND
39
};
ScriptStatEvent
Definition
ScriptStatEvent.h:10
ScriptStatEvent::operator=
MCAPI::ScriptStatEvent & operator=(::ScriptStatEvent &&)
ScriptStatEvent::~ScriptStatEvent
MCAPI ~ScriptStatEvent()
ScriptStatEvent::$dtor
MCAPI void $dtor()
ScriptStatEvent::operator=
MCAPI::ScriptStatEvent & operator=(::ScriptStatEvent const &)
ScriptStat
Definition
ScriptStat.h:5
src
mc
scripting
diagnostics
ScriptStatEvent.h
Generated on Fri Jun 13 2025 05:04:46 for LeviLamina by
1.12.0