public abstract class EntityViewRenderEvent extends Event
| Modifier and Type | Class and Description |
|---|---|
static class |
EntityViewRenderEvent.FogColors
Event that allows any feature to customize the color of fog the player sees.
|
static class |
EntityViewRenderEvent.FogDensity
Event that allows any feature to customize the fog density the player sees.
|
Event.HasResult, Event.Result| Modifier and Type | Field and Description |
|---|---|
Block |
block |
EntityLivingBase |
entity |
EntityRenderer |
renderer |
double |
renderPartialTicks |
| Constructor and Description |
|---|
EntityViewRenderEvent(EntityRenderer renderer,
EntityLivingBase entity,
Block block,
double renderPartialTicks) |
getListenerList, getResult, hasResult, isCancelable, isCanceled, setCanceled, setResult, setuppublic final EntityRenderer renderer
public final EntityLivingBase entity
public final Block block
public final double renderPartialTicks
public EntityViewRenderEvent(EntityRenderer renderer, EntityLivingBase entity, Block block, double renderPartialTicks)