public class HeldItemRequirement extends AbstractPokemonRequirement<HeldItem>
keys
Constructor and Description |
---|
HeldItemRequirement() |
HeldItemRequirement(HeldItem heldItem) |
Modifier and Type | Method and Description |
---|---|
void |
applyData(Pokemon pokemon) |
Requirement<Pokemon,EntityPixelmon,HeldItem> |
createInstance(HeldItem 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) |
HeldItem |
getValue()
Gets the internal value of the requirement
|
boolean |
isDataMatch(Pokemon pokemon) |
applyMinecraft, isMinecraftMatch
create, fits, getAliases
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPriority, shouldContinue
public HeldItemRequirement()
public HeldItemRequirement(HeldItem heldItem)
public java.util.List<Requirement<Pokemon,EntityPixelmon,?>> createSimple(java.lang.String key, java.lang.String spec)
createSimple
in class AbstractPokemonRequirement<HeldItem>
public Requirement<Pokemon,EntityPixelmon,HeldItem> createInstance(HeldItem value)
Requirement
value
- The valuepublic boolean isDataMatch(Pokemon pokemon)
public void applyData(Pokemon pokemon)
public HeldItem getValue()
Requirement