LeviLamina
Loading...
Searching...
No Matches
GetChunkDataCommand.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/world/level/dimension/DimensionType.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
CommandOrigin
;
12
class
CommandOutput
;
13
class
CommandRegistry
;
14
// clang-format on
15
16
class
GetChunkDataCommand
:
public
::Command {
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::TypedStorage<4, 4, ::DimensionType> mDimension;
21
::ll::TypedStorage<4, 4, int> mChunkX;
22
::ll::TypedStorage<4, 4, int> mChunkZ;
23
::ll::TypedStorage<4, 4, int> mHeight;
24
// NOLINTEND
25
26
public
:
27
// virtual functions
28
// NOLINTBEGIN
29
virtual
void
execute(
::CommandOrigin
const
& origin,
::CommandOutput
& output)
const
/*override*/
;
30
// NOLINTEND
31
32
public
:
33
// static functions
34
// NOLINTBEGIN
35
MCAPI
static
void
setup(
::CommandRegistry
& registry);
36
// NOLINTEND
37
38
public
:
39
// virtual function thunks
40
// NOLINTBEGIN
41
MCAPI
void
$execute(
::CommandOrigin
const
& origin,
::CommandOutput
& output)
const
;
42
43
44
// NOLINTEND
45
46
public
:
47
// vftables
48
// NOLINTBEGIN
49
MCNAPI
static
void
**
$vftable
();
50
// NOLINTEND
51
};
CommandOrigin
Definition
CommandOrigin.h:32
CommandOutput
Definition
CommandOutput.h:20
CommandRegistry
Definition
CommandRegistry.h:51
GetChunkDataCommand
Definition
GetChunkDataCommand.h:16
GetChunkDataCommand::$vftable
static MCAPI void ** $vftable()
src
mc
server
commands
edu
GetChunkDataCommand.h
Generated on
for LeviLamina by
1.16.1