33 virtual ::Editor::ServiceProviderCollection& getServiceProviders() = 0;
36 virtual bool isClientSide()
const = 0;
39 virtual ::std::unique_ptr<::Editor::IEditorPlayer> createPlayer(
::Player&) = 0;
42 virtual ::std::unique_ptr<::FileArchiver::IWorldConverter>
43 createWorldConverter(
::ILevelListCache&,
::Scheduler&, ::Bedrock::NotNullNonOwnerPtr<::IResourcePackRepository>
const&, ::Bedrock::NotNullNonOwnerPtr<::IContentKeyProvider const>) = 0;
46 virtual void cleanupOrphanedTemporaryPlaytestWorlds(
::ILevelListCache&)
const = 0;
49 virtual ::Scripting::Result<void> scriptingTeardown() = 0;
55 virtual void tryClearPlaytestRoundtripInfo() = 0;
Definition IContentKeyProvider.h:13