LeviLamina
Loading...
Searching...
No Matches
ScriptModuleStartupEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace ScriptModuleMinecraft { class IScriptItemCustomComponentRegistry; }
8namespace ScriptModuleMinecraft { class ScriptBlockCustomComponentsRegistry; }
9namespace Scripting { class WeakLifetimeScope; }
10// clang-format on
11
13public:
14 // member variables
15 // NOLINTBEGIN
16 ::ll::TypedStorage<8, 8, ::ScriptModuleMinecraft::IScriptItemCustomComponentRegistry&> mItemComponentRegistry;
17 ::ll::TypedStorage<8, 8, ::ScriptModuleMinecraft::ScriptBlockCustomComponentsRegistry&> mBlockComponentRegistry;
18 ::ll::TypedStorage<8, 24, ::std::optional<::Scripting::WeakLifetimeScope>> mSpecificScopeForEvent;
19 // NOLINTEND
20};
Definition ScriptModuleStartupEvent.h:12