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 // NOLINTEND
33
34public:
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
42public:
43 // static functions
44 // NOLINTBEGIN
45 MCAPI static void setup(::CommandRegistry& registry, ::Level const& level);
46 // NOLINTEND
47
48public:
49 // virtual function thunks
50 // NOLINTBEGIN
51 MCAPI void $execute(::CommandOrigin const& origin, ::CommandOutput& output) const;
52
53
54 // NOLINTEND
55
56public:
57 // vftables
58 // NOLINTBEGIN
59 MCNAPI static void** $vftable();
60 // NOLINTEND
61};
Definition CommandOrigin.h:32
Definition CommandOutput.h:20
Definition CommandRegistry.h:51
Definition Level.h:255
Definition LocateCommand.h:18
static MCAPI void ** $vftable()