Class Ground
java.lang.Object
nz.ac.vuw.ecs.swen225.gp22.domain.Tile
nz.ac.vuw.ecs.swen225.gp22.domain.Ground
Represents an empty tile.
- Author:
 - Abdul
 
- 
Constructor Summary
ConstructorsConstructorDescriptionGround(Maze.Point tilePos) Default constructor, sets the position of the tile, and obstructiveness to false. - 
Method Summary
Methods inherited from class nz.ac.vuw.ecs.swen225.gp22.domain.Tile
deleteTile, getPos, isObstructive, setObstructive, setPos