Uses of Class
com.mojang.blaze3d.platform.GlStateManager.TexGen
-
Packages that use GlStateManager.TexGen Package Description com.mojang.blaze3d.platform -
-
Uses of GlStateManager.TexGen in com.mojang.blaze3d.platform
Methods in com.mojang.blaze3d.platform that return GlStateManager.TexGen Modifier and Type Method Description static GlStateManager.TexGen
GlStateManager.TexGen. valueOf(java.lang.String name)
Deprecated.Returns the enum constant of this type with the specified name.static GlStateManager.TexGen[]
GlStateManager.TexGen. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.mojang.blaze3d.platform with parameters of type GlStateManager.TexGen Modifier and Type Method Description static void
GlStateManager. _disableTexGen(GlStateManager.TexGen p_227685_0_)
Deprecated.static void
GlStateManager. _enableTexGen(GlStateManager.TexGen p_227662_0_)
Deprecated.static void
GlStateManager. _texGenMode(GlStateManager.TexGen p_227663_0_, int p_227663_1_)
Deprecated.static void
GlStateManager. _texGenParam(GlStateManager.TexGen p_227664_0_, int p_227664_1_, java.nio.FloatBuffer p_227664_2_)
Deprecated.private static GlStateManager.TexGenCoord
GlStateManager. getTexGen(GlStateManager.TexGen p_225677_0_)
Deprecated.
-