LeviLamina
Loading...
Searching...
No Matches
ServerScriptDebugCommand.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/server/commands/shared/ScriptDebugCommand.h"
7
8// auto generated forward declare list
9// clang-format off
10class CommandOrigin;
11class CommandOutput;
12class IScriptDebugger;
14// clang-format on
15
17public:
18 // member variables
19 // NOLINTBEGIN
26 // NOLINTEND
27
28public:
29 // prevent constructor by default
33
34public:
35 // virtual functions
36 // NOLINTBEGIN
37 // vIndex: 2
38 virtual void execute(::CommandOrigin const&, ::CommandOutput& output) const /*override*/;
39
40 // vIndex: 0
41 virtual ~ServerScriptDebugCommand() /*override*/ = default;
42 // NOLINTEND
43
44public:
45 // static variables
46 // NOLINTBEGIN
47 MCAPI static ::ScriptDiagnosticsPublishToFile*& sDiagnosticsPublishToFile();
48
49 MCAPI static ::std::optional<ushort>& sForcedPort();
50
51 MCAPI static ::IScriptDebugger*& sServerScriptDebugger();
52 // NOLINTEND
53
54public:
55 // virtual function thunks
56 // NOLINTBEGIN
57 MCAPI void $execute(::CommandOrigin const&, ::CommandOutput& output) const;
58 // NOLINTEND
59
60public:
61 // vftables
62 // NOLINTBEGIN
63 MCNAPI static void** $vftable();
64 // NOLINTEND
65};
Definition CommandOrigin.h:32
Definition CommandOutput.h:19
Definition IScriptDebugger.h:11
Definition ScriptDebugCommand.h:15
Definition ScriptDiagnosticsPublishToFile.h:16
Definition ServerScriptDebugCommand.h:16
static MCAPI void ** $vftable()
Definition Alias.h:14