Uses of Class
it.polimi.ingsw.server.controller.game_state_controller.exceptions.TooManyStudentsMovedException
Packages that use TooManyStudentsMovedException
-
Uses of TooManyStudentsMovedException in it.polimi.ingsw.server.controller.game_state_controller
Methods in it.polimi.ingsw.server.controller.game_state_controller that throw TooManyStudentsMovedExceptionModifier and TypeMethodDescriptionvoidGameStateController.moveStudentFromEntranceToArchipelago(Color student, List<Integer> archipelagoIslandCodes) This method performs all the checks required by the rules and then, if all of them are met, modifies the gameState moving the inputted student to the inputted archipelago.voidGameStateController.moveStudentFromEntranceToDiningRoom(Color student) This method performs all the checks required by the rules and then, if all of them are met, modifies the gameState moving the inputted student to its corresponding diningRoomLane.