CommandLike

interface CommandLike

Inheritors

Types

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

Functions

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