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
Command
;
11
class
CommandOrigin
;
12
class
MinecraftCommands
;
13
// clang-format on
14
15
class
DeferredCompiledCommand
:
public
::DeferredCommandBase
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::TypedStorage<8, 8, ::gsl::not_null<::Command*>> mCompiledCommand;
20
::ll::TypedStorage<8, 8, ::std::unique_ptr<::CommandOrigin>> mOrigin;
21
// NOLINTEND
22
23
public
:
24
// virtual functions
25
// NOLINTBEGIN
26
virtual
~DeferredCompiledCommand
()
/*override*/
=
default
;
27
28
virtual
void
execute(
::MinecraftCommands
&)
/*override*/
;
29
// NOLINTEND
30
31
public
:
32
// virtual function thunks
33
// NOLINTBEGIN
34
MCAPI
void
$execute(
::MinecraftCommands
&);
35
36
37
// NOLINTEND
38
39
public
:
40
// vftables
41
// NOLINTBEGIN
42
MCNAPI
static
void
**
$vftable
();
43
// NOLINTEND
44
};
CommandOrigin
Definition
CommandOrigin.h:32
Command
Definition
Command.h:18
DeferredCommandBase
Definition
DeferredCommandBase.h:10
DeferredCompiledCommand
Definition
DeferredCompiledCommand.h:15
DeferredCompiledCommand::$vftable
static MCAPI void ** $vftable()
MinecraftCommands
Definition
MinecraftCommands.h:36
src
mc
server
commands
DeferredCompiledCommand.h
Generated on
for LeviLamina by
1.16.1