Class LevelByDistanceEvolutionCondition

java.lang.Object
com.pixelmonmod.pixelmon.spawning.LevelByDistanceEvolutionCondition
All Implemented Interfaces:
SpawnerCondition

public class LevelByDistanceEvolutionCondition extends Object implements SpawnerCondition
A condition that applies when levels by distance setting is on. It will prevent spawn attempts for Pokémon that should not be possible at the pokemonLevel for this distance due to pokemonLevel based evolution.

For example, a Squirtle should not be capable of spawning a very long distance from the spawn because past pokemonLevel 15 because past that pokemonLevel it would be reasonable to say it's evolved.