3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/oreui/resources/AllowListPath.h"
7#include "mc/deps/core/file/PathBuffer.h"
8#include "mc/deps/core/utility/NonOwnerPointer.h"
12namespace Core {
class Path; }
20 ::ll::TypedStorage<8, 32, ::std::string> mProductId;
21 ::ll::TypedStorage<8, 32, ::std::string> mTitle;
22 ::ll::TypedStorage<8, 32, ::std::string> mSeed;
23 ::ll::TypedStorage<8, 96, ::OreUI::AllowListPath> mOreUIImagePath;
24 ::ll::TypedStorage<8, 32, ::Core::PathBuffer<::std::string>> mImagePath;
34 MCAPI WorldSeedModel(::std::string
const& productId, ::std::string
const& title, ::std::string
const& seed);
36 MCAPI
void setImagePath(
37 ::Core::Path
const& fullpath,
38 ::Bedrock::NotNullNonOwnerPtr<::OreUI::IResourceAllowList>
const& resourceAllowList
45 MCAPI
void* $ctor(::std::string
const& productId, ::std::string
const& title, ::std::string
const& seed);
Definition IResourceAllowList.h:7
Definition WorldSeedModel.h:5