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/EditorManager.h"
9#include "mc/world/events/EventListenerDispatcher.h"
10#include "mc/world/events/EventResult.h"
11#include "mc/world/events/LevelEventListener.h"
12#include "mc/world/events/ServerInstanceEventListener.h"
13#include "mc/world/level/FileArchiver.h"
25namespace Editor {
class IEditorPlayer; }
26namespace Editor::Network {
class INetworkPayload; }
27namespace Scripting {
class GenericModuleBindingFactory; }
28namespace Scripting {
struct ContextId; }
60 virtual bool isClientSide()
const ;
63 virtual ::std::unique_ptr<::Editor::IEditorPlayer> createPlayer(
::Player& player) ;
72 virtual ::Scripting::Result_deprecated<void> scriptingTeardown() ;
75 virtual ::Scripting::Result_deprecated<void>
79 virtual ::std::unique_ptr<::FileArchiver::IWorldConverter> createWorldConverter(
82 ::Bedrock::NotNullNonOwnerPtr<::IResourcePackRepository>
const& resourcePackRepository,
83 ::Bedrock::NotNullNonOwnerPtr<::IContentKeyProvider const> keyProvider
129 ::Bedrock::NotNullNonOwnerPtr<::IResourcePackRepository>
const& resourcePackRepository,
130 ::Bedrock::NotNullNonOwnerPtr<::IContentKeyProvider const> keyProvider
Definition EditorManagerServer.h:35
MCAPI ::Scripting::Result_deprecated< void > $scriptingRebuild(::Scripting::ContextId contextId, bool finalEvent)
static MCAPI void ** $vftableForEventListenerDispatcher()
MCAPI void _dispatchToServerPlayers(::Editor::Network::INetworkPayload &payload)
MCAPI ::Scripting::Result_deprecated< void > $scriptingTeardown()
static MCAPI void ** $vftableForEditorServiceList()
MCAPI ::std::unique_ptr<::Editor::IEditorPlayer > $createPlayer(::Player &player)
MCAPI::EventResult $onStartLeaveGame(::ServerInstance &instance)
MCAPI bool $isClientSide() const
static MCAPI void ** $vftableForServerInstanceEventListener()
MCAPI EditorManagerServer(::ServerInstance &server)
MCAPI::EventResult $onServerLevelInitialized(::ServerInstance &instance, ::Level &level)
MCAPI ::std::vector<::std::unique_ptr<::Scripting::GenericModuleBindingFactory > > getServerModuleFactories()
static MCAPI void ** $vftableForEditorManagerServiceProvider()
MCAPI void * $ctor(::ServerInstance &server)
static MCAPI void ** $vftableForIEditorManager()
MCAPI::EventResult $onEvent(::ScriptingWorldInitializeEvent const &scriptingInitializedEvent)
MCAPI ::std::unique_ptr<::FileArchiver::IWorldConverter > $createWorldConverter(::ILevelListCache &levelListCache, ::Scheduler &scheduler, ::Bedrock::NotNullNonOwnerPtr<::IResourcePackRepository > const &resourcePackRepository, ::Bedrock::NotNullNonOwnerPtr<::IContentKeyProvider const > keyProvider)
Definition EditorManager.h:29
Definition INetworkPayload.h:12
Definition EventListenerDispatcher.h:6
Definition IContentKeyProvider.h:13
Definition ILevelListCache.h:27
Definition IResourcePackRepository.h:33
Definition Scheduler.h:13
Definition ServerInstanceEventListener.h:17
Definition ServerInstance.h:71
Definition ScriptingWorldInitializeEvent.h:16