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 // destructor thunk
56 // NOLINTBEGIN
57
58 // NOLINTEND
59
60public:
61 // virtual function thunks
62 // NOLINTBEGIN
63 MCAPI void $execute(::CommandOrigin const&, ::CommandOutput& output) const;
64 // NOLINTEND
65
66public:
67 // vftables
68 // NOLINTBEGIN
69 MCAPI static void** $vftable();
70 // NOLINTEND
71};
Definition CommandOrigin.h:32
Definition CommandOutput.h:19
Definition IScriptDebugger.h:11
Definition ScriptDebugCommand.h:15
Definition ScriptDiagnosticsPublishToFile.h:16
Definition ServerScriptDebugCommand.h:16
Definition Alias.h:14