LeviLamina
Loading...
Searching...
No Matches
LocateCommand.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/standard/LocateSubcommand.h"
8
#include "mc/server/commands/standard/locate_command_util/Biomes.h"
9
10
// auto generated forward declare list
11
// clang-format off
12
class
CommandOrigin
;
13
class
CommandOutput
;
14
class
CommandRegistry
;
15
class
Level
;
16
// clang-format on
17
18
class
LocateCommand
:
public
::Command {
19
public
:
20
// member variables
21
// NOLINTBEGIN
22
::ll::TypedStorage<1, 1, ::LocateSubcommand> mSubcommand;
23
::ll::TypedStorage<8, 32, ::std::string> mFeature;
24
::ll::TypedStorage<4, 4, ::LocateCommandUtil::Biomes> mBiome;
25
::ll::TypedStorage<1, 1, bool> useNewChunksOnly;
26
// NOLINTEND
27
28
public
:
29
// virtual functions
30
// NOLINTBEGIN
31
virtual
void
execute(
::CommandOrigin
const
& origin,
::CommandOutput
& output)
const
/*override*/
;
32
// NOLINTEND
33
34
public
:
35
// member functions
36
// NOLINTBEGIN
37
MCAPI
void
_executeLocateBiome(
::CommandOrigin
const
& origin,
::CommandOutput
& output)
const
;
38
39
MCAPI
void
_executeLocateStructure(
::CommandOrigin
const
& origin,
::CommandOutput
& output)
const
;
40
// NOLINTEND
41
42
public
:
43
// static functions
44
// NOLINTBEGIN
45
MCAPI
static
void
setup(
::CommandRegistry
& registry,
::Level
const
& level);
46
// NOLINTEND
47
48
public
:
49
// virtual function thunks
50
// NOLINTBEGIN
51
MCAPI
void
$execute(
::CommandOrigin
const
& origin,
::CommandOutput
& output)
const
;
52
53
54
// NOLINTEND
55
56
public
:
57
// vftables
58
// NOLINTBEGIN
59
MCNAPI
static
void
**
$vftable
();
60
// NOLINTEND
61
};
CommandOrigin
Definition
CommandOrigin.h:32
CommandOutput
Definition
CommandOutput.h:20
CommandRegistry
Definition
CommandRegistry.h:51
Level
Definition
Level.h:255
LocateCommand
Definition
LocateCommand.h:18
LocateCommand::$vftable
static MCAPI void ** $vftable()
src
mc
server
commands
standard
LocateCommand.h
Generated on
for LeviLamina by
1.16.1