Class LevelImpl

java.lang.Object
pvzclone.model.impl.LevelImpl
All Implemented Interfaces:
Level

public class LevelImpl extends Object implements Level
Class that implements a Level.
  • Constructor Details

    • LevelImpl

      public LevelImpl(int zombieCount, int zombieWaveCount, long sunSpawnRate, long zombieSpawnRate, long sunSpawnRateDecrementRange, long zombieSpawnRateDecrementRange)
      Constructor of the Level Implementation.
      Parameters:
      zombieCount - the number of zombies
      zombieWaveCount - the number of zombie waves
      sunSpawnRate - the spawn rate of the sun
      zombieSpawnRate - the spawn rate of the zombie
      sunSpawnRateDecrementRange - the inc/dec range for suns' s.r.
      zombieSpawnRateDecrementRange - the inc/dec range for zombies' s.r.
  • Method Details