Class GenderRequirement

All Implemented Interfaces:
Requirement<Pokemon,StatueEntity,Gender>

public class GenderRequirement extends AbstractStatueRequirement<Gender>
  • Constructor Details

    • GenderRequirement

      public GenderRequirement()
    • GenderRequirement

      public GenderRequirement(Gender gender)
  • Method Details

    • create

      public ParseAttempt<List<Requirement<Pokemon,StatueEntity,?>>> create(String key, String spec)
      Description copied from class: AbstractRequirement
      Attempts to parse the spec with the key that was found in the spec string
      Specified by:
      create in class AbstractStatueRequirement<Gender>
      Parameters:
      key - The key found
      spec - The spec being parsed
      Returns:
      The parse attempt
    • createInstance

      public ParseAttempt<Requirement<Pokemon,StatueEntity,Gender>> createInstance(Gender value)
      Description copied from interface: Requirement
      Creates a new instance of the requirement with the given value
      Parameters:
      value - The value
      Returns:
      The new requirement instance
    • isDataMatch

      public boolean isDataMatch(Pokemon pixelmon)
      Description copied from interface: Requirement
      If the data type matches the parsed requirement
      Parameters:
      pixelmon - The data to check against
      Returns:
      True if a match
    • applyData

      public void applyData(Pokemon pixelmon)
      Description copied from interface: Requirement
      Applies the parsed requirement to the data
      Parameters:
      pixelmon - The data
    • getValue

      public Gender getValue()
      Description copied from interface: Requirement
      Gets the internal value of the requirement
      Returns:
      The value stored