19struct ScriptModuleStartupBeforeEvent {
24 TypedStorage<8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlockComponentRegistry>>
25 mBlockComponentRegistry;
27 TypedStorage<8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptItemComponentRegistry>>
28 mItemComponentRegistry;
29 ::ll::TypedStorage<8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptSpawnRulesRegistry>>
32 TypedStorage<8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptCustomCommandRegistry>>
33 mCustomCommandRegistry;
38 ScriptModuleStartupBeforeEvent& operator=(ScriptModuleStartupBeforeEvent
const&);
39 ScriptModuleStartupBeforeEvent();
46 MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptSpawnRulesRegistry>
47 _getSpawnRulesRegistry()
const;
49 MCAPI ~ScriptModuleStartupBeforeEvent();
55 MCAPI static ::Scripting::ClassBinding bind();