public abstract class RenderLivingEvent<T extends LivingEntity,M extends EntityModel<T>>
extends net.minecraftforge.eventbus.api.Event
Modifier and Type | Class and Description |
---|---|
static class |
RenderLivingEvent.Post<T extends LivingEntity,M extends EntityModel<T>> |
static class |
RenderLivingEvent.Pre<T extends LivingEntity,M extends EntityModel<T>> |
static class |
RenderLivingEvent.Specials<T extends LivingEntity,M extends EntityModel<T>> |
Constructor and Description |
---|
RenderLivingEvent(LivingEntity entity,
LivingRenderer<T,M> renderer,
float partialRenderTick,
double x,
double y,
double z) |
Modifier and Type | Method and Description |
---|---|
LivingEntity |
getEntity() |
float |
getPartialRenderTick() |
LivingRenderer<T,M> |
getRenderer() |
double |
getX() |
double |
getY() |
double |
getZ() |
public RenderLivingEvent(LivingEntity entity, LivingRenderer<T,M> renderer, float partialRenderTick, double x, double y, double z)
public LivingEntity getEntity()
public LivingRenderer<T,M> getRenderer()
public float getPartialRenderTick()
public double getX()
public double getY()
public double getZ()