Class IVsModifyRequirement

All Implemented Interfaces:
Requirement<Pokemon,PixelmonEntity,Integer>

public class IVsModifyRequirement extends AbstractIntegerPokemonRequirement
  • Constructor Details

    • IVsModifyRequirement

      public IVsModifyRequirement(BattleStatsType statType)
    • IVsModifyRequirement

      public IVsModifyRequirement(BattleStatsType statType, int value)
  • Method Details

    • createInstance

      public ParseAttempt<Requirement<Pokemon,PixelmonEntity,Integer>> createInstance(Integer 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