Package net.minecraft.client.renderer
Class DimensionSpecialEffects.NetherEffects
java.lang.Object
net.minecraft.client.renderer.DimensionSpecialEffects
net.minecraft.client.renderer.DimensionSpecialEffects.NetherEffects
- All Implemented Interfaces:
- IForgeDimensionSpecialEffects
- Enclosing class:
- DimensionSpecialEffects
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.client.renderer.DimensionSpecialEffectsDimensionSpecialEffects.EndEffects, DimensionSpecialEffects.NetherEffects, DimensionSpecialEffects.OverworldEffects, DimensionSpecialEffects.SkyType
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetBrightnessDependentFogColor(Vec3 p_108901_, float p_108902_) booleanisFoggyAt(int p_108898_, int p_108899_) 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.minecraftforge.client.extensions.IForgeDimensionSpecialEffectsadjustLightmapColors, renderClouds, renderSky, renderSnowAndRain, tickRain
- 
Constructor Details- 
NetherEffectspublic NetherEffects()
 
- 
- 
Method Details- 
getBrightnessDependentFogColor- Specified by:
- getBrightnessDependentFogColorin class- DimensionSpecialEffects
 
- 
isFoggyAtpublic boolean isFoggyAt(int p_108898_, int p_108899_) - Specified by:
- isFoggyAtin class- DimensionSpecialEffects
 
 
-