public class GenderRequirement extends AbstractPokemonRequirement<Gender>
keys| Constructor and Description |
|---|
GenderRequirement() |
GenderRequirement(Gender gender) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyData(Pokemon pixelmon) |
Requirement<Pokemon,PixelmonEntity,Gender> |
createInstance(Gender value)
Creates a new instance of the requirement with the given value
|
java.util.List<Requirement<Pokemon,PixelmonEntity,?>> |
createSimple(java.lang.String key,
java.lang.String spec) |
Gender |
getValue()
Gets the internal value of the requirement
|
boolean |
isDataMatch(Pokemon pixelmon) |
applyMinecraft, isMinecraftMatchcreate, fits, getAliasesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPriority, shouldContinuepublic GenderRequirement()
public GenderRequirement(Gender gender)
public java.util.List<Requirement<Pokemon,PixelmonEntity,?>> createSimple(java.lang.String key, java.lang.String spec)
createSimple in class AbstractPokemonRequirement<Gender>public Requirement<Pokemon,PixelmonEntity,Gender> createInstance(Gender value)
Requirementvalue - The valuepublic boolean isDataMatch(Pokemon pixelmon)
public void applyData(Pokemon pixelmon)
public Gender getValue()
Requirement