Class ParadoxBoostAbility

java.lang.Object
com.pixelmonmod.pixelmon.api.pokemon.ability.AbstractAbility
com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ParadoxBoostAbility
All Implemented Interfaces:
Ability, RarityTweak, ITranslatable
Direct Known Subclasses:
Protosynthesis, QuarkDrive

public class ParadoxBoostAbility extends AbstractAbility
  • Constructor Details

    • ParadoxBoostAbility

      public ParadoxBoostAbility()
  • Method Details

    • activateViaItem

      public void activateViaItem(PixelmonWrapper pw)
    • activateViaAbility

      public void activateViaAbility(PixelmonWrapper pw)
    • deactivate

      public void deactivate(PixelmonWrapper pw)
    • isActualAbility

      public boolean isActualAbility(PixelmonWrapper pw)
    • 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.
    • worksWithTransformedPokemon

      public boolean worksWithTransformedPokemon()
      Description copied from interface: Ability
      Returns whether the ability is active for Transformed pokemon.
      Returns:
      Whether the ability can be used by transformed pokemon.