Package net.minecraftforge.client.event
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 renderedM- 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.
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraftforge.client.event.RenderLivingEvent
RenderLivingEvent.Post<T extends LivingEntity,M extends EntityModel<T>>, RenderLivingEvent.Pre<T extends LivingEntity, M extends EntityModel<T>> Nested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Event
net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result -
Constructor Summary
ConstructorsConstructorDescriptionPost(LivingEntity entity, LivingEntityRenderer<T, M> renderer, float partialTick, PoseStack poseStack, MultiBufferSource multiBufferSource, int packedLight) -
Method Summary
Methods inherited from class net.minecraftforge.client.event.RenderLivingEvent
getEntity, getMultiBufferSource, getPackedLight, getPartialTick, getPoseStack, getRendererMethods inherited from class net.minecraftforge.eventbus.api.Event
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
-
Constructor Details
-
Post
@Internal public Post(LivingEntity entity, LivingEntityRenderer<T, M> renderer, float partialTick, PoseStack poseStack, MultiBufferSource multiBufferSource, int packedLight)
-