类 FogRenderer.DarknessFogFunction
java.lang.Object
net.minecraft.client.renderer.FogRenderer.DarknessFogFunction
- 所有已实现的接口:
FogRenderer.MobEffectFogFunction
- 封闭类:
FogRenderer
static class FogRenderer.DarknessFogFunction
extends Object
implements FogRenderer.MobEffectFogFunction
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明float
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_) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraft.client.renderer.FogRenderer.MobEffectFogFunction
isEnabled
-
构造器详细资料
-
DarknessFogFunction
DarknessFogFunction()
-
-
方法详细资料
-
getMobEffect
- 指定者:
getMobEffect
在接口中FogRenderer.MobEffectFogFunction
-
setupFog
public void setupFog(FogRenderer.FogData p_234194_, LivingEntity p_234195_, MobEffectInstance p_234196_, float p_234197_, float p_234198_) - 指定者:
setupFog
在接口中FogRenderer.MobEffectFogFunction
-
getModifiedVoidDarkness
public float getModifiedVoidDarkness(LivingEntity p_234189_, MobEffectInstance p_234190_, float p_234191_, float p_234192_)
-