Interface IItemUseListener

All Known Implementing Classes:
BunnyEarsItem

public interface IItemUseListener
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    onItemUseEventStart(net.minecraft.world.entity.LivingEntity entity, net.minecraft.world.item.ItemStack usedStack, int actualDuration, net.minecraft.world.item.ItemStack headSlotItemStack)
     
  • Method Details

    • onItemUseEventStart

      int onItemUseEventStart(net.minecraft.world.entity.LivingEntity entity, net.minecraft.world.item.ItemStack usedStack, int actualDuration, net.minecraft.world.item.ItemStack headSlotItemStack)