Class MarsEffects
java.lang.Object
net.minecraft.client.renderer.DimensionSpecialEffects
com.lightning.northstar.client.renderer.effect.SpaceEffects
com.lightning.northstar.client.renderer.effect.MarsEffects
- All Implemented Interfaces:
NorthstarDimensionEffectsExtension,net.neoforged.neoforge.client.extensions.IDimensionSpecialEffectsExtension
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.renderer.DimensionSpecialEffects
net.minecraft.client.renderer.DimensionSpecialEffects.EndEffects, net.minecraft.client.renderer.DimensionSpecialEffects.NetherEffects, net.minecraft.client.renderer.DimensionSpecialEffects.OverworldEffects, net.minecraft.client.renderer.DimensionSpecialEffects.SkyType -
Field Summary
Fields inherited from class net.minecraft.client.renderer.DimensionSpecialEffects
sunriseCol -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.phys.Vec3getBrightnessDependentFogColor(net.minecraft.world.phys.Vec3 fogColor, float brightness) float @Nullable []getSunriseColor(float time, float tickDelta) voidnorthstar$setupFogRender(net.neoforged.neoforge.client.event.ViewportEvent.RenderFog fog) booleanrenderSnowAndRain(net.minecraft.client.multiplayer.ClientLevel level, int ticks, float partialTick, net.minecraft.client.renderer.LightTexture lightTexture, double camX, double camY, double camZ) booleantickRain(net.minecraft.client.multiplayer.ClientLevel level, int ticks, net.minecraft.client.Camera camera) Methods inherited from class com.lightning.northstar.client.renderer.effect.SpaceEffects
getStarBrightness, isFoggyAt, renderSky, renderStarsMethods inherited from class net.minecraft.client.renderer.DimensionSpecialEffects
constantAmbientLight, forceBrightLightmap, forType, getCloudHeight, hasGround, skyTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.neoforged.neoforge.client.extensions.IDimensionSpecialEffectsExtension
adjustLightmapColors, renderCloudsMethods inherited from interface com.lightning.northstar.api.client.NorthstarDimensionEffectsExtension
northstar$onFrameStart, northstar$setupFogColor, northstar$setupLight
-
Constructor Details
-
MarsEffects
public MarsEffects()
-
-
Method Details
-
getSunriseColor
public float @Nullable [] getSunriseColor(float time, float tickDelta) - Overrides:
getSunriseColorin classSpaceEffects
-
getBrightnessDependentFogColor
public net.minecraft.world.phys.Vec3 getBrightnessDependentFogColor(net.minecraft.world.phys.Vec3 fogColor, float brightness) - Overrides:
getBrightnessDependentFogColorin classSpaceEffects
-
northstar$setupFogRender
public void northstar$setupFogRender(net.neoforged.neoforge.client.event.ViewportEvent.RenderFog fog) - Specified by:
northstar$setupFogRenderin interfaceNorthstarDimensionEffectsExtension- Overrides:
northstar$setupFogRenderin classSpaceEffects
-
tickRain
public boolean tickRain(net.minecraft.client.multiplayer.ClientLevel level, int ticks, net.minecraft.client.Camera camera) -
renderSnowAndRain
public boolean renderSnowAndRain(net.minecraft.client.multiplayer.ClientLevel level, int ticks, float partialTick, net.minecraft.client.renderer.LightTexture lightTexture, double camX, double camY, double camZ)
-