public abstract class EntityViewRenderEvent
extends net.minecraftforge.eventbus.api.Event
Modifier and Type | Class and Description |
---|---|
static class |
EntityViewRenderEvent.CameraSetup
Event that allows mods to alter the angles of the player's camera.
|
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.
|
private static class |
EntityViewRenderEvent.FogEvent |
static class |
EntityViewRenderEvent.FOVModifier
Event that allows mods to alter the raw FOV itself.
|
static class |
EntityViewRenderEvent.RenderFogEvent
Event that allows any feature to customize the rendering of fog.
|
Modifier and Type | Field and Description |
---|---|
private ActiveRenderInfo |
info |
private GameRenderer |
renderer |
private double |
renderPartialTicks |
Constructor and Description |
---|
EntityViewRenderEvent(GameRenderer renderer,
ActiveRenderInfo info,
double renderPartialTicks) |
Modifier and Type | Method and Description |
---|---|
ActiveRenderInfo |
getInfo() |
GameRenderer |
getRenderer() |
double |
getRenderPartialTicks() |
private final GameRenderer renderer
private final ActiveRenderInfo info
private final double renderPartialTicks
public EntityViewRenderEvent(GameRenderer renderer, ActiveRenderInfo info, double renderPartialTicks)
public GameRenderer getRenderer()
public ActiveRenderInfo getInfo()
public double getRenderPartialTicks()