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
27
28public:
29 // member functions
30 // NOLINTBEGIN
32 ::BaseGameVersion minVersion,
33 ::std::unordered_set<::std::string_view> supportedComponentTypeNames,
34 ::std::string prerelease,
35 ::std::optional<::BaseGameVersion> maxVersionExclusive
36 );
37
39 // NOLINTEND
40
41public:
42 // constructor thunks
43 // NOLINTBEGIN
44 MCNAPI void* $ctor(
45 ::BaseGameVersion minVersion,
46 ::std::unordered_set<::std::string_view> supportedComponentTypeNames,
47 ::std::string prerelease,
48 ::std::optional<::BaseGameVersion> maxVersionExclusive
49 );
50 // NOLINTEND
51
52public:
53 // destructor thunk
54 // NOLINTBEGIN
55 MCNAPI void $dtor();
56 // NOLINTEND
57};
58
59} // namespace ScriptModuleMinecraft
Definition BaseGameVersion.h:8
Definition SupportedScriptComponentFactoriesEntry.h:12
MCAPI void * $ctor(::BaseGameVersion minVersion, ::std::unordered_set<::std::string_view > supportedComponentTypeNames, ::std::string prerelease, ::std::optional<::BaseGameVersion > maxVersionExclusive)
MCAPI SupportedScriptComponentFactoriesEntry(::BaseGameVersion minVersion, ::std::unordered_set<::std::string_view > supportedComponentTypeNames, ::std::string prerelease, ::std::optional<::BaseGameVersion > maxVersionExclusive)
Definition Alias.h:14