Class DimensionEffects.Nether

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

@Environment(CLIENT) public static class DimensionEffects.Nether extends DimensionEffects
Mappings:
Namespace Name
official fdk$b
intermediary net/minecraft/class_5294$class_5296
named net/minecraft/client/render/DimensionEffects$Nether
  • Constructor Details

    • Nether

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

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