Class Ground

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

public class Ground extends Tile
Represents an empty tile.
Author:
Abdul
  • Constructor Details

    • Ground

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