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/deps/core/utility/AutomaticID.h"
7
#include "mc/server/commands/Command.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
CommandOrigin
;
12
class
CommandOutput
;
13
class
CommandRegistry
;
14
class
Dimension
;
15
// clang-format on
16
17
class
GetChunkDataCommand
:
public
::Command
{
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::TypedStorage<4, 4, ::DimensionType> mDimension;
22
::ll::TypedStorage<4, 4, int> mChunkX;
23
::ll::TypedStorage<4, 4, int> mChunkZ;
24
::ll::TypedStorage<4, 4, int> mHeight;
25
// NOLINTEND
26
27
public
:
28
// virtual functions
29
// NOLINTBEGIN
30
// vIndex: 2
31
virtual
void
execute(
::CommandOrigin
const
& origin,
::CommandOutput
& output)
const
/*override*/
;
32
33
// vIndex: 0
34
virtual
~GetChunkDataCommand
()
/*override*/
=
default
;
35
// NOLINTEND
36
37
public
:
38
// static functions
39
// NOLINTBEGIN
40
MCAPI
static
void
setup(
::CommandRegistry
& registry);
41
// NOLINTEND
42
43
public
:
44
// virtual function thunks
45
// NOLINTBEGIN
46
MCAPI
void
$execute(
::CommandOrigin
const
& origin,
::CommandOutput
& output)
const
;
47
// NOLINTEND
48
49
public
:
50
// vftables
51
// NOLINTBEGIN
52
MCNAPI
static
void
**
$vftable
();
53
// NOLINTEND
54
};
CommandOrigin
Definition
CommandOrigin.h:32
CommandOutput
Definition
CommandOutput.h:19
CommandRegistry
Definition
CommandRegistry.h:45
Command
Definition
Command.h:17
Dimension
Definition
Dimension.h:83
GetChunkDataCommand
Definition
GetChunkDataCommand.h:17
GetChunkDataCommand::$vftable
static MCAPI void ** $vftable()
src
mc
server
commands
edu
GetChunkDataCommand.h
Generated on Fri Jun 13 2025 05:04:52 for LeviLamina by
1.12.0