@Environment(value=CLIENT) public class BackgroundRenderer extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BackgroundRenderer.FogType |
Modifier and Type | Field and Description |
---|---|
private static float |
blue |
private static float |
green |
private static long |
lastWaterFogColorUpdateTime |
private static int |
nextWaterFogColor |
private static float |
red |
private static int |
waterFogColor |
Constructor and Description |
---|
BackgroundRenderer() |
Modifier and Type | Method and Description |
---|---|
static void |
applyFog(Camera camera,
BackgroundRenderer.FogType fogType,
float viewDistance,
boolean thickFog) |
static void |
method_23792() |
static void |
render(Camera camera,
float tickDelta,
ClientWorld world,
int int2,
float float2) |
static void |
setFogBlack() |
private static float red
private static float green
private static float blue
private static int waterFogColor
private static int nextWaterFogColor
private static long lastWaterFogColorUpdateTime
public static void render(Camera camera, float tickDelta, ClientWorld world, int int2, float float2)
public static void method_23792()
public static void applyFog(Camera camera, BackgroundRenderer.FogType fogType, float viewDistance, boolean thickFog)
public static void setFogBlack()