Class LivingEvent.LivingJumpEvent

java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.event.entity.EntityEvent
net.minecraftforge.event.entity.living.LivingEvent
net.minecraftforge.event.entity.living.LivingEvent.LivingJumpEvent
Enclosing class:
LivingEvent

public static class LivingEvent.LivingJumpEvent extends LivingEvent
LivingJumpEvent is fired when an Entity jumps.
This event is fired whenever an Entity jumps in LivingEntity#jumpFromGround(), MagmaCube#jumpFromGround(), and Horse#jumpFromGround().

This event is fired via the ForgeHooks.onLivingJump(LivingEntity).

This event is not Cancelable.

This event does not have a result. Event.HasResult

This event is fired on the MinecraftForge.EVENT_BUS.
  • Constructor Details

    • LivingJumpEvent

      public LivingJumpEvent(LivingEntity e)