public abstract class RenderLivingEvent<T extends EntityLivingBase> extends Event
Modifier and Type | Class and Description |
---|---|
static class |
RenderLivingEvent.Post<T extends EntityLivingBase> |
static class |
RenderLivingEvent.Pre<T extends EntityLivingBase> |
static class |
RenderLivingEvent.Specials<T extends EntityLivingBase> |
Event.HasResult, Event.Result
Modifier and Type | Field and Description |
---|---|
EntityLivingBase |
entity |
RendererLivingEntity<T> |
renderer |
double |
x |
double |
y |
double |
z |
Constructor and Description |
---|
RenderLivingEvent(EntityLivingBase entity,
RendererLivingEntity<T> renderer,
double x,
double y,
double z) |
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup
public final EntityLivingBase entity
public final RendererLivingEntity<T extends EntityLivingBase> renderer
public final double x
public final double y
public final double z
public RenderLivingEvent(EntityLivingBase entity, RendererLivingEntity<T> renderer, double x, double y, double z)