Package com.csse3200.game.areas.map
Class Map
java.lang.Object
com.csse3200.game.areas.map.Map
Map type returned by the Maplayout class when loading in a map
Contains a list of benches and stations
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the list of benchesint
Returns the number of benchesint
Returns the number of stationsReturns the list of stations
-
Constructor Details
-
Map
-
-
Method Details
-
getBenches
Returns the list of benches -
getStations
Returns the list of stations -
getNumBenches
public int getNumBenches()Returns the number of benches -
getNumStations
public int getNumStations()Returns the number of stations
-