3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/core/utility/NonOwnerPointer.h"
7#include "mc/deps/scripting/runtime/Result_deprecated.h"
8#include "mc/editor/serviceproviders/EditorManagerServiceProvider.h"
9#include "mc/editor/services/EditorServiceList.h"
10#include "mc/server/editor/IEditorManager.h"
11#include "mc/world/level/FileArchiver.h"
40 EditorManager& operator=(EditorManager
const&);
41 EditorManager(EditorManager
const&);
47 virtual ~EditorManager() ;
49 virtual ::std::unique_ptr<::FileArchiver::IWorldConverter> createWorldConverter(
52 ::Bedrock::NotNullNonOwnerPtr<::IResourcePackRepository>
const& resourcePackRepository,
53 ::Bedrock::NotNullNonOwnerPtr<::IContentKeyProvider const> keyProvider
56 virtual void cleanupOrphanedTemporaryPlaytestWorlds(
::ILevelListCache& levelListCache)
const ;
58 virtual void cleanupOrphanedTemporaryRealmsUploadWorlds() ;
60 virtual ::Scripting::Result_deprecated<void> scriptingTeardown() ;
62 virtual ::Scripting::Result_deprecated<void>
65 virtual void tryClearPlaytestRoundtripInfo() ;
67 virtual ::Editor::ServiceProviderCollection& getServiceProviders() ;
77 ::gsl::not_null<::Editor::EditorInitParams*> params
88 ::gsl::not_null<::Editor::EditorInitParams*> params
104 ::Bedrock::NotNullNonOwnerPtr<::IResourcePackRepository>
const& resourcePackRepository,
105 ::Bedrock::NotNullNonOwnerPtr<::IContentKeyProvider const> keyProvider
Definition EditorManagerServiceProvider.h:12
static MCAPI void ** $vftableForEditorManagerServiceProvider()
MCAPI ::std::unique_ptr<::FileArchiver::IWorldConverter > $createWorldConverter(::ILevelListCache &levelListCache, ::Scheduler &scheduler, ::Bedrock::NotNullNonOwnerPtr<::IResourcePackRepository > const &resourcePackRepository, ::Bedrock::NotNullNonOwnerPtr<::IContentKeyProvider const > keyProvider)
MCAPI EditorManager(bool isClient, ::PacketSender &packetSender, ::IMinecraftEventing &eventing, ::gsl::not_null<::Editor::EditorInitParams * > params)
MCAPI ::Scripting::Result_deprecated< void > $scriptingTeardown()
MCAPI ::Scripting::Result_deprecated< void > $scriptingRebuild(::Scripting::ContextId contextId, bool finalEvent)
static MCAPI void ** $vftableForEditorServiceList()
MCAPI void $tryClearPlaytestRoundtripInfo()
MCAPI::Editor::ServiceProviderCollection & $getServiceProviders()
MCAPI void $cleanupOrphanedTemporaryRealmsUploadWorlds()
MCAPI void $cleanupOrphanedTemporaryPlaytestWorlds(::ILevelListCache &levelListCache) const
MCAPI void * $ctor(bool isClient, ::PacketSender &packetSender, ::IMinecraftEventing &eventing, ::gsl::not_null<::Editor::EditorInitParams * > params)
static MCAPI void ** $vftableForIEditorManager()
Definition IEditorManager.h:25
Definition ServiceProviderCollection.h:7
Definition EditorServiceList.h:16
Definition IContentKeyProvider.h:13
Definition ILevelListCache.h:27
Definition IMinecraftEventing.h:134
Definition IResourcePackRepository.h:34
Definition PacketSender.h:17
Definition Scheduler.h:14
Definition EditorInitParams.h:7