21 ::ll::TypedStorage<8, 56, ::ResourceLocation> mLocation;
22 ::ll::TypedStorage<1, 1, bool> mWasUpgraded;
23 ::ll::TypedStorage<1, 1, bool> mAttemptedUpgrade;
24 ::ll::TypedStorage<8, 24, ::std::vector<::std::shared_ptr<::PackError>>> mErrors;
25 ::ll::TypedStorage<8, 24, ::std::vector<::std::shared_ptr<::PackError>>> mWarnings;
26 ::ll::TypedStorage<8, 24, ::SemVersion> mRequiredBaseGameVersion;
27 ::ll::TypedStorage<8, 32, ::std::string> mOriginalName;
28 ::ll::TypedStorage<8, 32, ::std::string> mOriginalVersion;
29 ::ll::TypedStorage<8, 48, ::PackIdVersion> mIdentity;
30 ::ll::TypedStorage<1, 1, ::PackType> mPackType;
42 MCAPI
bool hasErrors()
const;