类 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
- 封闭类:
LivingEvent
LivingJumpEvent is fired when an Entity jumps.
This event is fired whenever an Entity jumps in
This event is fired via the
This event is not
This event does not have a result.
This event is fired on the
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.
引用无效
HasResult
This event is fired on the
NeoForge.EVENT_BUS
.-
嵌套类概要
从类继承的嵌套类/接口 net.neoforged.neoforge.event.entity.living.LivingEvent
LivingEvent.LivingJumpEvent, LivingEvent.LivingVisibilityEvent
从类继承的嵌套类/接口 net.neoforged.neoforge.event.entity.EntityEvent
EntityEvent.EnteringSection, EntityEvent.EntityConstructing, EntityEvent.Size
-
构造器概要
构造器 -
方法概要
从类继承的方法 net.neoforged.neoforge.event.entity.living.LivingEvent
getEntity
-
构造器详细资料
-
LivingJumpEvent
-