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

public class InteractionZombie extends Object implements IInteraction
Interaction for turning starter Pokémon into zombies.
  • Constructor Details

    • InteractionZombie

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