3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/core/file/PathBuffer.h"
10class StoreCatalogItem;
20 ::ll::TypedStorage<8, 32, ::std::string> mLocalId;
21 ::ll::TypedStorage<8, 32, ::std::string> mMarketplaceId;
22 ::ll::TypedStorage<8, 32, ::std::string> mName;
23 ::ll::TypedStorage<8, 32, ::Core::PathBuffer<::std::string>> mThumbnailPath;
24 ::ll::TypedStorage<1, 1, bool> mIsLocked;
25 ::ll::TypedStorage<1, 1, bool> mIsInstalled;
26 ::ll::TypedStorage<1, 1, bool> mIsPremium;
27 ::ll::TypedStorage<8, 32, ::std::string> mCreator;
32 OwnedWorldTemplateData(OwnedWorldTemplateData
const&);
33 OwnedWorldTemplateData();
38 MCFOLD ::std::string
const& getCreator()
const;
40 MCAPI ::World::OwnedWorldTemplateData& operator=(::World::OwnedWorldTemplateData
const&);
42 MCAPI ~OwnedWorldTemplateData();
48 MCAPI static ::std::string
49 _formatPackKeyword(::std::string
const& rawName, ::WorldTemplatePackManifest
const& manifest);
51 MCAPI static ::World::OwnedWorldTemplateData fromStoreCatalogItem(::StoreCatalogItem
const& itemData);
57 MCAPI static ::std::add_lvalue_reference_t<char const[]> DEFAULT_UNKNOWN_ID();
Definition WorldTemplatePackManifest.h:8
Definition OwnedWorldTemplateData.h:7