Class BlindnessFogEnvironment
java.lang.Object
net.minecraft.client.renderer.fog.environment.FogEnvironment
net.minecraft.client.renderer.fog.environment.MobEffectFogEnvironment
net.minecraft.client.renderer.fog.environment.BlindnessFogEnvironment
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloat
getModifiedDarkness
(LivingEntity p_423634_, float p_423626_, float p_423501_) void
setupFog
(FogData p_423496_, Entity p_423549_, BlockPos p_423480_, ClientLevel p_423609_, float p_423576_, DeltaTracker p_423570_) Methods inherited from class net.minecraft.client.renderer.fog.environment.MobEffectFogEnvironment
isApplicable, modifiesDarkness, providesColor
Methods inherited from class net.minecraft.client.renderer.fog.environment.FogEnvironment
getBaseColor, onNotApplicable
-
Constructor Details
-
BlindnessFogEnvironment
public BlindnessFogEnvironment()
-
-
Method Details
-
getMobEffect
- Specified by:
getMobEffect
in classMobEffectFogEnvironment
-
setupFog
public void setupFog(FogData p_423496_, Entity p_423549_, BlockPos p_423480_, ClientLevel p_423609_, float p_423576_, DeltaTracker p_423570_) - Specified by:
setupFog
in classFogEnvironment
-
getModifiedDarkness
- Overrides:
getModifiedDarkness
in classFogEnvironment
-