Class InteractionTechnicalMove

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

public class InteractionTechnicalMove extends Object implements IInteraction
Created by Jay113355 on 9/29/2020.
  • Constructor Details

    • InteractionTechnicalMove

      public InteractionTechnicalMove()
  • 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 stack)
      Specified by:
      processInteract in interface IInteraction
    • addReminderMove

      public Predicate<net.minecraft.server.level.ServerPlayer> addReminderMove(ITechnicalMove move, Pokemon pokemon)