public interface IInteraction
Modifier and Type | Method and Description |
---|---|
boolean |
processInteract(PixelmonEntity pixelmon,
net.minecraft.entity.player.PlayerEntity player,
net.minecraft.util.Hand hand,
net.minecraft.item.ItemStack itemstack) |
default boolean |
processOnEmptyHand(PixelmonEntity pixelmon,
net.minecraft.entity.player.PlayerEntity player,
net.minecraft.util.Hand hand,
net.minecraft.item.ItemStack itemstack) |
boolean processInteract(PixelmonEntity pixelmon, net.minecraft.entity.player.PlayerEntity player, net.minecraft.util.Hand hand, net.minecraft.item.ItemStack itemstack)
default boolean processOnEmptyHand(PixelmonEntity pixelmon, net.minecraft.entity.player.PlayerEntity player, net.minecraft.util.Hand hand, net.minecraft.item.ItemStack itemstack)