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

public class PoisonPuppeteer extends AbstractAbility
When Pecharunt poisons a pokemon with its moves, the pokemon is also confused.
  • Constructor Details

    • PoisonPuppeteer

      public PoisonPuppeteer()
  • Method Details

    • onStatusInflicted

      public void onStatusInflicted(StatusBase status, PixelmonWrapper user, PixelmonWrapper target)
      Description copied from interface: Ability
      Triggers when the Pokémon inflicts a status.
      Parameters:
      status - The status that was added.
      user - The Pokémon who inflicted the status.
      target - The Pokémon who gained the status.
    • canBeRoleplayed

      public boolean canBeRoleplayed()
      Description copied from interface: Ability
      Returns whether the ability can be copied via Roleplay.
      Returns:
      Whether the ability can be copied.
    • canBeReceived

      public boolean canBeReceived()
      Description copied from interface: Ability
      Returns whether the ability can be copied from an ally via Receiver.
      Returns:
      Whether the ability can be Received from an ally.
    • canBeEntrained

      public boolean canBeEntrained()
      Description copied from interface: Ability
      Returns whether the ability can be transferred via Entrainment.
      Returns:
      Whether the ability can be set on opponent.
    • canBeTraced

      public boolean canBeTraced()
      Description copied from interface: Ability
      Returns whether the ability can be copied via Trace.
      Returns:
      Whether the ability can be Traced.
    • canBeSwapped

      public boolean canBeSwapped()
      Description copied from interface: Ability
      Returns whether the ability can be part of a Skill Swap exchange.
      Returns:
      Whether the ability can be swapped.