Uses of Class
it.polimi.ingsw.server.model.game_logic.exceptions.StudentNotOnCharacterException
Packages that use StudentNotOnCharacterException
Package
Description
-
Uses of StudentNotOnCharacterException in it.polimi.ingsw.server.controller.game_state_controller
Methods in it.polimi.ingsw.server.controller.game_state_controller that throw StudentNotOnCharacterExceptionModifier and TypeMethodDescriptionvoidExpertGameStateController.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, Color student) default voidGameStateControllerCommonInterface.applyEffect(int characterIndex, Color student, int archipelagoIslandCode) default voidGameStateControllerCommonInterface.applyEffect(int characterIndex, List<Color> getStudents, List<Color> putStudents) -
Uses of StudentNotOnCharacterException in it.polimi.ingsw.server.model.game_logic
Methods in it.polimi.ingsw.server.model.game_logic that throw StudentNotOnCharacterExceptionModifier and TypeMethodDescriptionvoidExpertGameState.playPutOneStudentFromCharacterToArchipelago(Color color, int archipelagoIslandCode) This method executes the effect of the character with ID 1.default voidGameStateCommonInterface.playPutOneStudentFromCharacterToArchipelago(Color student, int archipelagoIslandCode) voidExpertGameState.playPutOneStudentFromCharacterToDiningRoom(Color color) This method executes the effect of the character with ID 11.default voidGameStateCommonInterface.playPutOneStudentFromCharacterToDiningRoom(Color color) voidExpertGameState.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) private voidExpertGameState.putOneStudentFromCharacterToDiningRoom(PlayableCharacter selectedCharacter, Color student)