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

public class Libero extends AbstractAbility
Changes the pokemons type to the move they are about to use
  • Constructor Details

    • Libero

      public Libero()
  • 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.