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

    Modifier and Type
    Method
    Description
    boolean
    ExpertGameStateController.applyEffect(int characterIndex, int archipelagoIslandCode)
    This method applies the effect of the character corresponding to the inputted character index.
    default boolean
    GameStateControllerCommonInterface.applyEffect(int characterIndex, int archipelagoIslandCode)
     
    boolean
    GameStateController.endActionTurn()
    This method performs all the controls before ending the player's turn and starting the next player's turn
    boolean
    ExpertGameStateController.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.
    boolean
    GameStateController.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 void
    ExpertGameStateController.nextActionTurn()
    This method advances the turn during the action phase, after a player ended its turn.
    protected void
    GameStateController.nextActionTurn()
    This method advances the turn during the action phase, after a player ended its turn.