public class GenderCondition extends EvoCondition
Modifier and Type | Field and Description |
---|---|
java.util.ArrayList<Gender> |
genders |
evoConditionType, evoConditionTypes
Constructor and Description |
---|
GenderCondition(Gender... genders) |
Modifier and Type | Method and Description |
---|---|
net.minecraft.util.text.IFormattableTextComponent |
getDescription() |
boolean |
passes(PixelmonEntity pixelmon) |
public java.util.ArrayList<Gender> genders
public GenderCondition(Gender... genders)
public boolean passes(PixelmonEntity pixelmon)
passes
in class EvoCondition
public net.minecraft.util.text.IFormattableTextComponent getDescription()
getDescription
in class EvoCondition