Package net.minecraft.client.renderer
Class FogRenderer.DarknessFogFunction
java.lang.Object
net.minecraft.client.renderer.FogRenderer.DarknessFogFunction
- All Implemented Interfaces:
- FogRenderer.MobEffectFogFunction
- Enclosing class:
- FogRenderer
static class FogRenderer.DarknessFogFunction
extends Object
implements FogRenderer.MobEffectFogFunction
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfloatgetModifiedVoidDarkness(LivingEntity p_234189_, MobEffectInstance p_234190_, float p_234191_, float p_234192_) voidsetupFog(FogRenderer.FogData p_234194_, LivingEntity p_234195_, MobEffectInstance p_234196_, float p_234197_, float p_234198_) 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.MobEffectFogFunctionisEnabled
- 
Constructor Details- 
DarknessFogFunctionDarknessFogFunction()
 
- 
- 
Method Details- 
getMobEffect- Specified by:
- getMobEffectin interface- FogRenderer.MobEffectFogFunction
 
- 
setupFogpublic void setupFog(FogRenderer.FogData p_234194_, LivingEntity p_234195_, MobEffectInstance p_234196_, float p_234197_, float p_234198_) - Specified by:
- setupFogin interface- FogRenderer.MobEffectFogFunction
 
- 
getModifiedVoidDarknesspublic float getModifiedVoidDarkness(LivingEntity p_234189_, MobEffectInstance p_234190_, float p_234191_, float p_234192_) - Specified by:
- getModifiedVoidDarknessin interface- FogRenderer.MobEffectFogFunction
 
 
-