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
33
virtual
~LocateCommand
()
/*override*/
=
default
;
34
// NOLINTEND
35
36
public
:
37
// member functions
38
// NOLINTBEGIN
39
MCAPI
void
_executeLocateBiome(
::CommandOrigin
const
& origin,
::CommandOutput
& output)
const
;
40
41
MCAPI
void
_executeLocateStructure(
::CommandOrigin
const
& origin,
::CommandOutput
& output)
const
;
42
// NOLINTEND
43
44
public
:
45
// static functions
46
// NOLINTBEGIN
47
MCAPI
static
void
setup(
::CommandRegistry
& registry,
::Level
const
& level);
48
// NOLINTEND
49
50
public
:
51
// virtual function thunks
52
// NOLINTBEGIN
53
MCAPI
void
$execute(
::CommandOrigin
const
& origin,
::CommandOutput
& output)
const
;
54
55
56
// NOLINTEND
57
58
public
:
59
// vftables
60
// NOLINTBEGIN
61
MCNAPI
static
void
**
$vftable
();
62
// NOLINTEND
63
};
CommandOrigin
Definition
CommandOrigin.h:32
CommandOutput
Definition
CommandOutput.h:20
CommandRegistry
Definition
CommandRegistry.h:50
Command
Definition
Command.h:17
Level
Definition
Level.h:250
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