Class Autotomize


public class Autotomize extends StatusBase
Lowers the user's weight.
  • Constructor Details

    • Autotomize

      public Autotomize()
      Initializes the status.
  • 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.
    • modifyWeight

      public float modifyWeight(float initWeight)
      Description copied from class: StatusBase
      Modifies the Pokémon's weight.
      Overrides:
      modifyWeight in class StatusBase
      Parameters:
      initWeight - The Pokémon's weight.
      Returns:
      The modified weight.