Uses of Class
it.polimi.ingsw.server.controller.game_state_controller.exceptions.WrongArgumentsException

Packages that use WrongArgumentsException
  • Uses of WrongArgumentsException 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)