EventSignals

所有事件以及其对应的定位器。

Functions

Link copied to clipboard
operator fun get(type: Event.Type): MessageEventParser<*>?

获取消息事件解析器。如果使用了 Event.Type.SYS 或者 Event.Type.VIDEO, 则得到null。

operator fun get(type: Event.Type, subType: Any): EventParser<*, *>?

根据 typesubType 尝试定位一个事件解析器。