Uses of Enum Class
it.polimi.ingsw.server.model.game_logic.enums.Card
Packages that use Card
Package
Description
-
Uses of Card in it.polimi.ingsw.client.new_gui
Fields in it.polimi.ingsw.client.new_gui with type parameters of type Card -
Uses of Card in it.polimi.ingsw.client.new_gui.input_handler
Fields in it.polimi.ingsw.client.new_gui.input_handler with type parameters of type CardMethods in it.polimi.ingsw.client.new_gui.input_handler with parameters of type Card -
Uses of Card in it.polimi.ingsw.client.new_gui.views.enemies_view
Methods in it.polimi.ingsw.client.new_gui.views.enemies_view with parameters of type CardModifier and TypeMethodDescriptionstatic javafx.scene.layout.PaneEnemySchoolBoardsRenderer.renderLastCardPlayed(LightSchoolBoard schoolBoard, Card lastCardPlayed) -
Uses of Card in it.polimi.ingsw.client.new_gui.views.player_view
Methods in it.polimi.ingsw.client.new_gui.views.player_view with parameters of type CardModifier and TypeMethodDescriptionprivate static voidCardsRenderer.onMouseClickCard(javafx.scene.image.ImageView cardImgView, Card card) Method parameters in it.polimi.ingsw.client.new_gui.views.player_view with type arguments of type CardModifier and TypeMethodDescriptionstatic javafx.scene.layout.PaneCardsRenderer.renderCards(List<Card> cards) -
Uses of Card in it.polimi.ingsw.server.controller.game_state_controller
Methods in it.polimi.ingsw.server.controller.game_state_controller with parameters of type Card -
Uses of Card in it.polimi.ingsw.server.controller.game_state_controller.messages
Fields in it.polimi.ingsw.server.controller.game_state_controller.messages declared as CardConstructors in it.polimi.ingsw.server.controller.game_state_controller.messages with parameters of type Card -
Uses of Card in it.polimi.ingsw.server.model.game_logic
Fields in it.polimi.ingsw.server.model.game_logic with type parameters of type CardModifier and TypeFieldDescriptionLightSchoolBoard.deckSchoolBoard.deckGameState.schoolBoardIdsToCardPlayedThisRoundLightGameState.schoolBoardIdsToCardPlayedThisRoundGameState.schoolBoardIdsToLastCardPlayedMethods in it.polimi.ingsw.server.model.game_logic that return types with arguments of type CardModifier and TypeMethodDescriptionSchoolBoard.getDeck()Returns the deck made up by the remaining assistant cards yet to be playedGameState.getSchoolBoardIdsToCardPlayedThisRound()This method returns a map that links every schoolBoard to the card it played in this roundMethods in it.polimi.ingsw.server.model.game_logic with parameters of type CardModifier 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.Constructor parameters in it.polimi.ingsw.server.model.game_logic with type arguments of type CardModifierConstructorDescriptionLightGameState(List<LightArchipelago> archipelagos, List<LightSchoolBoard> schoolBoards, List<List<Color>> clouds, int currentPlayerSchoolBoardId, Phase currentPhase, List<Integer> roundOrder, int motherNaturePosition, Map<Integer, Card> schoolBoardIdsToCardPlayedThisRound, List<LightPlayableCharacter> availableCharacters, LightPlayableCharacter characterPlayedInCurrentTurn) -
Uses of Card in it.polimi.ingsw.server.model.game_logic.enums
Methods in it.polimi.ingsw.server.model.game_logic.enums that return CardModifier and TypeMethodDescriptionstatic CardReturns the enum constant of this class with the specified name.static Card[]Card.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in it.polimi.ingsw.server.model.game_logic.enums that return types with arguments of type Card -
Uses of Card in it.polimi.ingsw.server.model.game_logic.events
Fields in it.polimi.ingsw.server.model.game_logic.events declared as CardConstructors in it.polimi.ingsw.server.model.game_logic.events with parameters of type Card