Package net.minecraft.client.render
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
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.render.SkyProperties
SkyProperties.End, SkyProperties.Nether, SkyProperties.Overworld, SkyProperties.SkyType -
Constructor Summary
Constructors Constructor Description Overworld() -
Method Summary
Modifier and Type Method Description Vec3dadjustSkyColor(Vec3d color, float sunHeight)booleanuseThickFog(int camX, int camY)Methods inherited from class net.minecraft.client.render.SkyProperties
byDimensionType, getCloudsHeight, getSkyColor, getSkyType, isAlternateSkyColor, isDarkened, shouldRenderSky
-
Constructor Details
-
Overworld
public Overworld()
-
-
Method Details
-
adjustSkyColor
- Specified by:
adjustSkyColorin classSkyProperties
-
useThickFog
public boolean useThickFog(int camX, int camY)- Specified by:
useThickFogin classSkyProperties
-