Class 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
Enclosing class:
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 ForgeHooks.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.
  • Constructor Details