Interface ILivingDropsListener

All Known Implementing Classes:
LuckyHatItem

public interface ILivingDropsListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onLivingDropsEvent(net.minecraft.world.entity.LivingEntity dropReason, net.minecraft.world.item.ItemStack headSlotItemStack)
     
  • Method Details

    • onLivingDropsEvent

      void onLivingDropsEvent(net.minecraft.world.entity.LivingEntity dropReason, net.minecraft.world.item.ItemStack headSlotItemStack)