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