public class DrownedWorldDimensionEffects extends PixelmonDimensionRenderInfo
net.minecraft.client.world.DimensionRenderInfo.End, net.minecraft.client.world.DimensionRenderInfo.FogType, net.minecraft.client.world.DimensionRenderInfo.Nether, net.minecraft.client.world.DimensionRenderInfo.Overworld| Constructor and Description |
|---|
DrownedWorldDimensionEffects() |
| Modifier and Type | Method and Description |
|---|---|
void |
renderClouds(int ticks,
float partialTicks,
com.mojang.blaze3d.matrix.MatrixStack matrix,
net.minecraft.client.world.ClientWorld world,
net.minecraft.client.Minecraft mc,
double viewEntityX,
double viewEntityY,
double viewEntityZ) |
void |
renderSky(int ticks,
float partialTicks,
com.mojang.blaze3d.matrix.MatrixStack matrix,
net.minecraft.client.world.ClientWorld world,
net.minecraft.client.Minecraft mc) |
void |
renderWeather(int ticks,
float partialTicks,
net.minecraft.client.world.ClientWorld world,
net.minecraft.client.Minecraft mc,
net.minecraft.client.renderer.LightTexture lightmapIn,
double xIn,
double yIn,
double zIn) |
doWeatherEffects, getBrightnessDependentFogColor, isFoggyAtconstantAmbientLight, forceBrightLightmap, forType, getCloudHeight, getCloudRenderHandler, getSkyRenderHandler, getSunriseColor, getWeatherParticleRenderHandler, getWeatherRenderHandler, hasGround, setCloudRenderHandler, setSkyRenderHandler, setWeatherParticleRenderHandler, setWeatherRenderHandler, skyTypepublic void renderSky(int ticks,
float partialTicks,
com.mojang.blaze3d.matrix.MatrixStack matrix,
net.minecraft.client.world.ClientWorld world,
net.minecraft.client.Minecraft mc)
renderSky in class PixelmonDimensionRenderInfopublic void renderClouds(int ticks,
float partialTicks,
com.mojang.blaze3d.matrix.MatrixStack matrix,
net.minecraft.client.world.ClientWorld world,
net.minecraft.client.Minecraft mc,
double viewEntityX,
double viewEntityY,
double viewEntityZ)
renderClouds in class PixelmonDimensionRenderInfopublic void renderWeather(int ticks,
float partialTicks,
net.minecraft.client.world.ClientWorld world,
net.minecraft.client.Minecraft mc,
net.minecraft.client.renderer.LightTexture lightmapIn,
double xIn,
double yIn,
double zIn)
renderWeather in class PixelmonDimensionRenderInfo