Uses of Interface
it.polimi.ingsw.Common.ScoreCardInterface
Packages that use ScoreCardInterface
Package
Description
-
Uses of ScoreCardInterface in it.polimi.ingsw.Client.ClientModel
Classes in it.polimi.ingsw.Client.ClientModel that implement ScoreCardInterfaceFields in it.polimi.ingsw.Client.ClientModel with type parameters of type ScoreCardInterfaceModifier and TypeFieldDescriptionprivate Map<ScoreCardInterface,
CommonGoalCardInterface> ClientStatus.lts
Game's last turn scoresprivate Stack<ScoreCardInterface>
ClientStatus.sc
Methods in it.polimi.ingsw.Client.ClientModel that return types with arguments of type ScoreCardInterfaceModifier and TypeMethodDescriptionClientCommonGoalCard.getIncrements()
ClientStatus.getLastTurnScores()
ClientStatus.getScoreCards()
Method parameters in it.polimi.ingsw.Client.ClientModel with type arguments of type ScoreCardInterfaceModifier and TypeMethodDescriptionvoid
ClientStatus.setLastTurnScores
(Map<ScoreCardInterface, CommonGoalCardInterface> lts) void
ClientStatus.setScoreCards
(Stack<ScoreCardInterface> sc) -
Uses of ScoreCardInterface in it.polimi.ingsw.Common
Methods in it.polimi.ingsw.Common that return types with arguments of type ScoreCardInterfaceModifier and TypeMethodDescriptionCommonGoalCardInterface.getIncrements()
ClientStatusInterface.getLastTurnScores()
ClientStatusInterface.getScoreCards()
Method parameters in it.polimi.ingsw.Common with type arguments of type ScoreCardInterfaceModifier and TypeMethodDescriptionvoid
ClientStatusInterface.setLastTurnScores
(Map<ScoreCardInterface, CommonGoalCardInterface> lts) void
ClientStatusInterface.setScoreCards
(Stack<ScoreCardInterface> sc) -
Uses of ScoreCardInterface in it.polimi.ingsw.Server.Model
Classes in it.polimi.ingsw.Server.Model that implement ScoreCardInterfaceModifier and TypeClassDescriptionclass
ScoreCard with value 1 for the first player who completely fills his/her shelfclass
Objective ScoreCards implementationMethods in it.polimi.ingsw.Server.Model that return types with arguments of type ScoreCardInterface