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