Package it.polimi.ingsw.Common
Interface CommonGoalCardInterface
- All Superinterfaces:
Remote
- All Known Implementing Classes:
ClientCommonGoalCard
,CommonGoalCard
CommonGoalCard Interface
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionThis method returns the textual description of the pattern that the player has to achieve, in order to gain points.int
getType()
Common Goal Card's type (ordinal)
-
Field Details
-
LIMIT
static final int LIMITLimit of Common Goal Cards.- See Also:
-
-
Method Details
-
getDescription
This method returns the textual description of the pattern that the player has to achieve, in order to gain points.- Returns:
- String: textual description of the pattern
- Throws:
RemoteException
- related to RMI
-
getType
Common Goal Card's type (ordinal)- Returns:
- type
- Throws:
RemoteException
- related to RMI
-
getIncrements
- Returns:
- Score Increments stack
- Throws:
RemoteException
- related to RMI
-