Uses of Interface
it.polimi.ingsw.Common.PersonalGoalCardInterface
Package
Description
-
Uses of PersonalGoalCardInterface in it.polimi.ingsw.Client
Modifier and TypeMethodDescriptionstatic void
GUI.updatePersonalGoalCard
(PersonalGoalCardInterface pgCard) This method is used to update personal goal cards -
Uses of PersonalGoalCardInterface in it.polimi.ingsw.Client.ClientModel
Modifier and TypeFieldDescriptionprivate PersonalGoalCardInterface
ClientStatus.pgCard
Personal Goal Card for the PlayerModifier and TypeMethodDescriptionClientStatus.getPersonalGoalCard()
Getter method for Player's Personal Goal CardModifier and TypeMethodDescriptionvoid
ClientStatus.setCards
(PersonalGoalCardInterface pgCard, List<CommonGoalCardInterface> cgCard) Aggregate setter for Game's and Player's cards -
Uses of PersonalGoalCardInterface in it.polimi.ingsw.Client.View
Modifier and TypeMethodDescriptionstatic void
MultipleView.automaticPrint
(BoardInterface b, ShelfInterface s, PersonalGoalCardInterface pgc, PrintWriter pw) Automatically selects the correct type of terminal printing, based on terminal sizePersonalGoalCardView.buildString
(PersonalGoalCardInterface pgc) Builds Personal Goal Card string for MultipleView Printingprivate static void
MultipleView.completePrint
(BoardInterface b, ShelfInterface s, PersonalGoalCardInterface pgc, PrintWriter pw) Utilitary method for complete printingstatic void
PersonalGoalCardView.print
(PersonalGoalCardInterface pgc, PrintWriter pw) Prints a PersonalGoalCard on a PrintWriterprivate static void
MultipleView.sequentialPrint
(BoardInterface b, ShelfInterface s, PersonalGoalCardInterface pgc, PrintWriter pw) Utilitary method for sequential printing -
Uses of PersonalGoalCardInterface in it.polimi.ingsw.Common
Modifier and TypeMethodDescriptionClientStatusInterface.getPersonalGoalCard()
Getter method for Player's Personal Goal CardModifier and TypeMethodDescriptionvoid
ClientStatusInterface.setCards
(PersonalGoalCardInterface pgCard, List<CommonGoalCardInterface> cgCard) Aggregate setter for Game's and Player's cards -
Uses of PersonalGoalCardInterface in it.polimi.ingsw.Server.Controller
Modifier and TypeMethodDescriptionGameController.getPersonalGoalCard
(String nickname) getter method for PersonalGoalCard -
Uses of PersonalGoalCardInterface in it.polimi.ingsw.Server.Model
Modifier and TypeClassDescriptionclass
This class represents the Personal Goal cards, thanks to which players may grant points if they match the pattern with the corresponding ObjectCardsModifier and TypeMethodDescriptionGame.getPersonalGoalCardInterfaceFromNickname
(String nickname) this method is a getter of PersonalGoalCard obtained from nickname