Uses of Class
it.polimi.ingsw.server.model.game_logic.exceptions.EmptyCloudException
Packages that use EmptyCloudException
Package
Description
-
Uses of EmptyCloudException in it.polimi.ingsw.server.controller.game_state_controller
Methods in it.polimi.ingsw.server.controller.game_state_controller that throw EmptyCloudExceptionModifier and TypeMethodDescriptionvoidGameStateController.grabStudentsFromCloud(int cloudIndex) This method performs all the checks required by the rules and then, if all of them are met, modifies the gameState grabbing the students from the chosen cloud. -
Uses of EmptyCloudException in it.polimi.ingsw.server.model.game_logic
Methods in it.polimi.ingsw.server.model.game_logic that throw EmptyCloudExceptionModifier and TypeMethodDescriptionvoidGameState.grabStudentsFromCloud(int cloudIndex) The current player grabs all the students from a cloud and puts them in the entrancevoidGameState.grabStudentsFromCloudHandler(GrabStudentsFromCloudEvent event)