Uses of Class
it.polimi.ingsw.server.model.game_logic.exceptions.InvalidCharacterIndexException

  • Uses of InvalidCharacterIndexException in it.polimi.ingsw.server.controller.game_state_controller

    Modifier and Type
    Method
    Description
    void
    ExpertGameStateController.applyEffect(int characterIndex)
    This method applies the effect of the character corresponding to the inputted character index.
    boolean
    ExpertGameStateController.applyEffect(int characterIndex, int archipelagoIslandCode)
    This method applies the effect of the character corresponding to the inputted character index.
    void
    ExpertGameStateController.applyEffect(int characterIndex, Color color)
    This method applies the effect of the character corresponding to the inputted character index.
    void
    ExpertGameStateController.applyEffect(int characterIndex, Color color, int archipelagoIslandCode)
    This method applies the effect of the character corresponding to the inputted character index.
    void
    ExpertGameStateController.applyEffect(int characterIndex, List<Color> getStudents, List<Color> giveStudents)
    This method applies the effect of the character corresponding to the inputted character index.
    default void
    GameStateControllerCommonInterface.applyEffect(int characterIndex)
     
    default boolean
    GameStateControllerCommonInterface.applyEffect(int characterIndex, int archipelagoIslandCode)
     
    default void
    GameStateControllerCommonInterface.applyEffect(int characterIndex, Color student)
     
    default void
    GameStateControllerCommonInterface.applyEffect(int characterIndex, Color student, int archipelagoIslandCode)
     
    default void
    GameStateControllerCommonInterface.applyEffect(int characterIndex, List<Color> getStudents, List<Color> putStudents)
     
    private void
    ExpertGameStateController.applyEffectGenericChecks(int characterIndex)
    This method performs the generic checks on the input before applying the effect