Uses of Class
it.polimi.ingsw.server.model.game_logic.exceptions.ArchipelagoAlreadyLockedException
Packages that use ArchipelagoAlreadyLockedException
Package
Description
-
Uses of ArchipelagoAlreadyLockedException in it.polimi.ingsw.server.controller.game_state_controller
Methods in it.polimi.ingsw.server.controller.game_state_controller that throw ArchipelagoAlreadyLockedExceptionModifier and TypeMethodDescriptionbooleanExpertGameStateController.applyEffect(int characterIndex, int archipelagoIslandCode) This method applies the effect of the character corresponding to the inputted character index.default booleanGameStateControllerCommonInterface.applyEffect(int characterIndex, int archipelagoIslandCode) -
Uses of ArchipelagoAlreadyLockedException in it.polimi.ingsw.server.model.game_logic
Methods in it.polimi.ingsw.server.model.game_logic that throw ArchipelagoAlreadyLockedExceptionModifier and TypeMethodDescriptiondefault voidArchipelagoCommonInterface.lock()voidExpertArchipelago.lock()This method sets the lock of the archipelago to trueprivate voidExpertGameState.lockArchipelago(Archipelago archipelagoToLock) voidExpertGameState.playCharacterLock(int archipelagoIslandCode) This method executes the effect of the character with ID 5.default voidGameStateCommonInterface.playCharacterLock(int archipelagoIslandCode)