Package net.minecraft.client.renderer
Class FogRenderer.BlindnessFogFunction
java.lang.Object
net.minecraft.client.renderer.FogRenderer.BlindnessFogFunction
- All Implemented Interfaces:
FogRenderer.MobEffectFogFunction
- Enclosing class:
- FogRenderer
static class FogRenderer.BlindnessFogFunction
extends Object
implements FogRenderer.MobEffectFogFunction
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setupFog
(FogRenderer.FogData p_234181_, LivingEntity p_234182_, MobEffectInstance p_234183_, float p_234184_, float p_234185_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.client.renderer.FogRenderer.MobEffectFogFunction
getModifiedVoidDarkness, isEnabled
-
Constructor Details
-
BlindnessFogFunction
BlindnessFogFunction()
-
-
Method Details
-
getMobEffect
- Specified by:
getMobEffect
in interfaceFogRenderer.MobEffectFogFunction
-
setupFog
public void setupFog(FogRenderer.FogData p_234181_, LivingEntity p_234182_, MobEffectInstance p_234183_, float p_234184_, float p_234185_) - Specified by:
setupFog
in interfaceFogRenderer.MobEffectFogFunction
-