Package-level declarations

Types

Link copied to clipboard
class CommandRegistry(plugin: JavaPlugin)

コマンドの登録処理を司るクラス.

Link copied to clipboard
sealed class CommandResult

プレイヤーのコマンド実行の結果を表す sealed class

Link copied to clipboard
data class RuneCommandContext(val source: CommandSourceStack, val args: Array<String>)

実装されたコマンドの各種コンテキスト情報を実装するデータクラス.

Link copied to clipboard
data class SuggestionContext(val source: CommandSourceStack, val input: String, val args: List<String>, val currentArg: String)