Package edu.uoc.pacman.model.entities
Interface Scorable
public interface Scorable
Defines the methods that any scorable entity must have.
-
Method Summary
-
Method Details
-
getPoints
int getPoints()Gets points.- Returns:
- The number of points that the entity gives.
-