类 DimensionSpecialEffects.EndEffects
java.lang.Object
net.minecraft.client.renderer.DimensionSpecialEffects
net.minecraft.client.renderer.DimensionSpecialEffects.EndEffects
- 所有已实现的接口:
IForgeDimensionSpecialEffects
-
嵌套类概要
从类继承的嵌套类/接口 net.minecraft.client.renderer.DimensionSpecialEffects
DimensionSpecialEffects.EndEffects, DimensionSpecialEffects.NetherEffects, DimensionSpecialEffects.OverworldEffects, DimensionSpecialEffects.SkyType
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getBrightnessDependentFogColor
(Vec3 p_108894_, float p_108895_) float[]
getSunriseColor
(float p_108888_, float p_108889_) boolean
isFoggyAt
(int p_108891_, int p_108892_) 从类继承的方法 net.minecraft.client.renderer.DimensionSpecialEffects
constantAmbientLight, forceBrightLightmap, forType, getCloudHeight, hasGround, skyType
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraftforge.client.extensions.IForgeDimensionSpecialEffects
adjustLightmapColors, renderClouds, renderSky, renderSnowAndRain, tickRain
-
构造器详细资料
-
EndEffects
public EndEffects()
-
-
方法详细资料
-
getBrightnessDependentFogColor
-
isFoggyAt
public boolean isFoggyAt(int p_108891_, int p_108892_) - 指定者:
isFoggyAt
在类中DimensionSpecialEffects
-
getSunriseColor
@Nullable public float[] getSunriseColor(float p_108888_, float p_108889_)
-