rescuecore.tools.mapgenerator
Interface BuildingGenerator

All Known Implementing Classes:
BlocksBuildingGenerator

public interface BuildingGenerator

Interface to classes that add buildings to a RescueMap.


Method Summary
 void addBuildings(RescueMap rm, int uniformity, int buildDensity, java.util.Random rand)
          Adds the buildings.
 

Method Detail

addBuildings

public void addBuildings(RescueMap rm,
                         int uniformity,
                         int buildDensity,
                         java.util.Random rand)
Adds the buildings.

Parameters:
rm - The RescueMap to add to.
uniformity - The regularity amongst buildings.
buildDensity - The density of the buildings.
rand - The random number generator.