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