WarpPointListGui

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

ワープポイント一覧GUI。 登録済みのワープポイントを表示し、テレポートできるようにします。

Constructors

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

Functions

Link copied to clipboard
fun open(player: Player): GuiResult<Unit>

GUIを開きます。