Uses of Interface
it.polimi.ingsw.Common.CommonGoalCardInterface
Packages that use CommonGoalCardInterface
Package
Description
-
Uses of CommonGoalCardInterface in it.polimi.ingsw.Client
Methods in it.polimi.ingsw.Client with parameters of type CommonGoalCardInterfaceModifier 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
Classes in it.polimi.ingsw.Client.ClientModel that implement CommonGoalCardInterfaceFields in it.polimi.ingsw.Client.ClientModel with type parameters of type CommonGoalCardInterfaceModifier and TypeFieldDescriptionprivate List<CommonGoalCardInterface>
ClientStatus.cgCard
Game's Common Goal Card (1-2)private Map<ScoreCardInterface,
CommonGoalCardInterface> ClientStatus.lts
Game's last turn scoresMethods in it.polimi.ingsw.Client.ClientModel that return types with arguments of type CommonGoalCardInterfaceModifier and TypeMethodDescriptionClientStatus.getCommonGoalCard()
Getter method for Game's Common Goal CardsClientStatus.getLastTurnScores()
Method parameters in it.polimi.ingsw.Client.ClientModel with type arguments of type CommonGoalCardInterfaceModifier 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
Methods in it.polimi.ingsw.Client.View with parameters of type CommonGoalCardInterfaceModifier and TypeMethodDescriptionvoid
TerminalAbstraction.printCGC
(CommonGoalCardInterface c1, CommonGoalCardInterface c2) Prints Common Goal Cards description -
Uses of CommonGoalCardInterface in it.polimi.ingsw.Common
Methods in it.polimi.ingsw.Common that return types with arguments of type CommonGoalCardInterfaceModifier and TypeMethodDescriptionClientStatusInterface.getCommonGoalCard()
Getter method for Game's Common Goal CardsClientStatusInterface.getLastTurnScores()
Method parameters in it.polimi.ingsw.Common with type arguments of type CommonGoalCardInterfaceModifier 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
Methods in it.polimi.ingsw.Server.Controller that return types with arguments of type CommonGoalCardInterfaceModifier and TypeMethodDescriptionGameController.getCommonGoalCards()
getter method for CommonGoalCards -
Uses of CommonGoalCardInterface in it.polimi.ingsw.Server.Model
Classes in it.polimi.ingsw.Server.Model that implement CommonGoalCardInterfaceModifier and TypeClassDescriptionclass
This class represents the Common Goal cards, thanks to which players may grant points, achieving a specific patternMethods in it.polimi.ingsw.Server.Model that return types with arguments of type CommonGoalCardInterfaceModifier and TypeMethodDescriptionGame.getCommonGoalCards()
this method is a getter for CommonGoalCards