Interface | Description |
---|---|
CalculateSpawnLocations |
Implementations of this interface are responsible for calculating all the possible
SpawnLocation s 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 |