RuneWarpCommand

class RuneWarpCommand(warpPointRepository: WarpPointRepository, teleportService: TeleportService, costCalculator: TeleportCostCalculator, moneyService: MoneyService, config: TeleportConfig) : RuneCommand

Constructors

Link copied to clipboard
constructor(warpPointRepository: WarpPointRepository, teleportService: TeleportService, costCalculator: TeleportCostCalculator, moneyService: MoneyService, config: TeleportConfig)

Properties

Link copied to clipboard
open override val description: String

コマンドの説明.

Link copied to clipboard
open override val name: String

コマンドに使用される名前.

Link copied to clipboard
open override val subcommands: List<RuneCommand>

コマンドのサブコマンド.

Functions

Link copied to clipboard
open override fun execute(context: RuneCommandContext): CommandResult

コマンドの実行内容を実装する関数

Link copied to clipboard
open override fun suggest(context: SuggestionContext): List<String>

コマンドのサジェスト内容を実装する関数