LeviLamina
Loading...
Searching...
No Matches
ScriptMinecraftNetModuleFactory.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
11class Scheduler;
12class ServerLevel;
13namespace Scripting { class ModuleBindingBuilder; }
14namespace Scripting { struct ContextConfig; }
15namespace Scripting { struct ModuleBinding; }
16namespace mce { class UUID; }
17// clang-format on
18
20public:
21 // member variables
22 // NOLINTBEGIN
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
32
33public:
34 // virtual functions
35 // NOLINTBEGIN
36 // vIndex: 0
37 virtual ~ScriptMinecraftNetModuleFactory() /*override*/ = default;
38 // NOLINTEND
39
40public:
41 // member functions
42 // NOLINTBEGIN
43 MCAPI
45
46 MCAPI ::Scripting::ModuleBinding _generateBindings(
48 ::std::optional<::Scripting::ContextConfig> contextConfig,
49 bool allowedTags,
50 ::std::vector<::std::string> const& allowUntagged
51 );
52 // NOLINTEND
53
54public:
55 // static variables
56 // NOLINTBEGIN
57 MCAPI static char const*& ModuleName();
58
59 MCAPI static ::mce::UUID const& ModuleUUID();
60 // NOLINTEND
61
62public:
63 // constructor thunks
64 // NOLINTBEGIN
65 MCAPI void* $ctor(::Bedrock::NonOwnerPointer<::Scheduler> serverScheduler, ::ServerLevel* level);
66 // NOLINTEND
67
68public:
69 // destructor thunk
70 // NOLINTBEGIN
71
72 // NOLINTEND
73
74public:
75 // vftables
76 // NOLINTBEGIN
77 MCAPI static void** $vftable();
78 // NOLINTEND
79};
Definition NonOwnerPointer.h:9
Definition Scheduler.h:13
Definition ScriptMinecraftNetModuleFactory.h:19
Definition GenericModuleBindingFactory.h:20
Definition ModuleBindingBuilder.h:30
Definition ServerLevel.h:52
Definition Alias.h:14