CommandTab

interface CommandTab

コマンド補完の処理を行う基底クラス。

Since

1.2.0

Types

Container
Link copied to clipboard
class Container
コマンド補完クラスを格納するクラス。
Element
Link copied to clipboard
class Element(sender: CommandSender, args: CommandArgument) : LinkedHashSet<String>
補完の内容を保持する。

Functions

complete
Link copied to clipboard
abstract fun complete(sender: CommandSender, args: Array<out String>): Iterable<String>
コマンド補完の内容を決定する。

Inheritors

CommandTabArgument
Link copied to clipboard