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.minecraftforge.client.extensions.IForgeDimensionSpecialEffects
-
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
-
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.phys.Vec3
getBrightnessDependentFogColor
(net.minecraft.world.phys.Vec3 p_108878_, float p_108879_) boolean
isFoggyAt
(int p_108874_, int p_108875_) 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 projectionMatrix) boolean
renderSky
(net.minecraft.client.multiplayer.ClientLevel level, int ticks, float partialTick, com.mojang.blaze3d.vertex.PoseStack poseStack, net.minecraft.client.Camera camera, org.joml.Matrix4f projectionMatrix, boolean isFoggy, Runnable setupFog) boolean
renderSnowAndRain
(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, skyType
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraftforge.client.extensions.IForgeDimensionSpecialEffects
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:
getBrightnessDependentFogColor
in classPixelmonDimensionRenderInfo
-
isFoggyAt
public boolean isFoggyAt(int p_108874_, int p_108875_) - Overrides:
isFoggyAt
in classPixelmonDimensionRenderInfo
-
renderSky
public boolean renderSky(net.minecraft.client.multiplayer.ClientLevel level, int ticks, float partialTick, com.mojang.blaze3d.vertex.PoseStack poseStack, 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 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)
-