类 FogRenderer.BlindnessFogFunction
java.lang.Object
net.minecraft.client.renderer.FogRenderer.BlindnessFogFunction
- 所有已实现的接口:
FogRenderer.MobEffectFogFunction
- 封闭类:
FogRenderer
static class FogRenderer.BlindnessFogFunction
extends Object
implements FogRenderer.MobEffectFogFunction
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明void
setupFog
(FogRenderer.FogData p_234181_, LivingEntity p_234182_, MobEffectInstance p_234183_, float p_234184_, float p_234185_) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraft.client.renderer.FogRenderer.MobEffectFogFunction
getModifiedVoidDarkness, isEnabled
-
构造器详细资料
-
BlindnessFogFunction
BlindnessFogFunction()
-
-
方法详细资料
-
getMobEffect
- 指定者:
getMobEffect
在接口中FogRenderer.MobEffectFogFunction
-
setupFog
public void setupFog(FogRenderer.FogData p_234181_, LivingEntity p_234182_, MobEffectInstance p_234183_, float p_234184_, float p_234185_) - 指定者:
setupFog
在接口中FogRenderer.MobEffectFogFunction
-