Class Exit
java.lang.Object
nz.ac.vuw.ecs.swen225.gp22.domain.Tile
nz.ac.vuw.ecs.swen225.gp22.domain.Exit
Represents a tile that will transition to the next level
when the player walks onto the tile.
- Author:
- Abdul
-
Constructor Summary
ConstructorDescriptionExit
(Maze.Point tilePos) Default constructor, sets the position 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