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
virtual
~CommandFunctionEntry()
/*override*/
=
default
;
32
33
virtual
void
34
execute(
::FunctionManager
& functionManager,
::CommandOrigin
const
& origin, ::FunctionQueueOrder order)
/*override*/
;
35
// NOLINTEND
36
37
public
:
38
// virtual function thunks
39
// NOLINTBEGIN
40
MCNAPI
void
$execute
(
::FunctionManager
& functionManager,
::CommandOrigin
const
& origin, ::FunctionQueueOrder order);
41
42
43
// NOLINTEND
44
45
public
:
46
// vftables
47
// NOLINTBEGIN
48
MCNAPI
static
void
**
$vftable
();
49
// NOLINTEND
50
};
CommandFunctionEntry::$execute
MCAPI void $execute(::FunctionManager &functionManager, ::CommandOrigin const &origin, ::FunctionQueueOrder order)
CommandFunctionEntry::$vftable
static MCAPI void ** $vftable()
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
for LeviLamina by
1.16.1