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