LeviLamina
Loading...
Searching...
No Matches
FillCommand.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
FillCommand :
public
::Command
{
16
public
:
17
// FillCommand inner types define
18
enum class
FillMode :
int
{
19
Replace = 0,
20
Destroy = 1,
21
Hollow = 2,
22
Outline = 3,
23
Keep = 4,
24
};
25
26
public
:
27
// member variables
28
// NOLINTBEGIN
29
::ll::UntypedStorage<4, 16>
mUnkd4781f;
30
::ll::UntypedStorage<4, 16>
mUnk684e91;
31
::ll::UntypedStorage<8, 8>
mUnk4fb7fe;
32
::ll::UntypedStorage<8, 8>
mUnk4a3805;
33
::ll::UntypedStorage<8, 24>
mUnk2f9ed1;
34
::ll::UntypedStorage<8, 24>
mUnk487324;
35
::ll::UntypedStorage<4, 4>
mUnkb7c541;
36
::ll::UntypedStorage<4, 4>
mUnk70585d;
37
::ll::UntypedStorage<4, 4>
mUnk741113;
38
// NOLINTEND
39
40
public
:
41
// prevent constructor by default
42
FillCommand& operator=(FillCommand
const
&);
43
FillCommand(FillCommand
const
&);
44
FillCommand();
45
46
public
:
47
// virtual functions
48
// NOLINTBEGIN
49
virtual
void
execute(
::CommandOrigin
const
& origin,
::CommandOutput
& output)
const
/*override*/
;
50
51
virtual
~FillCommand()
/*override*/
=
default
;
52
// NOLINTEND
53
54
public
:
55
// static functions
56
// NOLINTBEGIN
57
MCAPI
static
void
setup(
::CommandRegistry
& registry);
58
// NOLINTEND
59
60
public
:
61
// virtual function thunks
62
// NOLINTBEGIN
63
MCAPI
void
$execute(
::CommandOrigin
const
& origin,
::CommandOutput
& output)
const
;
64
65
66
// NOLINTEND
67
68
public
:
69
// vftables
70
// NOLINTBEGIN
71
MCNAPI
static
void
**
$vftable
();
72
// NOLINTEND
73
};
CommandOrigin
Definition
CommandOrigin.h:32
CommandOutput
Definition
CommandOutput.h:19
CommandRegistry
Definition
CommandRegistry.h:47
Command
Definition
Command.h:17
FillCommand::$vftable
static MCAPI void ** $vftable()
ll::UntypedStorage
Definition
Alias.h:14
src
mc
server
commands
standard
FillCommand.h
Generated on
for LeviLamina by
1.16.1