public class PokerusRequirement extends AbstractPokemonRequirement<EnumPokerusType>
keys| Constructor and Description |
|---|
PokerusRequirement() |
PokerusRequirement(EnumPokerusType pokerus) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyData(Pokemon pixelmon) |
Requirement<Pokemon,EntityPixelmon,EnumPokerusType> |
createInstance(EnumPokerusType value)
Creates a new instance of the requirement with the given value
|
java.util.List<Requirement<Pokemon,EntityPixelmon,?>> |
createSimple(java.lang.String key,
java.lang.String spec) |
EnumPokerusType |
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 PokerusRequirement()
public PokerusRequirement(EnumPokerusType pokerus)
public java.util.List<Requirement<Pokemon,EntityPixelmon,?>> createSimple(java.lang.String key, java.lang.String spec)
createSimple in class AbstractPokemonRequirement<EnumPokerusType>public Requirement<Pokemon,EntityPixelmon,EnumPokerusType> createInstance(EnumPokerusType value)
Requirementvalue - The valuepublic boolean isDataMatch(Pokemon pixelmon)
public void applyData(Pokemon pixelmon)
public EnumPokerusType getValue()
Requirement