Class Wall
java.lang.Object
edu.uoc.pacman.model.entities.Entity
edu.uoc.pacman.model.entities.items.MapItem
edu.uoc.pacman.model.entities.items.Wall
Represents a wall 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
-
Wall
Constructor with arguments.
The value forpathable
isfalse
and forsprite
isSprite.WALL
.- Parameters:
position
- Position where the wall is.
-