Class BaseLevelConfig

java.lang.Object
com.csse3200.game.entities.configs.BaseLevelConfig

public class BaseLevelConfig extends Object
  • 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

      public String 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

      public List<BaseWaveConfig> getWaves()
      Get the waves
      Returns:
      the waves
    • getNextLevel

      public String getNextLevel()
      Get the next level
      Returns:
      the next level