Uses of Class
com.mojang.blaze3d.platform.GlStateManager.FogMode
-
Packages that use GlStateManager.FogMode Package Description com.mojang.blaze3d.platform com.mojang.blaze3d.systems -
-
Uses of GlStateManager.FogMode in com.mojang.blaze3d.platform
Methods in com.mojang.blaze3d.platform that return GlStateManager.FogMode Modifier and Type Method Description static GlStateManager.FogMode
GlStateManager.FogMode. valueOf(java.lang.String name)
Deprecated.Returns the enum constant of this type with the specified name.static GlStateManager.FogMode[]
GlStateManager.FogMode. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of GlStateManager.FogMode in com.mojang.blaze3d.systems
Methods in com.mojang.blaze3d.systems with parameters of type GlStateManager.FogMode Modifier and Type Method Description static void
RenderSystem. fogMode(GlStateManager.FogMode p_fogMode_0_)
Deprecated.
-