类 RenderLivingEvent.Pre<T extends LivingEntity,S extends LivingEntityRenderState,M extends EntityModel<? super S>>

java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.client.event.RenderLivingEvent<T,S,M>
net.minecraftforge.client.event.RenderLivingEvent.Pre<T,S,M>
类型参数:
T - the living entity that is being rendered
M - the model for the living entity
封闭类:
RenderLivingEvent<T extends LivingEntity,S extends LivingEntityRenderState,M extends EntityModel<? super S>>

public static class RenderLivingEvent.Pre<T extends LivingEntity,S extends LivingEntityRenderState,M extends EntityModel<? super S>> extends RenderLivingEvent<T,S,M>
Fired before an entity is rendered. This can be used to render additional effects or suppress rendering.

This event is cancelable, and does not have a result. If this event is cancelled, then the entity will not be rendered and the corresponding RenderLivingEvent.Post will not be fired.

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