Package dev.deepcore.challenge.command
Class LobbyCommand
java.lang.Object
dev.deepcore.challenge.command.LobbyCommand
- All Implemented Interfaces:
org.bukkit.command.CommandExecutor
Handles the /lobby command, returning players to the DeepCore lobby from the training gym.
-
Constructor Summary
ConstructorsConstructorDescriptionLobbyCommand(TrainingManager trainingManager, ChallengeSessionManager challengeSessionManager) Creates a lobby command handler. -
Method Summary
-
Constructor Details
-
LobbyCommand
public LobbyCommand(TrainingManager trainingManager, ChallengeSessionManager challengeSessionManager) Creates a lobby command handler.- Parameters:
trainingManager- training manager for leave-training logicchallengeSessionManager- session manager for lobby teleport logic
-
-
Method Details