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 Summary
Constructors - 
Method Summary
Modifier 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.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.renderer.FogRenderer.MobEffectFogFunction
isEnabled 
- 
Constructor Details
- 
DarknessFogFunction
DarknessFogFunction() 
 - 
 - 
Method Details
- 
getMobEffect
- Specified by:
 getMobEffectin interfaceFogRenderer.MobEffectFogFunction
 - 
setupFog
public void setupFog(FogRenderer.FogData p_234194_, LivingEntity p_234195_, MobEffectInstance p_234196_, float p_234197_, float p_234198_) - Specified by:
 setupFogin interfaceFogRenderer.MobEffectFogFunction
 - 
getModifiedVoidDarkness
public float getModifiedVoidDarkness(LivingEntity p_234189_, MobEffectInstance p_234190_, float p_234191_, float p_234192_) - Specified by:
 getModifiedVoidDarknessin interfaceFogRenderer.MobEffectFogFunction
 
 -