Uses of Class
it.polimi.ingsw.server.controller.game_state_controller.exceptions.InvalidNumberOfStepsException
Packages that use InvalidNumberOfStepsException
Package
Description
-
Uses of InvalidNumberOfStepsException in it.polimi.ingsw.server.controller.game_state_controller
Methods in it.polimi.ingsw.server.controller.game_state_controller that throw InvalidNumberOfStepsExceptionModifier and TypeMethodDescriptionbooleanExpertGameStateController.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. -
Uses of InvalidNumberOfStepsException in it.polimi.ingsw.server.model.game_logic
Methods in it.polimi.ingsw.server.model.game_logic that throw InvalidNumberOfStepsExceptionModifier and TypeMethodDescriptionvoidGameState.moveMotherNatureNStepsClockwise(int numberOfSteps) Shifts mother nature's position by the provided numberOfStepsvoid