java.lang.Object
net.minecraft.client.render.DimensionEffects
meteordevelopment.meteorclient.systems.modules.world.Ambience.Custom
Enclosing class:
Ambience

public static class Ambience.Custom extends net.minecraft.client.render.DimensionEffects
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.minecraft.client.render.DimensionEffects

    net.minecraft.client.render.DimensionEffects.End, net.minecraft.client.render.DimensionEffects.Nether, net.minecraft.client.render.DimensionEffects.Overworld, net.minecraft.client.render.DimensionEffects.SkyType
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.util.math.Vec3d
    adjustFogColor(net.minecraft.util.math.Vec3d color, float sunHeight)
     
    float[]
    getFogColorOverride(float skyAngle, float tickDelta)
     
    boolean
    useThickFog(int camX, int camY)
     

    Methods inherited from class net.minecraft.client.render.DimensionEffects

    byDimensionType, getCloudsHeight, getSkyType, isAlternateSkyColor, isDarkened, shouldBrightenLighting

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Custom

      public Custom()
  • Method Details

    • adjustFogColor

      public net.minecraft.util.math.Vec3d adjustFogColor(net.minecraft.util.math.Vec3d color, float sunHeight)
      Specified by:
      adjustFogColor in class net.minecraft.client.render.DimensionEffects
    • useThickFog

      public boolean useThickFog(int camX, int camY)
      Specified by:
      useThickFog in class net.minecraft.client.render.DimensionEffects
    • getFogColorOverride

      public float[] getFogColorOverride(float skyAngle, float tickDelta)
      Overrides:
      getFogColorOverride in class net.minecraft.client.render.DimensionEffects