mirai
2.16.0
jvm
mirai-console
/
net.mamoe.mirai.console
/
MiraiConsoleImplementation
/
BackendAccess
Backend
Access
@
ConsoleFrontEndImplementation
interface
BackendAccess
前端访问后端内部实现的桥
Since
2.5.0-dev-2
See also
Mirai
Console
Implementation.
backend
Access
Members
Functions
create
Default
Command
Manager
Link copied to clipboard
open
fun
createDefaultCommandManager
(
coroutineContext
:
CoroutineContext
)
:
CommandManager
create
Default
Jvm
Plugin
Loader
Link copied to clipboard
open
fun
createDefaultJvmPluginLoader
(
coroutineContext
:
CoroutineContext
)
:
JvmPluginLoader
Properties
global
Component
Storage
Link copied to clipboard
abstract
val
globalComponentStorage
:
ComponentStorage
在 Mirai Console 第一个 phase 之后会包含内建 storages.
resolved
Plugins
Link copied to clipboard
abstract
val
resolvedPlugins
:
MutableList
<
Plugin
>