Class SkyProperties.Overworld

java.lang.Object
net.minecraft.client.render.SkyProperties
net.minecraft.client.render.SkyProperties.Overworld
Enclosing class:
SkyProperties

@Environment(CLIENT)
public static class SkyProperties.Overworld
extends SkyProperties
  • Constructor Details

    • Overworld

      public Overworld()
  • Method Details

    • adjustFogColor

      public Vec3d adjustFogColor​(Vec3d color, float sunHeight)
      Transforms the given fog color based on the current height of the sun. This is used in vanilla to darken fog during night.
      Specified by:
      adjustFogColor in class SkyProperties
    • useThickFog

      public boolean useThickFog​(int camX, int camY)
      Specified by:
      useThickFog in class SkyProperties