aim4.map
Interface SpawnPoint.SpawnSpecGenerator

All Known Implementing Classes:
GridMapUtil.EnumerateSpawnSpecGenerator, GridMapUtil.OneSpawnSpecGenerator, GridMapUtil.OnlyOneSpawnSpecGenerator, GridMapUtil.UniformSpawnSpecGenerator
Enclosing class:
SpawnPoint

public static interface SpawnPoint.SpawnSpecGenerator

The interface of the spawn specification genreator.


Method Summary
 List<SpawnPoint.SpawnSpec> act(SpawnPoint spawnPoint, double timeStep)
          Advance the time step.
 

Method Detail

act

List<SpawnPoint.SpawnSpec> act(SpawnPoint spawnPoint,
                               double timeStep)
Advance the time step.

Parameters:
spawnPoint - the spawn point
timeStep - the time step
Returns:
the list of spawn spec generated in this time step.


Copyright © 2011. All Rights Reserved.