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

public class InteractionMaxSoup extends Object implements IInteraction
An interaction when using a Max Soup on a Pokémon.
  • Constructor Details

    • InteractionMaxSoup

      public InteractionMaxSoup()
  • Method Details

    • processInteract

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