40 enum class PackRedownloadableState :
int {
42 NotRedownloadable = 1,
49 ::ll::TypedStorage<1, 1, ::ManifestType> mManifestType;
50 ::ll::TypedStorage<1, 1, ::ManifestOrigin> mManifestOrigin;
51 ::ll::TypedStorage<8, 56, ::ResourceLocation> mLocation;
52 ::ll::TypedStorage<8, 56, ::ResourceLocation> mPackIconLocation;
53 ::ll::TypedStorage<8, 24, ::ContentIdentity> mContentIdentity;
54 ::ll::TypedStorage<8, 24, ::ContentIdentity> mSourceIdentity;
55 ::ll::TypedStorage<4, 4, ::PackCategory> mPackCategory;
56 ::ll::TypedStorage<1, 1, ::PackOrigin> mPackOrigin;
57 ::ll::TypedStorage<1, 1, bool> mIsTitleLocked;
58 ::ll::TypedStorage<1, 1, bool> mExpired;
59 ::ll::TypedStorage<8, 8, uint64> mSize;
60 ::ll::TypedStorage<8, 32, ::std::string> mLastModifiedDate;
61 ::ll::TypedStorage<8, 24, ::std::vector<::std::string>> mLanguageCodesForPackKeywords;
62 ::ll::TypedStorage<1, 1, bool> mFailsGameVersionMatch;
63 ::ll::TypedStorage<1, 1, ::PackManifestFormat> mFormatVersion;
64 ::ll::TypedStorage<1, 1, ::PackManifestFormat> mOriginalFormatVersion;
65 ::ll::TypedStorage<8, 32, ::std::string> mName;
66 ::ll::TypedStorage<8, 32, ::std::string> mDescription;
67 ::ll::TypedStorage<8, 48, ::PackIdVersion> mIdentity;
68 ::ll::TypedStorage<1, 1, ::PackScope> mPackScope;
69 ::ll::TypedStorage<1, 1, ::PackType> mPackType;
70 ::ll::TypedStorage<8, 32, ::BaseGameVersion> mRequiredBaseGameVersion;
71 ::ll::TypedStorage<8, 32, ::MinEngineVersion> mMinEngineVersion;
72 ::ll::TypedStorage<1, 1, ::TemplateLockState> mTemplateOptionLockState;
73 ::ll::TypedStorage<4, 4, ::PackManifest::PackRedownloadableState> mPackReDownloadableState;
74 ::ll::TypedStorage<4, 4, ::PackCapability::TrustLevel> mMaximumAllowedTrustLevel;
75 ::ll::TypedStorage<1, 1, bool> mIsHidden;
76 ::ll::TypedStorage<1, 1, bool> mIsPlatformLocked;
77 ::ll::TypedStorage<1, 1, bool> mIsRandomSeedAllowed;
78 ::ll::TypedStorage<1, 1, bool> mHasClientScript;
79 ::ll::TypedStorage<1, 1, bool> mHasEducationMetadata;
80 ::ll::TypedStorage<1, 1, bool> mHasPlugins;
81 ::ll::TypedStorage<1, 1, bool> mHasValidUUID;
82 ::ll::TypedStorage<8, 24, ::std::vector<::ResourceInformation>> mModules;
83 ::ll::TypedStorage<8, 24, ::std::vector<::LegacyPackIdVersion>> mLegacyModuleDependencies;
84 ::ll::TypedStorage<8, 24, ::std::vector<::PackIdVersion>> mPackDependencies;
85 ::ll::TypedStorage<8, 24, ::std::vector<::SharedTypes::v3_0_0::PackManifestDefinition::NativeModuleDependency>>
86 mNativeModuleDependencies;
90 ::std::optional<::std::vector<::std::variant<
96 ::ll::TypedStorage<8, 64, ::std::unordered_map<::std::string, ::PackCapability::TrustLevel>> mCapabilities;
97 ::ll::TypedStorage<8, 136, ::ResourceMetadata> mMetadata;
98 ::ll::TypedStorage<8, 24, ::SemVersion> mOptimizationVersion;
104 PackManifest& operator=(PackManifest
const&);
116 virtual ~PackManifest() ;
118 virtual ::std::unique_ptr<::PackManifest> clone()
const;
124 MCAPI PackManifest(::PackManifest
const&);
126 MCAPI
explicit PackManifest(::ManifestType type);
128 MCAPI
void _serializeDependencies(
::Json::Value& destination)
const;
130 MCAPI
void _serializeHeader(
::Json::Value& destination)
const;
132 MCAPI
void _serializeModules(
::Json::Value& destination)
const;
142 MCAPI ::Core::PathBuffer<::std::string> generateBaseIconPath()
const;
144 MCAPI ::Core::PathBuffer<::std::string> generateIconPath()
const;
147 MCAPI ::std::string getDescription()
const;
149 MCAPI ::std::string getName()
const;
151 MCAPI ::std::string getNameForTelemetry()
const;
153 MCAPI ::std::string getNameWithVersionForTelemetry()
const;
156 MCAPI ::std::unordered_map<::std::string, ::std::string> getPackNameLocalization()
const;
159 MCAPI ::std::optional<::std::vector<::std::string>> getPackSettingsLocKeys()
const;
161 MCAPI
bool hasPackCapability(::std::string_view capability)
const;
164 MCAPI
bool isRestrictedPack()
const;
166 MCAPI
bool isUsingPackNameKeyword()
const;
168 MCAPI ::PackManifest& operator=(::PackManifest
const&);
171 MCAPI
void serialize(::PackManifestFormat formatVersion,
::Json::Value& destination)
const;
173 MCAPI
void setDescription(::std::string
const& description);
177 MCAPI
void setLastModifiedDate(int64 lastModifiedDate);
179 MCAPI
void setLocalizedNameKeywords(::std::unordered_map<::std::string, ::std::string>
const& localizationNameMap);
183 MCFOLD
void setName(::std::string
const& name);
185 MCAPI
void setOptimizationVersion(
::SemVersion const& optimizationVersion);
187 MCAPI
void setPackSettingsDef(
188 ::std::vector<::std::variant<
199 MCAPI static ::PackScope StringToPackScope(::std::string
const& str);
205 MCAPI static ::std::string
const& MarioPackId();
211 MCAPI
void* $ctor(::PackManifest
const&);
213 MCAPI
void* $ctor(::ManifestType type);
225 MCAPI ::std::unique_ptr<::PackManifest> $clone()
const;