| Interface | Description |
|---|---|
| CalculateSpawnLocations |
Implementations of this interface are responsible for calculating all the possible
SpawnLocations that suit
a given BlockCollection. |
| CheckSpawns |
Interface for performing /checkspawns calculations.
|
| SelectionAlgorithm |
Interface for an algorithm used to select spawns from a list of possible spawns.
|
| Class | Description |
|---|---|
| CalculateSpawnLocations.DummyImpl | |
| CurryCheckSpawns |