Class Path
java.lang.Object
edu.uoc.pacman.model.entities.Entity
edu.uoc.pacman.model.entities.items.MapItem
edu.uoc.pacman.model.entities.items.Path
Represents a path in the labyrinth/map.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class edu.uoc.pacman.model.entities.Entity
getPosition, getSprite, isPathable, setPathable, setPosition, setSprite
-
Constructor Details
-
Path
Constructor with arguments.
The value forpathable
istrue
and forsprite
isSprite.PATH
.- Parameters:
position
- Position where the path is.
-