DifficultyCommand
Difficulty Command に関するコマンド入口を担当します。
- Source
difficulty/DifficultyCommand.java- 詳細ページ
- クラス詳細を開く
onCommand フローonTabComplete フローisLevel フロー
難易度調整と難易度コマンド群です。
4 classes in difficulty.
| Class | Kind | Methods | Fields | Roles | Summary |
|---|---|---|---|---|---|
| DifficultyCommand | class | 4 | 1 | コマンド非同期 / スケジューラ | Difficulty Command に関するコマンド入口を担当します。 |
| DifficultyListener | class | 6 | 6 | イベント駆動非同期 / スケジューラ初期化 / ブートストラップ | Difficulty Listener に関するイベント監視を担当します。 |
| MobExtraDefense | class | 4 | 3 | イベント駆動初期化 / ブートストラップ | Mob Extra Defense を担当するclassです。 |
| ServerDifficultyService | class | 15 | 4 | DB / 永続化初期化 / ブートストラップサービス層 | サーバーIDごとに難易度(1..5)を保存/取得するサービス。 |
Difficulty Command に関するコマンド入口を担当します。
difficulty/DifficultyCommand.javaDifficulty Listener に関するイベント監視を担当します。
difficulty/DifficultyListener.javaMob Extra Defense を担当するclassです。
difficulty/MobExtraDefense.javaサーバーIDごとに難易度(1..5)を保存/取得するサービス。
difficulty/ServerDifficultyService.java