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

public class Gooey extends AbstractAbility
Lowers an aggressor's speed by one stage upon contact.
  • Constructor Details

    • Gooey

      public Gooey()
  • Method Details

    • applyEffectOnContactTarget

      public void applyEffectOnContactTarget(PixelmonWrapper user, PixelmonWrapper target)
      Description copied from interface: Ability
      Triggers when another Pokémon makes contact with this Pokémon.
      Parameters:
      user - The attack's user.
      target - The attack's target.