LeviLamina
Loading...
Searching...
No Matches
DedicatedWSServerCommand.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/CommandMessage.h"
8
9// auto generated forward declare list
10// clang-format off
11class CommandOrigin;
12class CommandOutput;
13class CommandRegistry;
14class IMinecraftApp;
15// clang-format on
16
17class DedicatedWSServerCommand : public ::Command {
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<8, 32, ::CommandMessage> mServer;
22 // NOLINTEND
23
24public:
25 // virtual functions
26 // NOLINTBEGIN
27 virtual void execute(::CommandOrigin const& origin, ::CommandOutput& output) const /*override*/;
28 // NOLINTEND
29
30public:
31 // static functions
32 // NOLINTBEGIN
33 MCAPI static void setup(::CommandRegistry& registry, ::IMinecraftApp& app);
34 // NOLINTEND
35
36public:
37 // static variables
38 // NOLINTBEGIN
39 MCAPI static ::IMinecraftApp*& mApp();
40 // NOLINTEND
41
42public:
43 // virtual function thunks
44 // NOLINTBEGIN
45 MCAPI void $execute(::CommandOrigin const& origin, ::CommandOutput& output) const;
46 // NOLINTEND
47
48public:
49 // vftables
50 // NOLINTBEGIN
51 MCNAPI static void** $vftable();
52 // NOLINTEND
53};
Definition CommandOrigin.h:32
Definition CommandOutput.h:20
Definition CommandRegistry.h:51
Definition DedicatedWSServerCommand.h:17
static MCAPI void ** $vftable()
Definition IMinecraftApp.h:19