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 MCNAPI
32
34 ::BaseGameVersion minVersion,
35 ::std::unordered_set<::std::string_view> supportedComponentTypeNames,
36 ::std::string prerelease,
37 ::std::optional<::BaseGameVersion> maxVersionExclusive
38 );
39
41 // NOLINTEND
42
43public:
44 // constructor thunks
45 // NOLINTBEGIN
47
48 MCNAPI void* $ctor(
49 ::BaseGameVersion minVersion,
50 ::std::unordered_set<::std::string_view> supportedComponentTypeNames,
51 ::std::string prerelease,
52 ::std::optional<::BaseGameVersion> maxVersionExclusive
53 );
54 // NOLINTEND
55
56public:
57 // destructor thunk
58 // NOLINTBEGIN
59 MCNAPI void $dtor();
60 // NOLINTEND
61};
62
63} // 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)
MCAPI SupportedScriptComponentFactoriesEntry(::ScriptModuleMinecraft::SupportedScriptComponentFactoriesEntry const &)
MCAPI void * $ctor(::ScriptModuleMinecraft::SupportedScriptComponentFactoriesEntry const &)
Definition Alias.h:14