Module polimi.ingsw.am21.codex
Class Objective
java.lang.Object
polimi.ingsw.am21.codex.model.Cards.Objectives.Objective
- All Implemented Interfaces:
CliCard
- Direct Known Subclasses:
CountingObjective
,GeometricObjective
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract BiFunction
<PlayerBoard, Integer, Integer> Function that takes in a playerboard and the points of the objective card and returns the rewarded pointsMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface polimi.ingsw.am21.codex.view.TUI.utils.CliCard
cardToAscii, cardToAscii, cardToString
-
Constructor Details
-
Objective
public Objective()
-
-
Method Details
-
getEvaluator
Function that takes in a playerboard and the points of the objective card and returns the rewarded points
-