76 enum class RuntimeVersion :
int {
84 ::ll::TypedStorage<8, 144, ::ServerScriptManagerEvents> mScriptStateEvents;
85 ::ll::TypedStorage<8, 704, ::ScriptSettings> mSettings;
86 ::ll::TypedStorage<8, 8, ::ServerLevel&> mServerLevel;
87 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::PackSettingsCache>> mPackSettingsCache;
88 ::ll::TypedStorage<8, 24, ::Bedrock::NonOwnerPointer<::Scheduler>> mServerScheduler;
89 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::cereal::ReflectionCtx>> mCerealContext;
90 ::ll::TypedStorage<1, 1, ::RegisterDiagnosticsStatsTypes> mRegisterDiagnosticsStatsTypes;
91 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::IScriptTelemetryLogger>> mTelemetryLogger;
92 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::ScriptClientDiagnosticsListener>> mClientDiagnosticsListener;
93 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::LevelEventHandlerRegistrar>> mLevelEventHandlerRegistrar;
94 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::ScriptModuleMinecraft::CustomCommandRegistry>> mCustomCommandRegistry;
95 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::ScriptModuleMinecraft::ScriptCustomComponentParameterCache>>
96 mCustomComponentParameterCache;
97 ::ll::TypedStorage<8, 16, ::OwnerPtr<::ScriptModuleMinecraft::ScriptBlockCustomComponentsRegistry>>
98 mBlockCustomComponentsRegistry;
99 ::ll::TypedStorage<8, 16, ::OwnerPtr<::ScriptModuleMinecraft::IScriptItemCustomComponentRegistry>>
100 mItemCustomComponentRegistry;
101 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::ScriptModuleMinecraft::ScriptCustomSpawnRulesRegistry>>
102 mCustomSpawnRulesRegistry;
103 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::ScriptModuleMinecraft::ScriptGlobalEventListeners>>
104 mGlobalEventListeners;
105 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::Scripting::ScriptEngine>> mScriptEngine;
106 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::ScriptPluginManager>> mScriptPluginManager;
107 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::ScriptAsyncJobCoordinator>> mAsyncJobCoordinator;
108 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::ScriptFormPromiseTracker>> mFormPromiseTracker;
109 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::ScriptDebuggerWatchdog>> mScriptDebuggerWatchdog;
110 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::ScriptDebugger>> mScriptDebugger;
111 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::ScriptDiagnosticsPublishToFile>> mDiagnosticsPublishToFile;
112 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::ScriptDiagnostics>> mScriptDiagnostics;
113 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::ScriptTickListener>> mScriptTickListener;
114 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::ScriptContentLogEndPoint>> mScriptContentLogEndPoint;
115 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::ScriptWatchdog>> mScriptWatchdog;
116 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::AsyncJoinRegistrar>> mAsyncJoinRegistrar;
117 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::Scripting::DependencyLocator>> mDependencyLocator;
118 ::ll::TypedStorage<8, 24, ::std::vector<::std::shared_ptr<::Scripting::IRuntime>>> mSharedRuntimes;
122 ::std::vector<::std::function<bool(
162 ::std::shared_ptr<::PackSettingsCache> packSettingsCache,
169 ::std::unique_ptr<::AsyncJoinRegistrar>&& asyncJoinRegistrar
174 MCAPI
void _loadPlugins(
::ServerLevel& serverLevel,
bool fromReload);
176 MCAPI
void _onPreReload(
182 MCAPI
void _runPlugins(::PluginExecutionGroup exeGroup,
::ServerInstance& serverInstance);
184 MCAPI
void _sendScriptModuleStartupEvent(
::ServerLevel& level)
const;
186 MCAPI
void _sendWorldInitializeEvent(
::ServerLevel& level)
const;
192 MCAPI
static void _sendWorldInitializeEventImpl(
207 ::std::shared_ptr<::PackSettingsCache> packSettingsCache,
214 ::std::unique_ptr<::AsyncJoinRegistrar>&& asyncJoinRegistrar
Definition ScriptContentLogEndPoint.h:10