mirai
2.16.0
common
mirai-core-api
/
net.mamoe.mirai.event
/
BroadcastControllable
Broadcast
Controllable
interface
BroadcastControllable
:
Event
可控制是否需要广播这个事件
Inheritors
FriendRemarkChangeEvent
GroupSettingChangeEvent
Members
Functions
intercept
Link copied to clipboard
abstract
fun
intercept
(
)
拦截这个事件
Properties
is
Intercepted
Link copied to clipboard
abstract
val
isIntercepted
:
Boolean
事件是否已被拦截.
should
Broadcast
Link copied to clipboard
open
val
shouldBroadcast
:
Boolean
返回
false
时将不会广播这个事件.