Class LivingEvent.LivingJumpEvent

java.lang.Object
net.neoforged.bus.api.Event
net.neoforged.neoforge.event.entity.EntityEvent
net.neoforged.neoforge.event.entity.living.LivingEvent
net.neoforged.neoforge.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(), Slime#jumpFromGround(), Camel#executeRidersJump(), and AbstractHorse#executeRidersJump().

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

This event is not ICancellableEvent.

This event does not have a result.
invalid reference
HasResult


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