LeviLamina
Loading...
Searching...
No Matches
ScriptWorldInitializeBeforeEvent.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
8// auto generated forward declare list
9// clang-format off
10namespace ScriptModuleMinecraft { class ScriptBlockComponentRegistry; }
11namespace ScriptModuleMinecraft { class ScriptItemComponentRegistry; }
12namespace Scripting { struct ClassBinding; }
13// clang-format on
14
15namespace ScriptModuleMinecraft {
16
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::
22 TypedStorage<8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlockComponentRegistry>>
23 mBlockComponentRegistry;
24 ::ll::
25 TypedStorage<8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptItemComponentRegistry>>
26 mItemComponentRegistry;
27 // NOLINTEND
28
29public:
30 // static functions
31 // NOLINTBEGIN
32 MCAPI static ::Scripting::ClassBinding bind();
33 // NOLINTEND
34};
35
36} // namespace ScriptModuleMinecraft
Definition ScriptBlockComponentRegistry.h:26
Definition ScriptItemComponentRegistry.h:28
Definition ScriptWorldInitializeBeforeEvent.h:17
Definition ClassBinding.h:19