LeviLamina
Loading...
Searching...
No Matches
VolumeAreaCommand.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
// clang-format on
13
14
class
VolumeAreaCommand
:
public
::Command
{
15
public
:
16
// VolumeAreaCommand inner types define
17
enum class
Mode :
int
{
18
Add = 0,
19
Remove = 1,
20
RemoveAll = 2,
21
List = 3,
22
};
23
24
enum class
TargetDimensions :
int
{
25
CurrentDimension = 0,
26
AllDimensions = 1,
27
};
28
29
public
:
30
// member variables
31
// NOLINTBEGIN
32
::ll::UntypedStorage<4, 4>
mUnk9e48e1;
33
::ll::UntypedStorage<8, 32>
mUnk291760;
34
::ll::UntypedStorage<4, 16>
mUnkba093c;
35
::ll::UntypedStorage<4, 16>
mUnkeba02e;
36
::ll::UntypedStorage<8, 32>
mUnka969e2;
37
::ll::UntypedStorage<4, 4>
mUnkd46f98;
38
// NOLINTEND
39
40
public
:
41
// prevent constructor by default
42
VolumeAreaCommand
& operator=(
VolumeAreaCommand
const
&);
43
VolumeAreaCommand
(
VolumeAreaCommand
const
&);
44
VolumeAreaCommand
();
45
46
public
:
47
// virtual functions
48
// NOLINTBEGIN
49
// vIndex: 2
50
virtual
void
execute(
::CommandOrigin
const
&,
::CommandOutput
&)
const
/*override*/
;
51
52
// vIndex: 0
53
virtual
~VolumeAreaCommand
()
/*override*/
=
default
;
54
// NOLINTEND
55
56
public
:
57
// destructor thunk
58
// NOLINTBEGIN
59
60
// NOLINTEND
61
62
public
:
63
// virtual function thunks
64
// NOLINTBEGIN
65
66
// NOLINTEND
67
};
CommandOrigin
Definition
CommandOrigin.h:32
CommandOutput
Definition
CommandOutput.h:19
Command
Definition
Command.h:17
VolumeAreaCommand
Definition
VolumeAreaCommand.h:14
ll::UntypedStorage
Definition
Alias.h:14
src
mc
server
commands
standard
VolumeAreaCommand.h
Generated on Sat Apr 26 2025 05:55:57 for LeviLamina by
1.12.0