public class LevelCondition extends EvoCondition
Modifier and Type | Field and Description |
---|---|
int |
level |
evoConditionType, evoConditionTypes
Constructor and Description |
---|
LevelCondition() |
LevelCondition(int level) |
Modifier and Type | Method and Description |
---|---|
boolean |
passes(PixelmonEntity pixelmon) |
getDescription
public LevelCondition()
public LevelCondition(int level)
public boolean passes(PixelmonEntity pixelmon)
passes
in class EvoCondition