public abstract static class RenderLivingEvent.Specials<T extends EntityLivingBase> extends RenderLivingEvent<T>
| Modifier and Type | Class and Description |
|---|---|
static class |
RenderLivingEvent.Specials.Post<T extends EntityLivingBase> |
static class |
RenderLivingEvent.Specials.Pre<T extends EntityLivingBase> |
RenderLivingEvent.Specials<T extends EntityLivingBase>| Constructor and Description |
|---|
Specials(EntityLivingBase entity,
RenderLivingBase<T> renderer,
double x,
double y,
double z) |
getEntity, getPartialRenderTick, getRenderer, getX, getY, getZpublic Specials(EntityLivingBase entity, RenderLivingBase<T> renderer, double x, double y, double z)