3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/screens/models/ManifestContentItem.h"
7#include "mc/client/gui/screens/models/PackReportState.h"
8#include "mc/deps/core/file/PathBuffer.h"
9#include "mc/resources/PackReport.h"
10#include "mc/resources/SubpackInfoCollection.h"
32 ::ll::TypedStorage<8, 248, ::PackReport> mPackReport;
33 ::ll::TypedStorage<8, 248, ::PackReport> mLoadingReport;
34 ::ll::TypedStorage<8, 32, ::std::string> mDateAvailable;
35 ::ll::TypedStorage<1, 1, ::PackReportState> mReportState;
36 ::ll::TypedStorage<8, 24, ::SubpackInfoCollection> mSubpackInfo;
37 ::ll::TypedStorage<8, 8, ::PackSettingsFactory*> mPackSettingsFactory;
38 ::ll::TypedStorage<8, 40, ::std::optional<::std::string>> mWorldId;
39 ::ll::TypedStorage<8, 40, ::std::optional<::Core::PathBuffer<::std::string>>> mWorldPath;
40 ::ll::TypedStorage<8, 8, ::gsl::not_null<::std::unique_ptr<::PackContentItemListPosition>>> mListPosition;
41 ::ll::TypedStorage<8, 24, ::std::vector<::std::weak_ptr<::PackContentItem const>>> mDependencies;
42 ::ll::TypedStorage<8, 24, ::std::vector<::std::weak_ptr<::PackContentItem const>>> mDependentContent;
52 virtual ~PackContentItem() ;
58 MCAPI
explicit PackContentItem(::ContentSource* src);
64 MCAPI
void* $ctor(::ContentSource* src);
Definition PackSettingsFactory.h:23
Definition ContentSource.h:5
Definition ManifestContentItem.h:5
Definition PackContentItemListPosition.h:5
Definition PackContentItem.h:13
Definition PackContentItem.h:5
static MCAPI void ** $vftable()