public class Wall extends MapItem
Represents a wall in the labyrinth/map.
  • Constructor Details

    • Wall

      public Wall(Position position)
      Constructor with arguments.
      The value for pathable is false and for sprite is Sprite.WALL.
      Parameters:
      position - Position where the wall is.