类 LivingConversionEvent.Post
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.LivingConversionEvent
net.neoforged.neoforge.event.entity.living.LivingConversionEvent.Post
LivingConversionEvent.Post is triggered when an entity is replacing
itself with another entity.
The old living entity is likely to be removed right after this event.
-
嵌套类概要
从类继承的嵌套类/接口 net.neoforged.neoforge.event.entity.living.LivingConversionEvent
LivingConversionEvent.Post, LivingConversionEvent.Pre
从类继承的嵌套类/接口 net.neoforged.neoforge.event.entity.living.LivingEvent
LivingEvent.LivingJumpEvent, LivingEvent.LivingVisibilityEvent
从类继承的嵌套类/接口 net.neoforged.neoforge.event.entity.EntityEvent
EntityEvent.EnteringSection, EntityEvent.EntityConstructing, EntityEvent.Size
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Gets the finalized new entity (with all data like potion effect and equipments set)从类继承的方法 net.neoforged.neoforge.event.entity.living.LivingEvent
getEntity
-
字段详细资料
-
outcome
-
-
构造器详细资料
-
Post
-
-
方法详细资料
-
getOutcome
Gets the finalized new entity (with all data like potion effect and equipments set)- 返回:
- the finalized new entity
-