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

public class KeenEye extends AbstractAbility
Prevents accuracy from being lowered.
  • Constructor Details

    • KeenEye

      public KeenEye()
  • Method Details

    • allowsStatChange

      public boolean allowsStatChange(PixelmonWrapper pokemon, PixelmonWrapper user, StatsEffect e)
      Description copied from interface: Ability
      Whether the Pokémon Ability allows a stat to be modified.
      Parameters:
      pokemon - The Pokémon with the Ability.
      user - The attack's user.
      e - The stat modifier.
      Returns:
      Whether the stat modifier can occur.