public abstract class RenderLivingEvent extends Event
Modifier and Type | Class and Description |
---|---|
static class |
RenderLivingEvent.Post |
static class |
RenderLivingEvent.Pre |
static class |
RenderLivingEvent.Specials |
Event.HasResult, Event.Result
Modifier and Type | Field and Description |
---|---|
EntityLivingBase |
entity |
RendererLivingEntity |
renderer |
Constructor and Description |
---|
RenderLivingEvent(EntityLivingBase entity,
RendererLivingEntity renderer) |
getListenerList, getResult, hasResult, isCancelable, isCanceled, setCanceled, setResult
public final EntityLivingBase entity
public final RendererLivingEntity renderer
public RenderLivingEvent(EntityLivingBase entity, RendererLivingEntity renderer)