public class UntradeableRequirement extends AbstractBooleanPokemonRequirement
value
keys
Constructor and Description |
---|
UntradeableRequirement() |
UntradeableRequirement(boolean value) |
Modifier and Type | Method and Description |
---|---|
void |
applyData(Pokemon pixelmon) |
Requirement<Pokemon,EntityPixelmon,java.lang.Boolean> |
createInstance(java.lang.Boolean value)
Creates a new instance of the requirement with the given value
|
boolean |
isDataMatch(Pokemon pixelmon) |
createSimple, getValue, parseBoolean
applyMinecraft, isMinecraftMatch
create, fits, getAliases
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPriority, shouldContinue
public UntradeableRequirement()
public UntradeableRequirement(boolean value)
public Requirement<Pokemon,EntityPixelmon,java.lang.Boolean> createInstance(java.lang.Boolean value)
Requirement
value
- The valuepublic boolean isDataMatch(Pokemon pixelmon)
public void applyData(Pokemon pixelmon)