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.
|
static class |
EntityViewRenderEvent.RenderFogEvent
Event that allows any feature to customize the rendering of fog.
|
Event.HasResult, Event.Result| Modifier and Type | Field and Description |
|---|---|
Block |
block |
Entity |
entity |
EntityRenderer |
renderer |
double |
renderPartialTicks |
| Constructor and Description |
|---|
EntityViewRenderEvent(EntityRenderer renderer,
Entity entity,
Block block,
double renderPartialTicks) |
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setuppublic final EntityRenderer renderer
public final Entity entity
public final Block block
public final double renderPartialTicks
public EntityViewRenderEvent(EntityRenderer renderer, Entity entity, Block block, double renderPartialTicks)