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

public class Protean extends AbstractAbility
When the Pokémon uses a move, changes the Pokémon's type into the move's type.
  • Constructor Details

    • Protean

      public Protean()
  • Method Details

    • startMove

      public void startMove(PixelmonWrapper user)
      Description copied from interface: Ability
      Affects the Pokémon at the start of using a move.
      Parameters:
      user - The Pokémon with the Ability.