21 ::ll::TypedStorage<8, 56, ::ResourceLocation> mLocation;
22 ::ll::TypedStorage<8, 24, ::std::vector<::std::shared_ptr<::PackError>>> mErrors;
23 ::ll::TypedStorage<8, 24, ::std::vector<::std::shared_ptr<::PackError>>> mWarnings;
24 ::ll::TypedStorage<8, 24, ::SemVersion> mRequiredBaseGameVersion;
25 ::ll::TypedStorage<8, 32, ::std::string> mOriginalName;
26 ::ll::TypedStorage<8, 32, ::std::string> mOriginalVersion;
27 ::ll::TypedStorage<8, 48, ::PackIdVersion> mIdentity;
28 ::ll::TypedStorage<1, 1, ::PackType> mPackType;
29 ::ll::TypedStorage<1, 1, bool> mWasUpgraded;
30 ::ll::TypedStorage<1, 1, bool> mAttemptedUpgrade;
46 MCNAPI ::std::vector<::std::shared_ptr<::PackError>>
const&
getErrors()
const;
49 MCNAPI ::ResourceLocation
const& getLocation()
const;
53 MCNAPI
int const getNumErrors()
const;
55 MCNAPI
int const getNumWarnings()
const;
61 MCNAPI ::std::vector<::std::shared_ptr<::PackError>>
const& getWarnings()
const;
67 MCNAPI
bool hasErrors(::PackErrorType packErrorType);
69 MCNAPI
bool hasWarnings()
const;
79 MCNAPI
bool wasUpgraded()
const;