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
8// auto generated forward declare list
9// clang-format off
10namespace ScriptModuleMinecraft { class ScriptBlockComponentRegistry; }
11namespace ScriptModuleMinecraft { class ScriptItemComponentRegistry; }
12namespace ScriptModuleMinecraft { class ScriptPropertyRegistry; }
13namespace Scripting { class WeakLifetimeScope; }
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 // prevent constructor by default
35
36public:
37 // member functions
38 // NOLINTBEGIN
40
42 // NOLINTEND
43
44public:
45 // constructor thunks
46 // NOLINTBEGIN
47 MCAPI void* $ctor(::ScriptingWorldInitializeEvent const&);
48 // NOLINTEND
49
50public:
51 // destructor thunk
52 // NOLINTBEGIN
53 MCFOLD void $dtor();
54 // NOLINTEND
55};
Definition ScriptingWorldInitializeEvent.h:16