Package net.minecraft.client.render
Class BackgroundRenderer
java.lang.Object
net.minecraft.client.render.BackgroundRenderer
@Environment(CLIENT) public class BackgroundRenderer extends Object
- Mappings:
Namespace Name official ehiintermediary net/minecraft/class_758named net/minecraft/client/render/BackgroundRenderer
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBackgroundRenderer.FogType -
Field Summary
Fields Modifier and Type Field Description private static floatblueprivate static floatgreenprivate static longlastWaterFogColorUpdateTimeprivate static intnextWaterFogColorprivate static floatredprivate static intwaterFogColor -
Constructor Summary
Constructors Constructor Description BackgroundRenderer() -
Method Summary
Modifier and Type Method Description static voidapplyFog(Camera camera, BackgroundRenderer.FogType fogType, float viewDistance, boolean thickFog)static voidmethod_23792()static voidrender(Camera camera, float tickDelta, ClientWorld world, int int2, float float2)static voidsetFogBlack()
-
Field Details
-
red
private static float red- Mappings:
Namespace Name Mixin selector official aLehi;a:Fintermediary field_4034Lnet/minecraft/class_758;field_4034:Fnamed redLnet/minecraft/client/render/BackgroundRenderer;red:F
-
green
private static float green- Mappings:
Namespace Name Mixin selector official bLehi;b:Fintermediary field_4033Lnet/minecraft/class_758;field_4033:Fnamed greenLnet/minecraft/client/render/BackgroundRenderer;green:F
-
blue
private static float blue- Mappings:
Namespace Name Mixin selector official cLehi;c:Fintermediary field_4032Lnet/minecraft/class_758;field_4032:Fnamed blueLnet/minecraft/client/render/BackgroundRenderer;blue:F
-
waterFogColor
private static int waterFogColor- Mappings:
Namespace Name Mixin selector official dLehi;d:Iintermediary field_4031Lnet/minecraft/class_758;field_4031:Inamed waterFogColorLnet/minecraft/client/render/BackgroundRenderer;waterFogColor:I
-
nextWaterFogColor
private static int nextWaterFogColor- Mappings:
Namespace Name Mixin selector official eLehi;e:Iintermediary field_4041Lnet/minecraft/class_758;field_4041:Inamed nextWaterFogColorLnet/minecraft/client/render/BackgroundRenderer;nextWaterFogColor:I
-
lastWaterFogColorUpdateTime
private static long lastWaterFogColorUpdateTime- Mappings:
Namespace Name Mixin selector official fLehi;f:Jintermediary field_4042Lnet/minecraft/class_758;field_4042:Jnamed lastWaterFogColorUpdateTimeLnet/minecraft/client/render/BackgroundRenderer;lastWaterFogColorUpdateTime:J
-
-
Constructor Details
-
BackgroundRenderer
public BackgroundRenderer()
-
-
Method Details
-
render
public static void render(Camera camera, float tickDelta, ClientWorld world, int int2, float float2)- Mappings:
Namespace Name Mixin selector official aLehi;a(Ldpv;FLedy;IF)Vintermediary method_3210Lnet/minecraft/class_758;method_3210(Lnet/minecraft/class_4184;FLnet/minecraft/class_638;IF)Vnamed renderLnet/minecraft/client/render/BackgroundRenderer;render(Lnet/minecraft/client/render/Camera;FLnet/minecraft/client/world/ClientWorld;IF)V
-
method_23792
public static void method_23792()- Mappings:
Namespace Name Mixin selector official aLehi;a()Vintermediary method_23792Lnet/minecraft/class_758;method_23792()Vnamed method_23792Lnet/minecraft/client/render/BackgroundRenderer;method_23792()V
-
applyFog
public static void applyFog(Camera camera, BackgroundRenderer.FogType fogType, float viewDistance, boolean thickFog)- Mappings:
Namespace Name Mixin selector official aLehi;a(Ldpv;Lehi$a;FZ)Vintermediary method_3211Lnet/minecraft/class_758;method_3211(Lnet/minecraft/class_4184;Lnet/minecraft/class_758$class_4596;FZ)Vnamed applyFogLnet/minecraft/client/render/BackgroundRenderer;applyFog(Lnet/minecraft/client/render/Camera;Lnet/minecraft/client/render/BackgroundRenderer$FogType;FZ)V
-
setFogBlack
public static void setFogBlack()- Mappings:
Namespace Name Mixin selector official bLehi;b()Vintermediary method_3212Lnet/minecraft/class_758;method_3212()Vnamed setFogBlackLnet/minecraft/client/render/BackgroundRenderer;setFogBlack()V
-