graphmine-core / io.github.sof3.graphmine.command.impl / VersionCommand
object VersionCommand :
Command
<
Server
>
Implements the /version command
aliases | var aliases: List < String > The list of aliases |
description | var description: I18n The description of the command, shown in action lists like /help. |
name | lateinit var name: Qualifier The qualified name of the command. |
scope | lateinit var scope: C The scope that owns the command |
dispatch | fun dispatch(reader: FormattedStringReader, sender: CommandSender , receiver: CommandReceiver ): Job Executes the command. |
handle | fun <A : Overload , S : CommandSender > handle(fn: suspend CommandExecutor < A , S , C >.() -> Unit ): Unit Adds a handler to the command. |