LeviLamina
Loading...
Searching...
No Matches
FunctionEntry.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/server/commands/functions/FunctionQueueOrder.h"
7
#include "mc/server/commands/functions/IFunctionEntry.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
CommandOrigin
;
12
class
FunctionManager
;
13
// clang-format on
14
15
class
FunctionEntry
:
public
::IFunctionEntry
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::UntypedStorage<8, 24>
mUnkcf07dc;
20
::ll::UntypedStorage<1, 1>
mUnk2e067d;
21
// NOLINTEND
22
23
public
:
24
// prevent constructor by default
25
FunctionEntry
& operator=(
FunctionEntry
const
&);
26
FunctionEntry
(
FunctionEntry
const
&);
27
FunctionEntry
();
28
29
public
:
30
// virtual functions
31
// NOLINTBEGIN
32
// vIndex: 0
33
virtual
~FunctionEntry
()
/*override*/
=
default
;
34
35
// vIndex: 1
36
virtual
void
37
execute(
::FunctionManager
& functionManager,
::CommandOrigin
const
& origin, ::FunctionQueueOrder order)
/*override*/
;
38
// NOLINTEND
39
40
public
:
41
// destructor thunk
42
// NOLINTBEGIN
43
44
// NOLINTEND
45
46
public
:
47
// virtual function thunks
48
// NOLINTBEGIN
49
MCAPI
void
$execute(
::FunctionManager
& functionManager,
::CommandOrigin
const
& origin, ::FunctionQueueOrder order);
50
// NOLINTEND
51
52
public
:
53
// vftables
54
// NOLINTBEGIN
55
MCAPI
static
void
** $vftable();
56
// NOLINTEND
57
};
CommandOrigin
Definition
CommandOrigin.h:32
FunctionEntry
Definition
FunctionEntry.h:15
FunctionManager
Definition
FunctionManager.h:22
IFunctionEntry
Definition
IFunctionEntry.h:14
ll::UntypedStorage
Definition
Alias.h:14
src
mc
server
commands
functions
FunctionEntry.h
Generated on Sat Apr 26 2025 05:55:56 for LeviLamina by
1.12.0