Uses of Class
it.polimi.ingsw.server.model.game_logic.exceptions.InvalidArchipelagoIdException
Packages that use InvalidArchipelagoIdException
Package
Description
-
Uses of InvalidArchipelagoIdException in it.polimi.ingsw.server.controller.game_state_controller
Methods in it.polimi.ingsw.server.controller.game_state_controller that throw InvalidArchipelagoIdExceptionModifier and TypeMethodDescriptionbooleanExpertGameStateController.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, int archipelagoIslandCode) This method applies the effect of the character corresponding to the inputted character index.default booleanGameStateControllerCommonInterface.applyEffect(int characterIndex, int archipelagoIslandCode) default voidGameStateControllerCommonInterface.applyEffect(int characterIndex, Color student, int archipelagoIslandCode) -
Uses of InvalidArchipelagoIdException in it.polimi.ingsw.server.model.game_logic
Methods in it.polimi.ingsw.server.model.game_logic that throw InvalidArchipelagoIdExceptionModifier and TypeMethodDescriptionvoidExpertGameState.playCharacterLock(int archipelagoIslandCode) This method executes the effect of the character with ID 5.default voidGameStateCommonInterface.playCharacterLock(int archipelagoIslandCode) 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)