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

public class InteractionEther extends Object implements IInteraction
Opens a GUI allowing the player to choose a move to restore PP for.
  • Constructor Details

    • InteractionEther

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