LeviLamina
Loading...
Searching...
No Matches
CountBlockCommand.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
CountBlockCommand :
public
::Command
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::UntypedStorage<4, 16>
mUnk123acc;
19
::ll::UntypedStorage<8, 8>
mUnk8b71a6;
20
::ll::UntypedStorage<8, 24>
mUnk98d9da;
21
::ll::UntypedStorage<4, 4>
mUnk6e5bc8;
22
// NOLINTEND
23
24
public
:
25
// prevent constructor by default
26
CountBlockCommand& operator=(CountBlockCommand
const
&);
27
CountBlockCommand(CountBlockCommand
const
&);
28
CountBlockCommand();
29
30
public
:
31
// virtual functions
32
// NOLINTBEGIN
33
virtual
void
execute(
::CommandOrigin
const
&,
::CommandOutput
&)
const
/*override*/
;
34
35
virtual
~CountBlockCommand()
/*override*/
=
default
;
36
// NOLINTEND
37
38
public
:
39
// virtual function thunks
40
// NOLINTBEGIN
41
42
// NOLINTEND
43
};
CommandOrigin
Definition
CommandOrigin.h:32
CommandOutput
Definition
CommandOutput.h:19
Command
Definition
Command.h:17
ll::UntypedStorage
Definition
Alias.h:14
src
mc
server
commands
standard
CountBlockCommand.h
Generated on
for LeviLamina by
1.16.1