Class ThroatChop


public class ThroatChop extends StatusBase
Created by Jay113355 on 7/30/2020. https://bulbapedia.bulbagarden.net/wiki/Throat_Chop_(move)
  • Constructor Details

    • ThroatChop

      public ThroatChop()
  • Method Details

    • applyEffect

      public void applyEffect(PixelmonWrapper user, PixelmonWrapper target)
      Description copied from class: EffectBase
      Causes various effects during the move.
      Overrides:
      applyEffect in class StatusBase
      Parameters:
      user - The move's user.
      target - The move's target.
    • canAttackThisTurn

      public boolean canAttackThisTurn(PixelmonWrapper user, Attack a)
      Determines whether the statused Pokémon can attack.
      Overrides:
      canAttackThisTurn in class StatusBase
      Parameters:
      user - The statused Pokémon.
      a - The attack to be used by the Pokémon.
      Returns:
      Whether the Pokémon can attack.
    • applyRepeatedEffect

      public void applyRepeatedEffect(PixelmonWrapper pw)
      Triggered at the end of every turn.
      Overrides:
      applyRepeatedEffect in class StatusBase
      Parameters:
      pw - The statused Pokémon.