LeviLamina
Loading...
Searching...
No Matches
EditorScriptAPI.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/world/level/GeneratorType.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace Editor { class ServiceProviderCollection; }
12namespace Editor::ScriptModule { class ScriptProjectAfterEvents; }
13namespace Scripting { class WeakLifetimeScope; }
14namespace Scripting { struct ClassBinding; }
15// clang-format on
16
17namespace Editor::API {
18
20public:
21 // member variables
22 // NOLINTBEGIN
30 // NOLINTEND
31
32public:
33 // prevent constructor by default
34 EditorScriptAPI& operator=(EditorScriptAPI const&);
37
38public:
39 // member functions
40 // NOLINTBEGIN
42
43 MCNAPI ::Scripting::StrongTypedObjectHandle<::Editor::ScriptModule::ScriptProjectAfterEvents>
45
46 MCNAPI ::std::optional<::GeneratorType> _getWorldGeneratorType() const;
47
49 // NOLINTEND
50
51public:
52 // static functions
53 // NOLINTBEGIN
54 MCNAPI static ::Scripting::ClassBinding bindScript();
55 // NOLINTEND
56
57public:
58 // constructor thunks
59 // NOLINTBEGIN
61 // NOLINTEND
62
63public:
64 // destructor thunk
65 // NOLINTBEGIN
66 MCNAPI void $dtor();
67 // NOLINTEND
68};
69
70} // namespace Editor::API
Definition EditorScriptAPI.h:19
MCAPI EditorScriptAPI(::Editor::ServiceProviderCollection &services, ::Scripting::WeakLifetimeScope const &scope)
MCAPI void * $ctor(::Editor::ServiceProviderCollection &services, ::Scripting::WeakLifetimeScope const &scope)
MCAPI ::Scripting::StrongTypedObjectHandle<::Editor::ScriptModule::ScriptProjectAfterEvents > _getAfterEvents() const
static MCAPI ::Scripting::ClassBinding bindScript()
MCAPI ::std::optional<::GeneratorType > _getWorldGeneratorType() const
Definition ServiceProviderCollection.h:7
Definition WeakLifetimeScope.h:7
Definition Alias.h:14