Class InteractionPerilousSoup
java.lang.Object
com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionPerilousSoup
- All Implemented Interfaces:
IInteraction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanprocessInteract(PixelmonEntity entityPixelmon, net.minecraft.world.entity.player.Player player, net.minecraft.world.InteractionHand hand, net.minecraft.world.item.ItemStack itemstack) 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
-
InteractionPerilousSoup
public InteractionPerilousSoup()
-
-
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:
processInteractin interfaceIInteraction
-