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
-
Method Summary
Modifier and TypeMethodDescriptionfloat
getModifiedVoidDarkness
(LivingEntity p_234189_, MobEffectInstance p_234190_, float p_234191_, float p_234192_) void
setupFog
(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, wait
Methods inherited from interface net.minecraft.client.renderer.FogRenderer.MobEffectFogFunction
isEnabled
-
Constructor Details
-
DarknessFogFunction
DarknessFogFunction()
-
-
Method Details
-
getMobEffect
- Specified by:
getMobEffect
in interfaceFogRenderer.MobEffectFogFunction
-
setupFog
public void setupFog(FogRenderer.FogData p_234194_, LivingEntity p_234195_, MobEffectInstance p_234196_, float p_234197_, float p_234198_) - Specified by:
setupFog
in interfaceFogRenderer.MobEffectFogFunction
-
getModifiedVoidDarkness
public float getModifiedVoidDarkness(LivingEntity p_234189_, MobEffectInstance p_234190_, float p_234191_, float p_234192_) - Specified by:
getModifiedVoidDarkness
in interfaceFogRenderer.MobEffectFogFunction
-