-
- All Implemented Interfaces:
-
love.forte.simbot.intercept.Context
public interface MsgInterceptContext implements Context
MsgInterceptor 中的消息主体,其中,消息可重新修改/变更,但是不可为null。
-
-
Method Summary
Modifier and Type Method Description abstract MsgGet
getMsgGet()
消息主体。可重新赋值,但是不可为null。 abstract ListenerContext
getListenerContext()
监听上下文。 MsgGet
getMainValue()
abstract Unit
setMsgGet(MsgGet msgGet)
消息主体。可重新赋值,但是不可为null。 Unit
setMainValue(MsgGet mainValue)
-
-
Method Detail
-
getListenerContext
abstract ListenerContext getListenerContext()
监听上下文。
-
getMainValue
MsgGet getMainValue()
-
setMainValue
Unit setMainValue(MsgGet mainValue)
-
-
-
-