Class LivingEvent.LivingTickEvent

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.LivingTickEvent
All Implemented Interfaces:
net.neoforged.bus.api.ICancellableEvent
Enclosing class:
LivingEvent

public static class LivingEvent.LivingTickEvent extends LivingEvent implements net.neoforged.bus.api.ICancellableEvent
LivingUpdateEvent is fired when a LivingEntity is ticked in LivingEntity.tick().

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

This event is ICancellableEvent.
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 NeoForge.EVENT_BUS.
  • Constructor Details