java.lang.Object
polimi.ingsw.am21.codex.model.Cards.Objectives.Objective
All Implemented Interfaces:
CliCard
Direct Known Subclasses:
CountingObjective, GeometricObjective

public abstract class Objective extends Object implements CliCard
  • Constructor Details

    • Objective

      public Objective()
  • Method Details

    • getEvaluator

      public abstract BiFunction<PlayerBoard,Integer,Integer> getEvaluator()
      Function that takes in a playerboard and the points of the objective card and returns the rewarded points