public static class EntityViewRenderEvent.FogDensity extends EntityViewRenderEvent.FogEvent
EntityViewRenderEvent.CameraSetup, EntityViewRenderEvent.FogColors, EntityViewRenderEvent.FogDensity, EntityViewRenderEvent.FOVModifier, EntityViewRenderEvent.RenderFogEvent
Modifier and Type | Field and Description |
---|---|
private float |
density |
Constructor and Description |
---|
FogDensity(FogRenderer.FogType type,
ActiveRenderInfo info,
float partialTicks,
float density) |
Modifier and Type | Method and Description |
---|---|
float |
getDensity() |
void |
setDensity(float density) |
getType
getInfo, getRenderer, getRenderPartialTicks
public FogDensity(FogRenderer.FogType type, ActiveRenderInfo info, float partialTicks, float density)