LeviLamina
Loading...
Searching...
No Matches
DeferredCommand.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
CommandContext
;
11
class
MinecraftCommands
;
12
struct
MCRESULT
;
13
// clang-format on
14
15
class
DeferredCommand
:
public
::DeferredCommandBase
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::UntypedStorage<8, 8>
mUnke036cf;
20
::ll::UntypedStorage<1, 1>
mUnkfecf3f;
21
::ll::UntypedStorage<1, 1>
mUnk15a3f4;
22
::ll::UntypedStorage<8, 64>
mUnked4707;
23
// NOLINTEND
24
25
public
:
26
// prevent constructor by default
27
DeferredCommand
& operator=(
DeferredCommand
const
&);
28
DeferredCommand
(
DeferredCommand
const
&);
29
DeferredCommand
();
30
31
public
:
32
// virtual functions
33
// NOLINTBEGIN
34
// vIndex: 0
35
virtual
~DeferredCommand
()
/*override*/
=
default
;
36
37
// vIndex: 1
38
virtual
void
execute(
::MinecraftCommands
& commands)
/*override*/
;
39
// NOLINTEND
40
41
public
:
42
// member functions
43
// NOLINTBEGIN
44
MCAPI
DeferredCommand
(
45
::std::unique_ptr<::CommandContext>
context
,
46
bool
suppressOutput,
47
bool
isRequest,
48
::std::function<
void
(
::MCRESULT
)> callback
49
);
50
// NOLINTEND
51
52
public
:
53
// constructor thunks
54
// NOLINTBEGIN
55
MCAPI
void
* $ctor(
56
::std::unique_ptr<::CommandContext>
context
,
57
bool
suppressOutput,
58
bool
isRequest,
59
::std::function<
void
(
::MCRESULT
)> callback
60
);
61
// NOLINTEND
62
63
public
:
64
// destructor thunk
65
// NOLINTBEGIN
66
67
// NOLINTEND
68
69
public
:
70
// virtual function thunks
71
// NOLINTBEGIN
72
MCAPI
void
$execute(
::MinecraftCommands
& commands);
73
// NOLINTEND
74
75
public
:
76
// vftables
77
// NOLINTBEGIN
78
MCAPI
static
void
** $vftable();
79
// NOLINTEND
80
};
CommandContext
Definition
CommandContext.h:10
DeferredCommandBase
Definition
DeferredCommandBase.h:10
DeferredCommand
Definition
DeferredCommand.h:15
MinecraftCommands
Definition
MinecraftCommands.h:33
MCRESULT
Definition
MCRESULT.h:8
context
Definition
context.h:5
ll::UntypedStorage
Definition
Alias.h:14
src
mc
server
commands
DeferredCommand.h
Generated on Sat Apr 26 2025 05:55:56 for LeviLamina by
1.12.0