java.lang.Object
com.pixelmonmod.pixelmon.api.pokemon.ability.AbstractAbility
com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.EarlyBird
All Implemented Interfaces:
Ability, RarityTweak, ITranslatable

public class EarlyBird extends AbstractAbility
Halves the number of turns that sleep lasts.
  • Constructor Details

    • EarlyBird

      public EarlyBird()
  • Method Details

    • onStatusAdded

      public void onStatusAdded(StatusBase status, PixelmonWrapper user, PixelmonWrapper opponent)
      Description copied from interface: Ability
      Triggers when the Pokémon acquires a status.
      Parameters:
      status - The status that was added.
      user - The statused Pokémon.
      opponent - The Pokémon who caused the status.