Class ScoreAphid

Direct Known Subclasses:
BigScoreAphid

public class ScoreAphid extends Aphid
  • Constructor Details

    • ScoreAphid

      public ScoreAphid()
  • Method Details

    • getGivenPoints

      public int getGivenPoints()
      Overrides:
      getGivenPoints in class Aphid
    • bonusWhenCollectHoneydew

      public void bonusWhenCollectHoneydew(Creature collector)
      Description copied from class: Aphid
      Give bonus to collector when honeydew is collected.
      Overrides:
      bonusWhenCollectHoneydew in class Aphid
      Parameters:
      collector - The creature that collect the honeydew.