3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/world/PackActionError.h"
7#include "mc/deps/core/file/PathBuffer.h"
15 ::ll::TypedStorage<8, 32, ::std::string> mName;
16 ::ll::TypedStorage<8, 32, ::std::string> mType;
17 ::ll::TypedStorage<8, 32, ::std::string> mDescription;
18 ::ll::TypedStorage<8, 32, ::std::string> mSize;
19 ::ll::TypedStorage<8, 32, ::std::string> mId;
20 ::ll::TypedStorage<8, 32, ::std::string> mContentId;
21 ::ll::TypedStorage<8, 32, ::std::string> mIconPathStr;
22 ::ll::TypedStorage<8, 32, ::Core::PathBuffer<::std::string>> mIconPath;
23 ::ll::TypedStorage<1, 2, ::std::optional<::World::PackActionError>> mError;
24 ::ll::TypedStorage<1, 1, bool> mIsMarketplaceItem;
25 ::ll::TypedStorage<1, 1, bool> mIsPlatformLocked;
26 ::ll::TypedStorage<1, 1, bool> mHasSettings;
27 ::ll::TypedStorage<1, 1, bool> mIsAddon;
32 PackDetails(PackDetails
const&);
38 MCAPI PackDetails(::World::PackDetails&&);
40 MCAPI ::World::PackDetails& operator=(::World::PackDetails
const&);
48 MCAPI
void* $ctor(::World::PackDetails&&);
Definition PackDetails.h:7