CommandCallParser

Lexical and syntactical parser for transforming a MessageChain into CommandCall

See also

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun parse(caller: CommandSender, message: MessageChain): CommandCall?

Lexically and syntactically parse a message into CommandCall, but performs nothing about resolving a call.

Inheritors

Link copied to clipboard