Package com.github.syari.spigot.api.command.execute

Types

CommandExecuteAction
Link copied to clipboard
typealias CommandExecuteAction = CommandExecuteParameter

コマンド実行の処理で使用するクラス。

CommandExecuteParameter
Link copied to clipboard
class CommandExecuteParameter(sender: CommandSender, label: String, args: CommandArgument)
コマンド実行の処理で使用するクラス。