38 enum class PackRedownloadableState :
int {
40 NotRedownloadable = 1,
47 ::ll::TypedStorage<1, 1, ::ManifestType> mManifestType;
48 ::ll::TypedStorage<1, 1, ::ManifestOrigin> mManifestOrigin;
49 ::ll::TypedStorage<8, 56, ::ResourceLocation> mLocation;
50 ::ll::TypedStorage<8, 56, ::ResourceLocation> mPackIconLocation;
51 ::ll::TypedStorage<8, 24, ::ContentIdentity> mContentIdentity;
52 ::ll::TypedStorage<8, 24, ::ContentIdentity> mSourceIdentity;
53 ::ll::TypedStorage<4, 4, ::PackCategory> mPackCategory;
54 ::ll::TypedStorage<1, 1, ::PackOrigin> mPackOrigin;
55 ::ll::TypedStorage<1, 1, bool> mIsTitleLocked;
56 ::ll::TypedStorage<1, 1, bool> mExpired;
57 ::ll::TypedStorage<8, 8, uint64> mSize;
58 ::ll::TypedStorage<8, 32, ::std::string> mLastModifiedDate;
59 ::ll::TypedStorage<8, 24, ::std::vector<::std::string>> mLanguageCodesForPackKeywords;
60 ::ll::TypedStorage<1, 1, bool> mFailsGameVersionMatch;
61 ::ll::TypedStorage<1, 1, ::PackManifestFormat> mFormatVersion;
62 ::ll::TypedStorage<1, 1, ::PackManifestFormat> mOriginalFormatVersion;
63 ::ll::TypedStorage<8, 32, ::std::string> mName;
64 ::ll::TypedStorage<8, 32, ::std::string> mDescription;
65 ::ll::TypedStorage<8, 48, ::PackIdVersion> mIdentity;
66 ::ll::TypedStorage<1, 1, ::PackScope> mPackScope;
67 ::ll::TypedStorage<1, 1, ::PackType> mPackType;
68 ::ll::TypedStorage<8, 32, ::BaseGameVersion> mRequiredBaseGameVersion;
69 ::ll::TypedStorage<8, 32, ::MinEngineVersion> mMinEngineVersion;
70 ::ll::TypedStorage<1, 1, ::TemplateLockState> mTemplateOptionLockState;
71 ::ll::TypedStorage<4, 4, ::PackManifest::PackRedownloadableState> mPackReDownloadableState;
72 ::ll::TypedStorage<4, 4, ::PackCapability::TrustLevel> mMaximumAllowedTrustLevel;
73 ::ll::TypedStorage<1, 1, bool> mIsHidden;
74 ::ll::TypedStorage<1, 1, bool> mIsPlatformLocked;
75 ::ll::TypedStorage<1, 1, bool> mIsRandomSeedAllowed;
76 ::ll::TypedStorage<1, 1, bool> mHasClientScript;
77 ::ll::TypedStorage<1, 1, bool> mHasEducationMetadata;
78 ::ll::TypedStorage<1, 1, bool> mHasPlugins;
79 ::ll::TypedStorage<1, 1, bool> mHasValidUUID;
80 ::ll::TypedStorage<8, 24, ::std::vector<::ResourceInformation>> mModules;
81 ::ll::TypedStorage<8, 24, ::std::vector<::LegacyPackIdVersion>> mLegacyModuleDependencies;
82 ::ll::TypedStorage<8, 24, ::std::vector<::PackIdVersion>> mPackDependencies;
83 ::ll::TypedStorage<8, 24, ::std::vector<::ModuleIdentifier>> mModuleDependencies;
87 ::std::optional<::std::vector<::std::variant<
93 ::ll::TypedStorage<8, 64, ::std::unordered_map<::std::string, ::PackCapability::TrustLevel>> mCapabilities;
94 ::ll::TypedStorage<8, 136, ::ResourceMetadata> mMetadata;
109 virtual ::std::unique_ptr<::PackManifest> clone()
const;
119 MCAPI
void _serializeDependencies(
::Json::Value& destination)
const;
121 MCAPI
void _serializeHeader(
::Json::Value& destination)
const;
123 MCAPI
void _serializeModules(
::Json::Value& destination)
const;
129 MCAPI
void addPackCapability(::std::string_view capability, ::PackCapability::TrustLevel trustLevel);
133 MCAPI ::std::string getDescription()
const;
135 MCAPI ::std::string getName()
const;
137 MCAPI ::std::string getNameForTelemetry()
const;
139 MCAPI ::std::string getNameWithVersionForTelemetry()
const;
141 MCAPI ::std::optional<::std::vector<::std::string>> getPackSettingsLocKeys()
const;
143 MCAPI
bool hasPackCapability(::std::string_view capability)
const;
147 MCAPI
void setDescription(::std::string
const& description);
151 MCAPI
void setLastModifiedDate(int64 lastModifiedDate);
153 MCAPI
void setLocalizedNameKeywords(::std::unordered_map<::std::string, ::std::string>
const& localizationNameMap);
159 MCAPI
void setName(::std::string
const& name);
161 MCAPI
void setPackSettingsDef(
162 ::std::vector<::std::variant<
173 MCAPI static ::PackScope StringToPackScope(::std::string
const& str);
179 MCAPI static ::std::string
const& MarioPackId();
187 MCAPI
void* $ctor(::ManifestType type);
199 MCAPI ::std::unique_ptr<::PackManifest> $clone()
const;