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;
29 WorldSeedModel& operator=(WorldSeedModel
const&);
35 MCAPI WorldSeedModel(::WorldSeedModel
const&);
37 MCAPI WorldSeedModel(::std::string
const& productId, ::std::string
const& title, ::std::string
const& seed);
39 MCFOLD ::Core::PathBuffer<::std::string>
const& getImagePath()
const;
41 MCFOLD ::std::string
const& getSeed()
const;
43 MCFOLD ::std::string
const& getTitle()
const;
45 MCAPI
void setImagePath(
46 ::Core::Path
const& fullpath,
47 ::Bedrock::NotNullNonOwnerPtr<::OreUI::IResourceAllowList>
const& resourceAllowList
50 MCAPI ~WorldSeedModel();
56 MCAPI
void* $ctor(::WorldSeedModel
const&);
58 MCAPI
void* $ctor(::std::string
const& productId, ::std::string
const& title, ::std::string
const& seed);
Definition IResourceAllowList.h:7
Definition WorldSeedModel.h:5