LeviLamina
Loading...
Searching...
No Matches
DeferredCompiledCommand.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/server/commands/DeferredCommandBase.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
MinecraftCommands
;
11
// clang-format on
12
13
class
DeferredCompiledCommand :
public
::DeferredCommandBase
{
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::UntypedStorage<8, 8>
mUnk61084f;
18
::ll::UntypedStorage<8, 8>
mUnk84daa1;
19
// NOLINTEND
20
21
public
:
22
// prevent constructor by default
23
DeferredCompiledCommand& operator=(DeferredCompiledCommand
const
&);
24
DeferredCompiledCommand(DeferredCompiledCommand
const
&);
25
DeferredCompiledCommand();
26
27
public
:
28
// virtual functions
29
// NOLINTBEGIN
30
virtual
~DeferredCompiledCommand()
/*override*/
=
default
;
31
32
virtual
void
execute(
::MinecraftCommands
&)
/*override*/
;
33
// NOLINTEND
34
35
public
:
36
// virtual function thunks
37
// NOLINTBEGIN
38
MCNAPI
void
$execute
(
::MinecraftCommands
&);
39
40
41
// NOLINTEND
42
43
public
:
44
// vftables
45
// NOLINTBEGIN
46
MCNAPI
static
void
**
$vftable
();
47
// NOLINTEND
48
};
DeferredCommandBase
Definition
DeferredCommandBase.h:10
DeferredCompiledCommand::$vftable
static MCAPI void ** $vftable()
DeferredCompiledCommand::$execute
MCAPI void $execute(::MinecraftCommands &)
MinecraftCommands
Definition
MinecraftCommands.h:34
ll::UntypedStorage
Definition
Alias.h:14
src
mc
server
commands
DeferredCompiledCommand.h
Generated on
for LeviLamina by
1.16.1