Package net.minecraftforge.client.event
Class EntityViewRenderEvent.RenderFogEvent
- java.lang.Object
-
- net.minecraftforge.eventbus.api.Event
-
- net.minecraftforge.client.event.EntityViewRenderEvent
-
- net.minecraftforge.client.event.EntityViewRenderEvent.FogEvent
-
- net.minecraftforge.client.event.EntityViewRenderEvent.RenderFogEvent
-
- Enclosing class:
- EntityViewRenderEvent
public static class EntityViewRenderEvent.RenderFogEvent extends EntityViewRenderEvent.FogEvent
Event that allows any feature to customize the rendering of fog.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.minecraftforge.client.event.EntityViewRenderEvent
EntityViewRenderEvent.CameraSetup, EntityViewRenderEvent.FogColors, EntityViewRenderEvent.FogDensity, EntityViewRenderEvent.FOVModifier, EntityViewRenderEvent.RenderFogEvent
-
-
Field Summary
Fields Modifier and Type Field Description private float
farPlaneDistance
-
Constructor Summary
Constructors Constructor Description RenderFogEvent(FogRenderer.FogType type, ActiveRenderInfo info, float partialTicks, float distance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getFarPlaneDistance()
-
Methods inherited from class net.minecraftforge.client.event.EntityViewRenderEvent.FogEvent
getType
-
Methods inherited from class net.minecraftforge.client.event.EntityViewRenderEvent
getInfo, getRenderer, getRenderPartialTicks
-
-
-
-
Constructor Detail
-
RenderFogEvent
public RenderFogEvent(FogRenderer.FogType type, ActiveRenderInfo info, float partialTicks, float distance)
-
-