Uses of Interface
it.polimi.ingsw.Common.CommonGoalCardInterface
Package
Description
-
Uses of CommonGoalCardInterface in it.polimi.ingsw.Client
Modifier and TypeMethodDescriptionstatic void
GUI.updateCommonGoalCards
(CommonGoalCardInterface firstCGC, CommonGoalCardInterface secondCGC) This method is used to update common goal cards -
Uses of CommonGoalCardInterface in it.polimi.ingsw.Client.ClientModel
Modifier and TypeFieldDescriptionprivate List<CommonGoalCardInterface>
ClientStatus.cgCard
Game's Common Goal Card (1-2)private Map<ScoreCardInterface,
CommonGoalCardInterface> ClientStatus.lts
Game's last turn scoresModifier and TypeMethodDescriptionClientStatus.getCommonGoalCard()
Getter method for Game's Common Goal CardsClientStatus.getLastTurnScores()
Modifier and TypeMethodDescriptionvoid
ClientStatus.setCards
(PersonalGoalCardInterface pgCard, List<CommonGoalCardInterface> cgCard) Aggregate setter for Game's and Player's cardsvoid
ClientStatus.setLastTurnScores
(Map<ScoreCardInterface, CommonGoalCardInterface> lts) -
Uses of CommonGoalCardInterface in it.polimi.ingsw.Client.View
Modifier and TypeMethodDescriptionvoid
TerminalAbstraction.printCGC
(CommonGoalCardInterface c1, CommonGoalCardInterface c2) Prints Common Goal Cards description -
Uses of CommonGoalCardInterface in it.polimi.ingsw.Common
Modifier and TypeMethodDescriptionClientStatusInterface.getCommonGoalCard()
Getter method for Game's Common Goal CardsClientStatusInterface.getLastTurnScores()
Modifier and TypeMethodDescriptionvoid
ClientStatusInterface.setCards
(PersonalGoalCardInterface pgCard, List<CommonGoalCardInterface> cgCard) Aggregate setter for Game's and Player's cardsvoid
ClientStatusInterface.setLastTurnScores
(Map<ScoreCardInterface, CommonGoalCardInterface> lts) -
Uses of CommonGoalCardInterface in it.polimi.ingsw.Server.Controller
Modifier and TypeMethodDescriptionGameController.getCommonGoalCards()
getter method for CommonGoalCards -
Uses of CommonGoalCardInterface in it.polimi.ingsw.Server.Model
Modifier and TypeClassDescriptionclass
This class represents the Common Goal cards, thanks to which players may grant points, achieving a specific patternModifier and TypeMethodDescriptionGame.getCommonGoalCards()
this method is a getter for CommonGoalCards