CommandLike

interface CommandLike

Inheritors

Types

Link copied to clipboard
data class Cloud(command: Command<out CommandSender>) : CommandLike

Functions

Link copied to clipboard
abstract fun build(): List<Command<out CommandSender>>
Link copied to clipboard
abstract fun toComponent(): TextComponent