public class MetalBurst extends DamageReflect
Deals damage equal to 1.5x of the damage dealt by the last attack to hit the user.
  • Constructor Details

    • MetalBurst

      public MetalBurst()
      Initializes Metal Burst.
  • 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.