Package net.minecraft.client.renderer
Class DimensionSpecialEffects.OverworldEffects
java.lang.Object
net.minecraft.client.renderer.DimensionSpecialEffects
net.minecraft.client.renderer.DimensionSpecialEffects.OverworldEffects
- All Implemented Interfaces:
- IDimensionSpecialEffectsExtension
- Enclosing class:
- DimensionSpecialEffects
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.client.renderer.DimensionSpecialEffectsDimensionSpecialEffects.EndEffects, DimensionSpecialEffects.NetherEffects, DimensionSpecialEffects.OverworldEffects, DimensionSpecialEffects.SkyType
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetBrightnessDependentFogColor(Vec3 p_108908_, float p_108909_) booleanisFoggyAt(int p_108905_, int p_108906_) Methods inherited from class net.minecraft.client.renderer.DimensionSpecialEffectsconstantAmbientLight, forceBrightLightmap, forType, getCloudHeight, getSunriseColor, hasGround, skyTypeMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.neoforged.neoforge.client.extensions.IDimensionSpecialEffectsExtensionadjustLightmapColors, renderClouds, renderSky, renderSnowAndRain, tickRain
- 
Field Details- 
CLOUD_LEVELpublic static final int CLOUD_LEVEL- See Also:
 
 
- 
- 
Constructor Details- 
OverworldEffectspublic OverworldEffects()
 
- 
- 
Method Details- 
getBrightnessDependentFogColor- Specified by:
- getBrightnessDependentFogColorin class- DimensionSpecialEffects
 
- 
isFoggyAtpublic boolean isFoggyAt(int p_108905_, int p_108906_) - Specified by:
- isFoggyAtin class- DimensionSpecialEffects
 
 
-