parseActionResponses

object parseActionResponses

Functions to parse a response packet received after a request packet sent to a scripting interpreter.

Implements the specifications on packet fields and structure in Module.md. Function names and return types parallel ScriptingBackend.

Functions

autocomplete
Link copied to clipboard
fun autocomplete(packet: ScriptingPacket): AutocompleteResults
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
exec
Link copied to clipboard
fun exec(packet: ScriptingPacket): ExecResult
hashCode
Link copied to clipboard
open fun hashCode(): Int
motd
Link copied to clipboard
fun motd(packet: ScriptingPacket): String
terminate
Link copied to clipboard
fun terminate(packet: ScriptingPacket): Exception?
toString
Link copied to clipboard
open fun toString(): String

Sources

jvm source
Link copied to clipboard