Class UltraSpace.UltraSpaceRenderInfo
java.lang.Object
net.minecraft.client.renderer.DimensionSpecialEffects
com.pixelmonmod.pixelmon.world.dimension.ultraspace.UltraSpace.UltraSpaceRenderInfo
- All Implemented Interfaces:
net.minecraftforge.client.extensions.IForgeDimensionSpecialEffects
- Enclosing class:
- UltraSpace
public static class UltraSpace.UltraSpaceRenderInfo
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
-
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.phys.Vec3
getBrightnessDependentFogColor
(net.minecraft.world.phys.Vec3 vec, float time) boolean
isFoggyAt
(int p_230493_1_, int p_230493_2_) 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
-
UltraSpaceRenderInfo
public UltraSpaceRenderInfo()
-
-
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 p_230493_1_, int p_230493_2_) - Specified by:
isFoggyAt
in classnet.minecraft.client.renderer.DimensionSpecialEffects
-