All Implemented Interfaces:
Ability, RarityTweak, ITranslatable

public class Protosynthesis extends ParadoxBoostAbility
  • Constructor Details

    • Protosynthesis

      public Protosynthesis()
  • Method Details

    • applySwitchInEffect

      public void applySwitchInEffect(PixelmonWrapper newPokemon)
      Description copied from interface: Ability
      Triggers after the Pokémon switches in and when the Pokémon gains an Ability.
      Parameters:
      newPokemon - The Pokémon switching in.
    • onWeatherChange

      public void onWeatherChange(PixelmonWrapper user, Weather weather)
      Description copied from interface: Ability
      Triggers when the weather changes.
      Parameters:
      user - The Pokémon to affect with the weather change.
      weather - The new weather.