Class InteractionEvolution
java.lang.Object
com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionEvolution
- 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) booleanprocessOnEmptyHand(PixelmonEntity pixelmon, net.minecraft.world.entity.player.Player player, net.minecraft.world.InteractionHand hand, net.minecraft.world.item.ItemStack itemstack)
-
Constructor Details
-
InteractionEvolution
public InteractionEvolution()
-
-
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
-
processOnEmptyHand
public boolean processOnEmptyHand(PixelmonEntity pixelmon, net.minecraft.world.entity.player.Player player, net.minecraft.world.InteractionHand hand, net.minecraft.world.item.ItemStack itemstack) - Specified by:
processOnEmptyHandin interfaceIInteraction
-