Class Wall

java.lang.Object
nz.ac.vuw.ecs.swen225.gp22.domain.Tile
nz.ac.vuw.ecs.swen225.gp22.domain.Wall

public class Wall extends Tile
Represents a wall, the main tile that will obstruct the player.
Author:
Abdul
  • Constructor Details

    • Wall

      public Wall(Maze.Point tilePos)
      Default constructor, sets the position of the tile, and obstructiveness to true.
      Parameters:
      tilePos - Point to set the position field to.
  • Method Details