java.lang.Object
com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleClause
com.pixelmonmod.pixelmon.battles.api.rules.clauses.type.SpeedPassClause
All Implemented Interfaces:
IEncodeable, Comparable<BattleClause>

public class SpeedPassClause extends BattleClause
Prevents Pokémon from having Baton Pass, a way of boosting speed, and a way of boosting another stat.
  • Constructor Details

    • SpeedPassClause

      public SpeedPassClause()
      Initializes the clause.
  • Method Details

    • validateSingle

      public boolean validateSingle(Pokemon pokemon)
      Description copied from class: BattleClause
      Checks if the rule allows a Pokémon to be chosen for battle.
      Overrides:
      validateSingle in class BattleClause
      Parameters:
      pokemon - The Pokémon to check.
      Returns:
      Whether the rule allows the given Pokémon to be chosen for battle.