LeviLamina
Loading...
Searching...
No Matches
SubpackInfoCollection.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
9// clang-format on
10
11class SubpackInfoCollection {
12public:
13 // member variables
14 // NOLINTBEGIN
16 // NOLINTEND
17
18public:
19 // prevent constructor by default
20 SubpackInfoCollection& operator=(SubpackInfoCollection const&);
21 SubpackInfoCollection(SubpackInfoCollection const&);
22 SubpackInfoCollection();
23
24public:
25 // member functions
26 // NOLINTBEGIN
27 MCNAPI_C int getDefaultSubpackIndex(::ContentTierInfo const& contentInfoTier) const;
28
29 MCNAPI ::std::vector<::std::string> getSubpackNames() const;
30
31 MCNAPI_C ::ContentTierIncompatibleReason isCompatible(::ContentTierInfo const& contentInfoTier) const;
32
33 MCNAPI_C ::ContentTierIncompatibleReason
34 isCompatibleSubpack(int index, ::ContentTierInfo const& contentInfoTier) const;
35
36 MCNAPI_C ~SubpackInfoCollection();
37 // NOLINTEND
38
39public:
40 // destructor thunk
41 // NOLINTBEGIN
42 MCNAPI_C void $dtor();
43 // NOLINTEND
44};
Definition ContentTierIncompatibleReason.h:5
Definition ContentTierInfo.h:5
MCAPI ::std::vector<::std::string > getSubpackNames() const
Definition Alias.h:14