BackendAccess

interface BackendAccess

前端访问后端内部实现的桥

Since

2.5.0-dev-2

See also

Functions

Link copied to clipboard
open fun createDefaultCommandManager(coroutineContext: CoroutineContext): CommandManager
Link copied to clipboard
open fun createDefaultJvmPluginLoader(coroutineContext: CoroutineContext): JvmPluginLoader

Properties

Link copied to clipboard
abstract val globalComponentStorage: ComponentStorage

在 Mirai Console 第一个 phase 之后会包含内建 storages.

Link copied to clipboard
abstract val resolvedPlugins: MutableList<Plugin>