Class Wall
java.lang.Object
nz.ac.vuw.ecs.swen225.gp22.domain.Tile
nz.ac.vuw.ecs.swen225.gp22.domain.Wall
Represents a wall, the main tile that will
obstruct the player.
- Author:
- Abdul
-
Constructor Summary
ConstructorDescriptionWall
(Maze.Point tilePos) Default constructor, sets the position of the tile, and obstructiveness to true. -
Method Summary
Methods inherited from class nz.ac.vuw.ecs.swen225.gp22.domain.Tile
deleteTile, getPos, isObstructive, setObstructive, setPos