Class DrownedWorldDimensionEffects
java.lang.Object
net.minecraft.client.renderer.DimensionSpecialEffects
com.pixelmonmod.pixelmon.world.dimension.client.PixelmonDimensionRenderInfo
com.pixelmonmod.pixelmon.world.dimension.client.DrownedWorldDimensionEffects
- All Implemented Interfaces:
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
EFFECTS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.phys.Vec3getBrightnessDependentFogColor(net.minecraft.world.phys.Vec3 p_108878_, float p_108879_) booleanisFoggyAt(int p_108874_, int p_108875_) booleanrenderClouds(net.minecraft.client.multiplayer.ClientLevel level, int ticks, float partialTick, com.mojang.blaze3d.vertex.PoseStack poseStack, double camX, double camY, double camZ, org.joml.Matrix4f modelViewMatrix, org.joml.Matrix4f projectionMatrix) booleanrenderSky(net.minecraft.client.multiplayer.ClientLevel level, int ticks, float partialTick, org.joml.Matrix4f modelViewMatrix, net.minecraft.client.Camera camera, org.joml.Matrix4f projectionMatrix, boolean isFoggy, Runnable setupFog) booleanrenderSnowAndRain(net.minecraft.client.multiplayer.ClientLevel level, int ticks, float partialTick, net.minecraft.client.renderer.LightTexture lightTexture, double camX, double camY, double camZ) Methods inherited from class net.minecraft.client.renderer.DimensionSpecialEffects
constantAmbientLight, forceBrightLightmap, forType, getCloudHeight, getSunriseColor, 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, tickRain
-
Constructor Details
-
DrownedWorldDimensionEffects
public DrownedWorldDimensionEffects()
-
-
Method Details
-
getBrightnessDependentFogColor
public net.minecraft.world.phys.Vec3 getBrightnessDependentFogColor(net.minecraft.world.phys.Vec3 p_108878_, float p_108879_) - Overrides:
getBrightnessDependentFogColorin classPixelmonDimensionRenderInfo
-
isFoggyAt
public boolean isFoggyAt(int p_108874_, int p_108875_) - Overrides:
isFoggyAtin classPixelmonDimensionRenderInfo
-
renderSky
public boolean renderSky(net.minecraft.client.multiplayer.ClientLevel level, int ticks, float partialTick, org.joml.Matrix4f modelViewMatrix, net.minecraft.client.Camera camera, org.joml.Matrix4f projectionMatrix, boolean isFoggy, Runnable setupFog) -
renderClouds
public boolean renderClouds(net.minecraft.client.multiplayer.ClientLevel level, int ticks, float partialTick, com.mojang.blaze3d.vertex.PoseStack poseStack, double camX, double camY, double camZ, org.joml.Matrix4f modelViewMatrix, org.joml.Matrix4f projectionMatrix) -
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)
-