Uses of Class
it.polimi.ingsw.server.model.game_logic.exceptions.NotEnoughCoinsException
Packages that use NotEnoughCoinsException
Package
Description
-
Uses of NotEnoughCoinsException in it.polimi.ingsw.server.controller.game_state_controller
Methods in it.polimi.ingsw.server.controller.game_state_controller that throw NotEnoughCoinsExceptionModifier 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) -
Uses of NotEnoughCoinsException in it.polimi.ingsw.server.model.game_logic
Methods in it.polimi.ingsw.server.model.game_logic that throw NotEnoughCoinsExceptionModifier and TypeMethodDescriptionvoidExpertGameState.playCharacterLock(int archipelagoIslandCode) This method executes the effect of the character with ID 5.default voidGameStateCommonInterface.playCharacterLock(int archipelagoIslandCode) voidExpertGameState.playColorDoesntCount(Color color) This method executes the effect of the character with ID 9.default voidGameStateCommonInterface.playColorDoesntCount(Color color) voidExpertGameState.playGetProfessorsWithSameStudents()This method executes the effect of the character with ID 2.default voidGameStateCommonInterface.playGetProfessorsWithSameStudents()booleanExpertGameState.playMoveMotherNatureToAnyArchipelago(int archipelagoIslandCode) This method executes the effect of the character with ID 3.default booleanGameStateCommonInterface.playMoveMotherNatureToAnyArchipelago(int archipelagoIslandCode) voidExpertGameState.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.playPutThreeStudentsInTheBag(Color color) This method executes the effect of the character with ID 12.default voidGameStateCommonInterface.playPutThreeStudentsInTheBag(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) 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) voidExpertGameState.playTowersDontCount()This method executes the effect of the character with ID 6.default voidGameStateCommonInterface.playTowersDontCount()voidExpertGameState.playTwoAdditionalInfluence()This method executes the effect of the character with ID 8.default voidGameStateCommonInterface.playTwoAdditionalInfluence()voidExpertGameState.playTwoAdditionalSteps()This method executes the effect of the character with ID 4.default voidGameStateCommonInterface.playTwoAdditionalSteps()