60 virtual bool isClientSide()
const ;
63 virtual ::std::unique_ptr<::Editor::IEditorPlayer> createPlayer(
::Player& player) ;
72 virtual ::Scripting::Result<void> scriptingTeardown() ;
78 virtual ::std::unique_ptr<::FileArchiver::IWorldConverter> createWorldConverter(
81 ::Bedrock::NotNullNonOwnerPtr<::IResourcePackRepository>
const& resourcePackRepository,
82 ::Bedrock::NotNullNonOwnerPtr<::IContentKeyProvider const> keyProvider
93 MCAPI ::std::vector<::std::unique_ptr<::Scripting::GenericModuleBindingFactory>> getServerModuleFactories();
113 MCFOLD
bool $isClientSide()
const;
115 MCAPI ::std::unique_ptr<::Editor::IEditorPlayer> $createPlayer(
::Player& player);
121 MCAPI ::Scripting::Result<void> $scriptingTeardown();
125 MCAPI ::std::unique_ptr<::FileArchiver::IWorldConverter> $createWorldConverter(
128 ::Bedrock::NotNullNonOwnerPtr<::IResourcePackRepository>
const& resourcePackRepository,
129 ::Bedrock::NotNullNonOwnerPtr<::IContentKeyProvider const> keyProvider
136 MCAPI
static void** $vftableForIEditorManager();
138 MCAPI
static void** $vftableForEditorServiceList();
140 MCAPI
static void** $vftableForEditorManagerServiceProvider();
142 MCAPI
static void** $vftableForServerInstanceEventListener();
144 MCAPI
static void** $vftableForEventListenerDispatcher();
Definition IContentKeyProvider.h:13