mirai
2.16.0
jvm
mirai-console
/
net.mamoe.mirai.console.events
/
StartupEvent
Startup
Event
class
StartupEvent
@
MiraiInternalApi
constructor
(
val
timestamp
:
Long
)
:
AbstractEvent
,
ConsoleEvent
在 Console 启动完成后广播的事件
Since
2.15
See also
Mirai
Console
Implementation
Bridge.
doStart
Post
Startup
Extension
Members
Constructors
Startup
Event
Link copied to clipboard
@
MiraiInternalApi
constructor
(
timestamp
:
Long
)
Functions
cancel
Link copied to clipboard
fun
cancel
(
)
intercept
Link copied to clipboard
abstract
fun
intercept
(
)
Properties
_intercepted
Link copied to clipboard
var
_intercepted
:
Boolean
broad
Cast
Lock
Link copied to clipboard
val
broadCastLock
:
Mutex
is
Cancelled
Link copied to clipboard
val
isCancelled
:
Boolean
is
Intercepted
Link copied to clipboard
abstract
val
isIntercepted
:
Boolean
timestamp
Link copied to clipboard
val
timestamp
:
Long
启动完成的时间戳