Class PixelmonDimensionRenderInfo
java.lang.Object
net.minecraft.client.renderer.DimensionSpecialEffects
com.pixelmonmod.pixelmon.world.dimension.client.PixelmonDimensionRenderInfo
- All Implemented Interfaces:
net.minecraftforge.client.extensions.IForgeDimensionSpecialEffects
- Direct Known Subclasses:
DrownedWorldDimensionEffects
,UltraSpaceDimensionEffects
public abstract class PixelmonDimensionRenderInfo
extends net.minecraft.client.renderer.DimensionSpecialEffects
-
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
ConstructorDescriptionPixelmonDimensionRenderInfo
(float cloudLevel, boolean hasGround, net.minecraft.client.renderer.DimensionSpecialEffects.SkyType skyType, boolean forceBrightLightmap, boolean constantAmbientLight) -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.phys.Vec3
getBrightnessDependentFogColor
(net.minecraft.world.phys.Vec3 vec, float time) boolean
isFoggyAt
(int x, int z) 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, renderClouds, renderSky, renderSnowAndRain, tickRain
-
Constructor Details
-
PixelmonDimensionRenderInfo
public PixelmonDimensionRenderInfo(float cloudLevel, boolean hasGround, net.minecraft.client.renderer.DimensionSpecialEffects.SkyType skyType, boolean forceBrightLightmap, boolean constantAmbientLight) -
PixelmonDimensionRenderInfo
public PixelmonDimensionRenderInfo()
-
-
Method Details
-
getBrightnessDependentFogColor
public net.minecraft.world.phys.Vec3 getBrightnessDependentFogColor(net.minecraft.world.phys.Vec3 vec, float time) - Specified by:
getBrightnessDependentFogColor
in classnet.minecraft.client.renderer.DimensionSpecialEffects
-
isFoggyAt
public boolean isFoggyAt(int x, int z) - Specified by:
isFoggyAt
in classnet.minecraft.client.renderer.DimensionSpecialEffects
-