java.lang.Object
moe.maple.api.script.logic.response.SayResponse
- All Implemented Interfaces:
ScriptResponse
public class SayResponse extends Object implements ScriptResponse
Created on 8/26/2019.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SayResponse(SayResponse[] chain, SayMessenger messenger, MoeScript script, int index, SayMessage ctx) -
Method Summary
Modifier and Type Method Description voidonResponse(SayResponse nextOrPrev)voidresponse(Number type, Number action, Object response)voidsendTo(UserObject userObject)StringtoString()
-
Field Details
-
END_CHAT
public static final int END_CHAT- See Also:
- Constant Field Values
-
PREV
public static final int PREV- See Also:
- Constant Field Values
-
NEXT
public static final int NEXT- See Also:
- Constant Field Values
-
-
Constructor Details
-
SayResponse
public SayResponse(SayResponse[] chain, SayMessenger messenger, MoeScript script, int index, SayMessage ctx)
-
-
Method Details
-
response
- Specified by:
responsein interfaceScriptResponse
-
onResponse
-
sendTo
-
toString
-