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
#include "mc/server/commands/CommandBlockName.h"
8
#include "mc/server/commands/CommandPosition.h"
9
10
// auto generated forward declare list
11
// clang-format off
12
class
BlockStateCommandParam
;
13
class
CommandOrigin
;
14
class
CommandOutput
;
15
// clang-format on
16
17
class
CountBlockCommand
:
public
::Command {
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::TypedStorage<4, 16, ::CommandPosition> mPosition;
22
::ll::TypedStorage<8, 8, ::CommandBlockName> mBlock;
23
::ll::TypedStorage<8, 24, ::std::vector<::BlockStateCommandParam>> mBlockStates;
24
::ll::TypedStorage<4, 4, int> mData;
25
// NOLINTEND
26
27
public
:
28
// virtual functions
29
// NOLINTBEGIN
30
virtual
void
execute(
::CommandOrigin
const
&,
::CommandOutput
&)
const
/*override*/
;
31
// NOLINTEND
32
33
public
:
34
// virtual function thunks
35
// NOLINTBEGIN
36
37
// NOLINTEND
38
};
BlockStateCommandParam
Definition
BlockStateCommandParam.h:16
CommandOrigin
Definition
CommandOrigin.h:32
CommandOutput
Definition
CommandOutput.h:20
CountBlockCommand
Definition
CountBlockCommand.h:17
src
mc
server
commands
standard
CountBlockCommand.h
Generated on
for LeviLamina by
1.16.1