public class FormRequirement extends AbstractStringPokemonRequirement
defaultValue, valuekeys| Constructor and Description |
|---|
FormRequirement() |
FormRequirement(java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyData(Pokemon pixelmon) |
Requirement<Pokemon,PixelmonEntity,java.lang.String> |
createInstance(java.lang.String value)
Creates a new instance of the requirement with the given value
|
int |
getPriority()
Gets the order priority of the requirement.
|
boolean |
isDataMatch(Pokemon pixelmon) |
createSimple, getValueapplyMinecraft, isMinecraftMatchcreate, fits, getAliasesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitshouldContinuepublic FormRequirement()
public FormRequirement(java.lang.String value)
public int getPriority()
Requirementpublic Requirement<Pokemon,PixelmonEntity,java.lang.String> createInstance(java.lang.String value)
Requirementvalue - The valuepublic boolean isDataMatch(Pokemon pixelmon)
public void applyData(Pokemon pixelmon)