3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/world/TransferResult.h"
7#include "mc/deps/core/utility/NonOwnerPointer.h"
23 ::ll::TypedStorage<1, 1, bool> mIsEditorModeEnabled;
24 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::FileArchiver>> mFileArchiver;
25 ::ll::TypedStorage<8, 8, ::ILevelListCache&> mLevelListCache;
26 ::ll::TypedStorage<8, 8, ::IMinecraftEventing&> mEventing;
27 ::ll::TypedStorage<8, 8, ::World::IWorldStorageHandler&> mWorldStorageHandler;
32 WorldTransferer& operator=(WorldTransferer
const&);
33 WorldTransferer(WorldTransferer
const&);
39 MCAPI
void _importWorldWindows(::std::function<
void(::World::TransferResult)> onImportComplete);
41 MCAPI
float getProgress();
43 MCAPI
void importWorld(::std::function<
void(::World::TransferResult)> onImportComplete);
Definition FileArchiver.h:36
Definition ILevelListCache.h:27
Definition IMinecraftEventing.h:145
Definition IWorldStorageHandler.h:7
Definition WorldTransferer.h:7