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