Package net.minecraft.client.renderer
Interface FogRenderer.MobEffectFogFunction
- All Known Implementing Classes:
- FogRenderer.BlindnessFogFunction,- FogRenderer.DarknessFogFunction
- Enclosing class:
- FogRenderer
static interface FogRenderer.MobEffectFogFunction
- 
Method SummaryModifier and TypeMethodDescriptiondefault floatgetModifiedVoidDarkness(LivingEntity p_234208_, MobEffectInstance p_234209_, float p_234210_, float p_234211_) default booleanisEnabled(LivingEntity p_234206_, float p_234207_) voidsetupFog(FogRenderer.FogData p_234212_, LivingEntity p_234213_, MobEffectInstance p_234214_, float p_234215_, float p_234216_) 
- 
Method Details- 
getMobEffectMobEffect getMobEffect()
- 
setupFogvoid setupFog(FogRenderer.FogData p_234212_, LivingEntity p_234213_, MobEffectInstance p_234214_, float p_234215_, float p_234216_) 
- 
isEnabled
- 
getModifiedVoidDarknessdefault float getModifiedVoidDarkness(LivingEntity p_234208_, MobEffectInstance p_234209_, float p_234210_, float p_234211_) 
 
-