3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/screens/models/MainMenuScreenModel.h"
7#include "mc/client/gui/screens/models/MinecraftScreenModel.h"
8#include "mc/client/gui/screens/models/StorageMigrationStatus.h"
9#include "mc/deps/application/storage_migration/StorageMigrationType.h"
10#include "mc/deps/core/threading/TaskGroup.h"
11#include "mc/deps/core/utility/NonOwnerPointer.h"
18namespace Bedrock::StorageMigration {
struct ManifestData; }
25 ::ll::TypedStorage<8, 168, ::StorageMigrationStatus> mTransferStatus;
26 ::ll::TypedStorage<4, 4, ::Bedrock::StorageMigration::StorageMigrationType> mMigrationType;
27 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::Bedrock::StorageMigration::ManifestData>> mManifest;
28 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::Bedrock::StorageMigration::MigrationDetector>> mDetector;
29 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::Bedrock::StorageMigration::StorageMigrator>> mMigrator;
30 ::ll::TypedStorage<8, 336, ::TaskGroup> mTaskGroup;
35 StorageMigrationProgressScreenModel();
40 virtual ~StorageMigrationProgressScreenModel() =
default;
46 MCAPI
explicit StorageMigrationProgressScreenModel(::MinecraftScreenModel::Context context);
48 MCAPI
void beginDetection();
50 MCAPI
void beginTransfer();
53 initTransferSystem(::Bedrock::NonOwnerPointer<::Bedrock::StorageMigration::StorageMigrationService>
const& service);
59 MCAPI
void* $ctor(::MinecraftScreenModel::Context context);
Definition MigrationDetector.h:14
Definition StorageMigrationService.h:21
Definition StorageMigrator.h:17
Definition MainMenuScreenModel.h:5
Definition StorageMigrationProgressScreenModel.h:5
static MCAPI void ** $vftableForIMinecraftScreenModel()
static MCAPI void ** $vftableForIDlcBatcher()
static MCAPI void ** $vftable()
Definition ManifestData.h:7