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