Class BaseLevelConfig
java.lang.Object
com.csse3200.game.entities.configs.BaseLevelConfig
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
DeserializedLevelConfig is a wrapper class for the BaseLevelConfig class. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BaseLevelConfig
public BaseLevelConfig()Default constructor
-
-
Method Details
-
isSlotMachine
public boolean isSlotMachine()Get the is slot machine- Returns:
- the is slot machine
-
getLevelNumber
public int getLevelNumber()Get the level number- Returns:
- the level number
-
getMapFile
Get the map file- Returns:
- the map file
-
getRows
public int getRows()Get the number of rows- Returns:
- the number of rows
-
getCols
public int getCols()Get the number of columns- Returns:
- the number of columns
-
getWaves
Get the waves- Returns:
- the waves
-
getNextLevel
Get the next level- Returns:
- the next level
-