Class RenderLivingEvent.Post<T extends LivingEntity,M extends EntityModel<T>>

java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.client.event.RenderLivingEvent<T,M>
net.minecraftforge.client.event.RenderLivingEvent.Post<T,M>
Type Parameters:
T - the living entity that was rendered
M - the model for the living entity
Enclosing class:
RenderLivingEvent<T extends LivingEntity,M extends EntityModel<T>>

public static class RenderLivingEvent.Post<T extends LivingEntity,M extends EntityModel<T>> extends RenderLivingEvent<T,M>
Fired after an entity is rendered, if the corresponding RenderLivingEvent.Post is not cancelled.

This event is not cancelable, and does not have a result.

This event is fired on the main Forge event bus, only on the logical client.