LeviLamina
Loading...
Searching...
No Matches
ScriptingWorldInitializeEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/lifetime_registry/StrongTypedObjectHandle.h"
7#include "mc/deps/scripting/lifetime_registry/WeakLifetimeScope.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace ScriptModuleMinecraft { class ScriptBlockComponentRegistry; }
12namespace ScriptModuleMinecraft { class ScriptItemComponentRegistry; }
13namespace ScriptModuleMinecraft { class ScriptPropertyRegistry; }
14// clang-format on
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPropertyRegistry>>
21 mRegistry;
22 ::ll::
23 TypedStorage<8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlockComponentRegistry>>
24 mBlockComponentRegistry;
25 ::ll::
26 TypedStorage<8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptItemComponentRegistry>>
27 mItemComponentRegistry;
28 ::ll::TypedStorage<8, 16, ::Scripting::WeakLifetimeScope> mScope;
29 ::ll::TypedStorage<1, 1, bool> mFinalEvent;
30 // NOLINTEND
31
32public:
33 // member functions
34 // NOLINTBEGIN
36 // NOLINTEND
37
38public:
39 // destructor thunk
40 // NOLINTBEGIN
41 MCAPI void $dtor();
42 // NOLINTEND
43};
Definition ScriptBlockComponentRegistry.h:26
Definition ScriptItemComponentRegistry.h:28
Definition ScriptPropertyRegistry.h:19
Definition ScriptingWorldInitializeEvent.h:16