Class InteractionAbilityPatch

java.lang.Object
com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionAbilityPatch
All Implemented Interfaces:
IInteraction

public class InteractionAbilityPatch extends Object implements IInteraction
Changes a Pokémon's Ability.
  • Constructor Details

    • InteractionAbilityPatch

      public InteractionAbilityPatch()
  • Method Details

    • processInteract

      public boolean processInteract(PixelmonEntity pixelmon, net.minecraft.world.entity.player.Player player, net.minecraft.world.InteractionHand hand, net.minecraft.world.item.ItemStack itemStack)
      Specified by:
      processInteract in interface IInteraction