LeviLamina
Loading...
Searching...
No Matches
SupportedScriptComponentFactoriesEntry.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8// clang-format on
9
10namespace ScriptModuleMinecraft {
11
13public:
14 // member variables
15 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
26
27public:
28 // member functions
29 // NOLINTBEGIN
30 MCAPI
32
34 ::BaseGameVersion minVersion,
35 ::std::unordered_set<::std::string> supportedComponentTypeNames,
36 ::std::string prerelease,
37 ::std::optional<::BaseGameVersion> maxVersionExclusive
38 );
39
41 // NOLINTEND
42
43public:
44 // constructor thunks
45 // NOLINTBEGIN
47
48 MCAPI void* $ctor(
49 ::BaseGameVersion minVersion,
50 ::std::unordered_set<::std::string> supportedComponentTypeNames,
51 ::std::string prerelease,
52 ::std::optional<::BaseGameVersion> maxVersionExclusive
53 );
54 // NOLINTEND
55
56public:
57 // destructor thunk
58 // NOLINTBEGIN
59 MCAPI void $dtor();
60 // NOLINTEND
61};
62
63} // namespace ScriptModuleMinecraft
Definition BaseGameVersion.h:13
Definition SupportedScriptComponentFactoriesEntry.h:12
Definition Alias.h:14