LeviLamina
Loading...
Searching...
No Matches
ScriptWatchdog.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8class ServerLevel;
9namespace Scripting { class IWatchdog; }
10namespace Scripting { struct ContextId; }
11// clang-format on
12
13class ScriptWatchdog {
14public:
15 // member variables
16 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
26 ScriptWatchdog(ScriptWatchdog const&);
27
28public:
29 // member functions
30 // NOLINTBEGIN
32
33 MCNAPI void disableTimingWarnings(::Scripting::ContextId contextId, bool disabled);
34
35 MCNAPI void
37
38 MCNAPI ::ScriptWatchdog& operator=(::ScriptWatchdog const&);
39
41 // NOLINTEND
42
43public:
44 // static variables
45 // NOLINTBEGIN
46 MCNAPI static ::std::string const& SCRIPT_WATCHDOG_JOB_QUEUE_PHASE_NAME();
47 // NOLINTEND
48
49public:
50 // constructor thunks
51 // NOLINTBEGIN
52 MCNAPI void* $ctor();
53 // NOLINTEND
54
55public:
56 // destructor thunk
57 // NOLINTBEGIN
58 MCNAPI void $dtor();
59 // NOLINTEND
60};
Definition ScriptPluginManager.h:30
MCAPI void $dtor()
MCAPI void * $ctor()
MCAPI::ScriptWatchdog & operator=(::ScriptWatchdog const &)
MCAPI void disableTimingWarnings(::Scripting::ContextId contextId, bool disabled)
static MCAPI ::std::string const & SCRIPT_WATCHDOG_JOB_QUEUE_PHASE_NAME()
MCAPI ~ScriptWatchdog()
MCAPI void initWatchdogHandler(::Scripting::IWatchdog &watchdog, ::ServerLevel &level, ::ScriptPluginManager *pluginManager)
MCAPI ScriptWatchdog()
Definition IWatchdog.h:16
Definition ServerLevel.h:59
Definition ContextId.h:7
Definition Alias.h:14