Class InteractionTechnicalMove
java.lang.Object
com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionTechnicalMove
- All Implemented Interfaces:
IInteraction
Created by Jay113355 on 9/29/2020.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionPredicate<net.minecraft.server.level.ServerPlayer>addReminderMove(ITechnicalMove move, Pokemon pokemon) booleanprocessInteract(PixelmonEntity pixelmon, net.minecraft.world.entity.player.Player player, net.minecraft.world.InteractionHand hand, net.minecraft.world.item.ItemStack stack) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.pixelmonmod.pixelmon.api.interactions.IInteraction
processOnEmptyHand
-
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:
processInteractin interfaceIInteraction
-
addReminderMove
public Predicate<net.minecraft.server.level.ServerPlayer> addReminderMove(ITechnicalMove move, Pokemon pokemon)
-