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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetupFog(FogRenderer.FogData p_234181_, LivingEntity p_234182_, MobEffectInstance p_234183_, float p_234184_, float p_234185_) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.renderer.FogRenderer.MobEffectFogFunctiongetModifiedVoidDarkness, isEnabled
- 
Constructor Details- 
BlindnessFogFunctionBlindnessFogFunction()
 
- 
- 
Method Details- 
getMobEffect- Specified by:
- getMobEffectin interface- FogRenderer.MobEffectFogFunction
 
- 
setupFogpublic void setupFog(FogRenderer.FogData p_234181_, LivingEntity p_234182_, MobEffectInstance p_234183_, float p_234184_, float p_234185_) - Specified by:
- setupFogin interface- FogRenderer.MobEffectFogFunction
 
 
-