Command

abstract class Command<T>(name: String)

An Command used for FlyLib

Constructors

Command
Link copied to clipboard
fun Command(name: String)

Functions

execute
Link copied to clipboard
open fun CommandContext<T>.execute()

The block that executes the command. The default is to display help for that command.