Uses of Class
it.polimi.ingsw.server.controller.game_state_controller.exceptions.CardIsNotInTheDeckException
Packages that use CardIsNotInTheDeckException
Package
Description
-
Uses of CardIsNotInTheDeckException in it.polimi.ingsw.server.controller.game_state_controller
Methods in it.polimi.ingsw.server.controller.game_state_controller that throw CardIsNotInTheDeckException -
Uses of CardIsNotInTheDeckException in it.polimi.ingsw.server.model.game_logic
Methods in it.polimi.ingsw.server.model.game_logic that throw CardIsNotInTheDeckExceptionModifier and TypeMethodDescriptionvoidThe current player plays the given cardvoidThis method receives an argument of type Card and proceeds removing the corresponding card from the player's deck of playable cards.voidGameState.playCardHandler(PlayCardEvent event)