Class InteractionZygardeCube
java.lang.Object
com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionZygardeCube
- All Implemented Interfaces:
IInteraction
Created by Jay113355 on 5/17/2020.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
processInteract
(PixelmonEntity pixelmon, 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, wait
Methods inherited from interface com.pixelmonmod.pixelmon.api.interactions.IInteraction
processOnEmptyHand
-
Constructor Details
-
InteractionZygardeCube
public InteractionZygardeCube()
-
-
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 itemstack) - Specified by:
processInteract
in interfaceIInteraction
-