LeviLamina
Loading...
Searching...
No Matches
ScriptModuleStartupEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/lifetime_registry/WeakLifetimeScope.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace ScriptModuleMinecraft { class CustomCommandRegistry; }
11namespace ScriptModuleMinecraft { class IScriptItemCustomComponentRegistry; }
12namespace ScriptModuleMinecraft { class ScriptBlockCustomComponentsRegistry; }
13namespace ScriptModuleMinecraft { class ScriptCustomSpawnRulesRegistry; }
14// clang-format on
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<8, 8, ::ScriptModuleMinecraft::IScriptItemCustomComponentRegistry&> mItemComponentRegistry;
21 ::ll::TypedStorage<8, 8, ::ScriptModuleMinecraft::ScriptBlockCustomComponentsRegistry&> mBlockComponentRegistry;
22 ::ll::TypedStorage<8, 8, ::ScriptModuleMinecraft::ScriptCustomSpawnRulesRegistry&> mSpawnRulesRegistry;
23 ::ll::TypedStorage<8, 8, ::ScriptModuleMinecraft::CustomCommandRegistry&> mCustomCommandRegistry;
24 ::ll::TypedStorage<8, 24, ::std::optional<::Scripting::WeakLifetimeScope>> mSpecificScopeForEvent;
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
32};
Definition ScriptModuleStartupEvent.h:16