All Implemented Interfaces:
CliCard

public class GoldCardFrontSide extends ResourceCardFrontSide
  • Constructor Details

    • GoldCardFrontSide

      public GoldCardFrontSide(int points, List<ResourceType> placementCondition, PointConditionType pointCondition, ObjectType pointConditionObject)
      Constructor
      Parameters:
      points - The points the card should attribute to the player (if conditions are met)
      placementCondition - The resources required to place the card
      pointCondition - The type of condition required for the card to attribute points to the player (use null otherwise)
      pointConditionObject - The object to count when the point condition is of type 'OBJECT' (use null otherwise)
  • Method Details