public class LevelingEvolution extends Evolution
Modifier and Type | Field and Description |
---|---|
java.lang.Integer |
level |
conditions, evolutionTypes, evoType, moves, to
Constructor and Description |
---|
LevelingEvolution() |
LevelingEvolution(PokemonSpecification to,
java.lang.Integer level,
EvoCondition... conditions) |
Modifier and Type | Method and Description |
---|---|
boolean |
canEvolve(PixelmonEntity pokemon,
int level) |
int |
getPokemonLevel() |
canEvolve, consumesHeldItem, doEvolution, finishedEvolving, finishedEvolving, getConditionsOfType
public LevelingEvolution()
public LevelingEvolution(PokemonSpecification to, java.lang.Integer level, EvoCondition... conditions)
public int getPokemonLevel()
public boolean canEvolve(PixelmonEntity pokemon, int level)