Uses of Class
it.polimi.ingsw.server.model.game_logic.exceptions.NoAvailableLockException
Packages that use NoAvailableLockException
Package
Description
-
Uses of NoAvailableLockException in it.polimi.ingsw.server.controller.game_state_controller
Methods in it.polimi.ingsw.server.controller.game_state_controller that throw NoAvailableLockExceptionModifier 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 NoAvailableLockException in it.polimi.ingsw.server.model.game_logic
Methods in it.polimi.ingsw.server.model.game_logic that throw NoAvailableLockExceptionModifier and TypeMethodDescriptionvoidExpertGameState.playCharacterLock(int archipelagoIslandCode) This method executes the effect of the character with ID 5.default voidGameStateCommonInterface.playCharacterLock(int archipelagoIslandCode)