类 LivingEvent.LivingTickEvent

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.LivingTickEvent
封闭类:
LivingEvent

public static class LivingEvent.LivingTickEvent extends LivingEvent
LivingUpdateEvent is fired when a LivingEntity is ticked in LivingEntity.tick().

This event is fired via the ForgeEventFactory.onLivingTick(LivingEntity).

This event is Cancelable.
If this event is canceled, the Entity does not update.

This event does not have a result. Event.HasResult

This event is fired on the MinecraftForge.EVENT_BUS.
  • 构造器详细资料