Package-level declarations
Types
Link copied to clipboard
class TeleportConfirmGui(requestManager: TeleportRequestManager, teleportService: TeleportService, moneyService: MoneyService, request: TeleportRequest)
テレポートリクエスト確認GUI。 リクエストを承認または却下するためのGUIを表示します。
Link copied to clipboard
class TeleportRequestSelectGui(requestManager: TeleportRequestManager, teleportService: TeleportService, moneyService: MoneyService, requests: List<TeleportRequest>)
複数のテレポートリクエストから選択するGUI。
Link copied to clipboard
class WarpPointListGui(warpPointRepository: WarpPointRepository, teleportService: TeleportService, costCalculator: TeleportCostCalculator, moneyService: MoneyService, config: TeleportConfig)
ワープポイント一覧GUI。 登録済みのワープポイントを表示し、テレポートできるようにします。