Interface Scorable

All Known Implementing Classes:
Blinky, Clyde, Dot, Energizer, Ghost, Inky, Pinky

public interface Scorable
Defines the methods that any scorable entity must have.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Gets points.
  • Method Details

    • getPoints

      int getPoints()
      Gets points.
      Returns:
      The number of points that the entity gives.