LeviLamina
Loading...
Searching...
No Matches
TestForBlocksCommand.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/server/commands/Command.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
CommandOrigin
;
11
class
CommandOutput
;
12
class
CommandRegistry
;
13
// clang-format on
14
15
class
TestForBlocksCommand :
public
::Command
{
16
public
:
17
// TestForBlocksCommand inner types define
18
enum class
Mode :
int
{
19
All = 0,
20
Masked = 1,
21
};
22
23
public
:
24
// member variables
25
// NOLINTBEGIN
26
::ll::UntypedStorage<4, 16>
mUnk210dfe;
27
::ll::UntypedStorage<4, 16>
mUnka177b2;
28
::ll::UntypedStorage<4, 16>
mUnkbc7407;
29
::ll::UntypedStorage<4, 4>
mUnk2063c2;
30
// NOLINTEND
31
32
public
:
33
// prevent constructor by default
34
TestForBlocksCommand& operator=(TestForBlocksCommand
const
&);
35
TestForBlocksCommand(TestForBlocksCommand
const
&);
36
TestForBlocksCommand();
37
38
public
:
39
// virtual functions
40
// NOLINTBEGIN
41
virtual
void
execute(
::CommandOrigin
const
& origin,
::CommandOutput
& output)
const
/*override*/
;
42
43
virtual
~TestForBlocksCommand()
/*override*/
=
default
;
44
// NOLINTEND
45
46
public
:
47
// static functions
48
// NOLINTBEGIN
49
MCAPI
static
void
setup(
::CommandRegistry
& registry);
50
// NOLINTEND
51
52
public
:
53
// virtual function thunks
54
// NOLINTBEGIN
55
MCAPI
void
$execute(
::CommandOrigin
const
& origin,
::CommandOutput
& output)
const
;
56
57
58
// NOLINTEND
59
60
public
:
61
// vftables
62
// NOLINTBEGIN
63
MCNAPI
static
void
**
$vftable
();
64
// NOLINTEND
65
};
CommandOrigin
Definition
CommandOrigin.h:32
CommandOutput
Definition
CommandOutput.h:19
CommandRegistry
Definition
CommandRegistry.h:47
Command
Definition
Command.h:17
TestForBlocksCommand::$vftable
static MCAPI void ** $vftable()
ll::UntypedStorage
Definition
Alias.h:14
src
mc
server
commands
standard
TestForBlocksCommand.h
Generated on
for LeviLamina by
1.16.1