RuneWarpListCommand

class RuneWarpListCommand(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

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

Functions

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

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