18 ::ll::TypedStorage<1, 1, bool> mResourcePackRequired;
19 ::ll::TypedStorage<1, 1, bool> mHasAddonPacks;
20 ::ll::TypedStorage<1, 1, bool> mHasScripts;
21 ::ll::TypedStorage<1, 1, bool> mForceDisableVibrantVisuals;
22 ::ll::TypedStorage<8, 48, ::PackIdVersion> mWorldTemplateIdAndVersion;
23 ::ll::TypedStorage<8, 24, ::std::vector<::PackInfoData>> mResourcePacks;
30 PacksInfoData& operator=(PacksInfoData
const&);
31 PacksInfoData(PacksInfoData
const&);
39 MCAPI ::std::unordered_map<::ContentIdentity, ::std::string> collectKeys()
const;
42 MCAPI uint64 getRequiredResourcePackSize()
const;
44 MCAPI uint64 getResourcePackSize()
const;
47 MCAPI ::PacksInfoData& operator=(::PacksInfoData&&);
50 MCAPI ~PacksInfoData();
Definition ContentIdentity.h:8