Interface ILivingJumpListener

All Known Implementing Classes:
BunnyEarsItem

public interface ILivingJumpListener
  • Method Summary

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

    • onLivingJumpEvent

      void onLivingJumpEvent(net.minecraft.world.entity.LivingEntity jumpingEntity, net.minecraft.world.item.ItemStack headSlotItemStack)