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
Methods in it.polimi.ingsw.server.controller.game_state_controller that throw WrongArgumentsExceptionModifier and TypeMethodDescriptionvoidExpertGameStateController.applyEffect(int characterIndex) This method applies the effect of the character corresponding to the inputted character index.booleanExpertGameStateController.applyEffect(int characterIndex, int archipelagoIslandCode) This method applies the effect of the character corresponding to the inputted character index.voidExpertGameStateController.applyEffect(int characterIndex, Color color) This method applies the effect of the character corresponding to the inputted character index.voidExpertGameStateController.applyEffect(int characterIndex, Color color, int archipelagoIslandCode) This method applies the effect of the character corresponding to the inputted character index.voidExpertGameStateController.applyEffect(int characterIndex, List<Color> getStudents, List<Color> giveStudents) This method applies the effect of the character corresponding to the inputted character index.default voidGameStateControllerCommonInterface.applyEffect(int characterIndex) default booleanGameStateControllerCommonInterface.applyEffect(int characterIndex, int archipelagoIslandCode) default voidGameStateControllerCommonInterface.applyEffect(int characterIndex, Color student) default voidGameStateControllerCommonInterface.applyEffect(int characterIndex, Color student, int archipelagoIslandCode) default voidGameStateControllerCommonInterface.applyEffect(int characterIndex, List<Color> getStudents, List<Color> putStudents)