Uses of Class
it.polimi.ingsw.server.model.game_logic.exceptions.InvalidStudentListsLengthException
Packages that use InvalidStudentListsLengthException
Package
Description
-
Uses of InvalidStudentListsLengthException in it.polimi.ingsw.server.controller.game_state_controller
Methods in it.polimi.ingsw.server.controller.game_state_controller that throw InvalidStudentListsLengthExceptionModifier and TypeMethodDescriptionvoidExpertGameStateController.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, List<Color> getStudents, List<Color> putStudents) -
Uses of InvalidStudentListsLengthException in it.polimi.ingsw.server.model.game_logic
Methods in it.polimi.ingsw.server.model.game_logic that throw InvalidStudentListsLengthExceptionModifier and TypeMethodDescriptionvoidExpertGameState.playSwapThreeStudentsBetweenCharacterAndEntrance(List<Color> studentsFromCharacter, List<Color> studentsFromEntrance) This method executes the effect of the character with ID 7.default voidGameStateCommonInterface.playSwapThreeStudentsBetweenCharacterAndEntrance(List<Color> students1, List<Color> students2) voidExpertGameState.playSwapTwoStudentsBetweenEntranceAndDiningRoom(List<Color> studentFromEntrance, List<Color> studentsFromDiningRoom) This method executes the effect of the character with ID 10.default voidGameStateCommonInterface.playSwapTwoStudentsBetweenEntranceAndDiningRoom(List<Color> students1, List<Color> students2)