Class DimensionEffects.Overworld

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

@Environment(CLIENT) public static class DimensionEffects.Overworld extends DimensionEffects
Mappings:
Namespace Name
named net/minecraft/client/render/DimensionEffects$Overworld
intermediary net/minecraft/class_5294$class_5297
official gdf$c
  • Field Details Link icon

    • CLOUDS_HEIGHT Link icon

      public static final int CLOUDS_HEIGHT
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named CLOUDS_HEIGHT Lnet/minecraft/client/render/DimensionEffects$Overworld;CLOUDS_HEIGHT:I
      intermediary field_32681 Lnet/minecraft/class_5294$class_5297;field_32681:I
      official a Lgdf$c;a:I
  • Constructor Details Link icon

    • Overworld Link icon

      public Overworld()
  • Method Details Link icon

    • adjustFogColor Link icon

      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 DimensionEffects
      Mappings:
      Namespace Name Mixin selector
      named adjustFogColor Lnet/minecraft/client/render/DimensionEffects;adjustFogColor(Lnet/minecraft/util/math/Vec3d;F)Lnet/minecraft/util/math/Vec3d;
      intermediary method_28112 Lnet/minecraft/class_5294;method_28112(Lnet/minecraft/class_243;F)Lnet/minecraft/class_243;
      official a Lgdf;a(Levt;F)Levt;
    • useThickFog Link icon

      public boolean useThickFog(int camX, int camY)
      Specified by:
      useThickFog in class DimensionEffects
      Mappings:
      Namespace Name Mixin selector
      named useThickFog Lnet/minecraft/client/render/DimensionEffects;useThickFog(II)Z
      intermediary method_28110 Lnet/minecraft/class_5294;method_28110(II)Z
      official a Lgdf;a(II)Z