Pacman
public interface Ipacman
Modifier and Type | Method | Description |
---|---|---|
Direction |
getDirection() |
get the direction of Pacman
|
int |
getPoints() |
get the points of pacman
|
int |
getPositionX() |
get the position in X
|
int |
getPositionY() |
get the position in Y
|
int |
getPV() |
get the PV of pacman
|
boolean |
isEaten() |
int getPositionX()
int getPositionY()
Direction getDirection()
int getPV()
int getPoints()
boolean isEaten()