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/world/level/GeneratorType.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace Editor { class ServiceProviderCollection; }
11namespace Scripting { class WeakLifetimeScope; }
12namespace Scripting { struct ClassBinding; }
13// clang-format on
14
15namespace Editor::API {
16
18public:
19 // member variables
20 // NOLINTBEGIN
26 // NOLINTEND
27
28public:
29 // prevent constructor by default
30 EditorScriptAPI& operator=(EditorScriptAPI const&);
32
33public:
34 // member functions
35 // NOLINTBEGIN
37
39
40 MCNAPI ::std::optional<::GeneratorType> _getWorldGeneratorType() const;
41
43 // NOLINTEND
44
45public:
46 // static functions
47 // NOLINTBEGIN
48 MCNAPI static ::Scripting::ClassBinding bindScript();
49 // NOLINTEND
50
51public:
52 // constructor thunks
53 // NOLINTBEGIN
55
57 // NOLINTEND
58
59public:
60 // destructor thunk
61 // NOLINTBEGIN
62 MCNAPI void $dtor();
63 // NOLINTEND
64};
65
66} // namespace Editor::API
Definition EditorScriptAPI.h:17
MCAPI void * $ctor(::Editor::API::EditorScriptAPI const &)
MCAPI EditorScriptAPI(::Editor::ServiceProviderCollection &services, ::Scripting::WeakLifetimeScope const &scope)
MCAPI void * $ctor(::Editor::ServiceProviderCollection &services, ::Scripting::WeakLifetimeScope const &scope)
static MCAPI ::Scripting::ClassBinding bindScript()
MCAPI ::std::optional<::GeneratorType > _getWorldGeneratorType() const
MCAPI EditorScriptAPI(::Editor::API::EditorScriptAPI const &)
Definition ServiceProviderCollection.h:7
Definition WeakLifetimeScope.h:12
Definition Alias.h:14