LeviLamina
Loading...
Searching...
No Matches
CommandFunctionEntry.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
CommandFunctionEntry
:
public
::IFunctionEntry
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::UntypedStorage<8, 8>
mUnk9a3d31;
20
// NOLINTEND
21
22
public
:
23
// prevent constructor by default
24
CommandFunctionEntry
& operator=(
CommandFunctionEntry
const
&);
25
CommandFunctionEntry
(
CommandFunctionEntry
const
&);
26
CommandFunctionEntry
();
27
28
public
:
29
// virtual functions
30
// NOLINTBEGIN
31
// vIndex: 0
32
virtual
~CommandFunctionEntry
()
/*override*/
=
default
;
33
34
// vIndex: 1
35
virtual
void
36
execute(
::FunctionManager
& functionManager,
::CommandOrigin
const
& origin, ::FunctionQueueOrder order)
/*override*/
;
37
// NOLINTEND
38
39
public
:
40
// destructor thunk
41
// NOLINTBEGIN
42
43
// NOLINTEND
44
45
public
:
46
// virtual function thunks
47
// NOLINTBEGIN
48
MCAPI
void
$execute(
::FunctionManager
& functionManager,
::CommandOrigin
const
& origin, ::FunctionQueueOrder order);
49
// NOLINTEND
50
51
public
:
52
// vftables
53
// NOLINTBEGIN
54
MCAPI
static
void
** $vftable();
55
// NOLINTEND
56
};
CommandFunctionEntry
Definition
CommandFunctionEntry.h:15
CommandOrigin
Definition
CommandOrigin.h:32
FunctionManager
Definition
FunctionManager.h:22
IFunctionEntry
Definition
IFunctionEntry.h:14
ll::UntypedStorage
Definition
Alias.h:14
src
mc
server
commands
functions
CommandFunctionEntry.h
Generated on Sat Apr 26 2025 05:55:56 for LeviLamina by
1.12.0