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>
Event.HasResult, Event.Result
Constructor and Description |
---|
Specials(EntityLivingBase entity,
RenderLivingBase<T> renderer,
double x,
double y,
double z) |
getEntity, getRenderer, getX, getY, getZ
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup
public Specials(EntityLivingBase entity, RenderLivingBase<T> renderer, double x, double y, double z)