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
12class CommandOrigin;
13class CommandOutput;
14class CommandRegistry;
15class Level;
16// clang-format on
17
18class LocateCommand : public ::Command {
19public:
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
28public:
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
36public:
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
44public:
45 // static functions
46 // NOLINTBEGIN
47 MCAPI static void setup(::CommandRegistry& registry, ::Level const& level);
48 // NOLINTEND
49
50public:
51 // virtual function thunks
52 // NOLINTBEGIN
53 MCAPI void $execute(::CommandOrigin const& origin, ::CommandOutput& output) const;
54
55
56 // NOLINTEND
57
58public:
59 // vftables
60 // NOLINTBEGIN
61 MCNAPI static void** $vftable();
62 // NOLINTEND
63};
Definition CommandOrigin.h:32
Definition CommandOutput.h:20
Definition CommandRegistry.h:50
Definition Command.h:17
Definition Level.h:250
Definition LocateCommand.h:18
static MCAPI void ** $vftable()