Uses of Class
it.polimi.ingsw.server.controller.game_state_controller.exceptions.GameOverException
Packages that use GameOverException
-
Uses of GameOverException in it.polimi.ingsw.server.controller.game_state_controller
Methods in it.polimi.ingsw.server.controller.game_state_controller that throw GameOverExceptionModifier and TypeMethodDescriptionbooleanExpertGameStateController.applyEffect(int characterIndex, int archipelagoIslandCode) This method applies the effect of the character corresponding to the inputted character index.default booleanGameStateControllerCommonInterface.applyEffect(int characterIndex, int archipelagoIslandCode) booleanGameStateController.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.protected voidExpertGameStateController.nextActionTurn()This method advances the turn during the action phase, after a player ended its turn.protected voidGameStateController.nextActionTurn()This method advances the turn during the action phase, after a player ended its turn.