Uses of Class
it.polimi.ingsw.server.controller.game_state_controller.exceptions.MoreStudentsToBeMovedException
Packages that use MoreStudentsToBeMovedException
-
Uses of MoreStudentsToBeMovedException in it.polimi.ingsw.server.controller.game_state_controller
Methods in it.polimi.ingsw.server.controller.game_state_controller that throw MoreStudentsToBeMovedExceptionModifier and TypeMethodDescriptionbooleanGameStateController.endActionTurn()This method performs all the controls before ending the player's turn and starting the next player's turnbooleanExpertGameStateController.moveMotherNature(int nSteps) This method performs all the checks required by the rules and then, if all of them are met, modifies the gameState moving motherNature.booleanGameStateController.moveMotherNature(int nSteps) This method performs all the checks required by the rules and then, if all of them are met, modifies the gameState moving motherNature.