LeviLamina
Loading...
Searching...
No Matches
ScriptMinecraftModuleFactory.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/binding_factory/GenericModuleBindingFactory.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace ScriptModuleMinecraft { class IComponentFactory; }
11namespace Scripting { class ModuleBindingBuilder; }
12namespace Scripting { struct ContextConfig; }
13namespace Scripting { struct ModuleBinding; }
14namespace Scripting { struct ModuleDescriptor; }
15namespace Scripting { struct Version; }
16namespace mce { class UUID; }
17// clang-format on
18
20public:
21 // member variables
22 // NOLINTBEGIN
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
31
32public:
33 // virtual functions
34 // NOLINTBEGIN
35 // vIndex: 0
36 virtual ~ScriptMinecraftModuleFactory() /*override*/ = default;
37 // NOLINTEND
38
39public:
40 // member functions
41 // NOLINTBEGIN
42 MCAPI void _addVersions();
43
44 MCAPI ::Scripting::ModuleBinding _generateBindings(
46 ::std::optional<::Scripting::ContextConfig> const& contextConfig,
47 bool allowUntagged,
48 ::std::vector<::std::string> const& additionalTags
49 );
50 // NOLINTEND
51
52public:
53 // static functions
54 // NOLINTBEGIN
55 MCAPI static ::std::unordered_map<::std::string, ::std::unique_ptr<::ScriptModuleMinecraft::IComponentFactory>>&
56 getActorComponentFactories();
57
58 MCAPI static ::Scripting::ModuleDescriptor makeModuleDescriptorFor(::Scripting::Version version);
59 // NOLINTEND
60
61public:
62 // static variables
63 // NOLINTBEGIN
64 MCAPI static char const*& LegacyModuleName();
65
66 MCAPI static char const*& ModuleName();
67
68 MCAPI static ::mce::UUID const& ModuleUUID();
69 // NOLINTEND
70
71public:
72 // destructor thunk
73 // NOLINTBEGIN
74
75 // NOLINTEND
76
77public:
78 // vftables
79 // NOLINTBEGIN
80 MCAPI static void** $vftable();
81 // NOLINTEND
82};
Definition ScriptMinecraftModuleFactory.h:19
Definition GenericModuleBindingFactory.h:20
Definition ModuleBindingBuilder.h:30
Definition Version.h:7
Definition Alias.h:14