12class SubpackInfoCollection {
21 SubpackInfoCollection& operator=(SubpackInfoCollection
const&);
22 SubpackInfoCollection(SubpackInfoCollection
const&);
23 SubpackInfoCollection();
31 MCNAPI
int getDefaultSubpackIndex(
::ContentTierInfo const& contentInfoTier)
const;
33 MCNAPI ::std::string
const& getSubpackFolderName(
int index)
const;
35 MCNAPI
int getSubpackIndex(::std::string
const& name)
const;
37 MCNAPI ::std::vector<::SubpackInfo>
const& getSubpackInfo()
const;
39 MCNAPI ::std::string
const& getSubpackName(
int index)
const;
45 MCNAPI
bool hasSubpacks()
const;
47 MCNAPI ::ContentTierIncompatibleReason isCompatible(
::ContentTierInfo const& contentInfoTier)
const;
49 MCNAPI ::ContentTierIncompatibleReason
52 MCNAPI ~SubpackInfoCollection();
Definition ContentTierIncompatibleReason.h:5
Definition ContentTierInfo.h:12