Class SimpleDimensionFX
-
- All Implemented Interfaces:
-
net.neoforged.neoforge.client.extensions.IDimensionSpecialEffectsExtension
public final class SimpleDimensionFX extends DimensionSpecialEffects
-
-
Field Summary
Fields Modifier and Type Field Description private final FloatArray
sunriseCol
private final Float
cloudLevel
private final Boolean
hasGround
private final DimensionSpecialEffects.SkyType
skyType
private final Boolean
forceBrightLightmap
private final Boolean
constantAmbientLight
-
Constructor Summary
Constructors Constructor Description SimpleDimensionFX(Float cloudLevel, Boolean hasGround, DimensionSpecialEffects.SkyType skyType, Boolean forceBrightLightmap, Boolean constantAmbientLight)
-
Method Summary
Modifier and Type Method Description Vec3
getBrightnessDependentFogColor(Vec3 color, Float sunHeight)
Boolean
isFoggyAt(Integer x, Integer y)
-
Methods inherited from class net.neoforged.neoforge.client.extensions.IDimensionSpecialEffectsExtension
adjustLightmapColors, renderClouds, renderSky, renderSnowAndRain, self, tickRain
-
Methods inherited from class net.minecraft.client.renderer.DimensionSpecialEffects
constantAmbientLight, forceBrightLightmap, getCloudHeight, getSunriseColor, hasGround, skyType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-