LeviLamina
Loading...
Searching...
No Matches
GetEduServerInfoCommand.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/server/commands/Command.h"
7
8// auto generated forward declare list
9// clang-format off
10class CommandOrigin;
11class CommandOutput;
12// clang-format on
13
14class GetEduServerInfoCommand : public ::Command {
15public:
16 // virtual functions
17 // NOLINTBEGIN
18 virtual void execute(::CommandOrigin const&, ::CommandOutput& output) const /*override*/;
19
20 virtual ~GetEduServerInfoCommand() /*override*/ = default;
21 // NOLINTEND
22
23public:
24 // virtual function thunks
25 // NOLINTBEGIN
26 MCAPI void $execute(::CommandOrigin const&, ::CommandOutput& output) const;
27 // NOLINTEND
28
29public:
30 // vftables
31 // NOLINTBEGIN
32 MCNAPI static void** $vftable();
33 // NOLINTEND
34};
Definition GetEduServerInfoCommand.h:14
static MCAPI void ** $vftable()