171819202122232425
super( // In-ground //new LakePopulator(), // On-ground //new DesertPopulator(), new TreePopulator(), new MushroomPopulator(), new SnowPopulator(), new FlowerPopulator() // Belowground //new CavePopulator() ); }