public class Counter extends DamageReflect
Deals double damage back to the target if hit by a physical move.
  • Constructor Details

    • Counter

      public Counter()
      Initializes Counter.
  • Method Details

    • isCorrectCategory

      public boolean isCorrectCategory(AttackCategory category)
      Description copied from class: DamageReflect
      Checks if the attack category is able to be reflected by the move.
      Specified by:
      isCorrectCategory in class DamageReflect
      Parameters:
      category - The category of the attack being used.
      Returns:
      Whether the attack category is able to be reflected by the move.