Cloud

data class Cloud(command: Command<out Audience>) : CommandLike

Constructors

Link copied to clipboard
constructor(command: Command<out Audience>)

Functions

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