RuneWarpGoCommand

class RuneWarpGoCommand(warpPointRepository: WarpPointRepository, teleportService: TeleportService, costCalculator: TeleportCostCalculator, moneyService: MoneyService) : RuneCommand

Constructors

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

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

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

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

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