Class Map

java.lang.Object
com.csse3200.game.areas.map.Map

public class Map extends Object
Map type returned by the Maplayout class when loading in a map Contains a list of benches and stations
  • Constructor Details

  • Method Details

    • getBenches

      public ArrayList<Bench> getBenches()
      Returns the list of benches
    • getStations

      public ArrayList<Entity> getStations()
      Returns the list of stations
    • getNumBenches

      public int getNumBenches()
      Returns the number of benches
    • getNumStations

      public int getNumStations()
      Returns the number of stations