Uses of Enum Class
com.mojang.blaze3d.platform.GlStateManager.TexCoord
Packages that use GlStateManager.TexCoord
-
Uses of GlStateManager.TexCoord in com.mojang.blaze3d.platform
Methods in com.mojang.blaze3d.platform that return GlStateManager.TexCoordModifier and TypeMethodDescriptionstatic GlStateManager.TexCoordReturns the enum constant of this class with the specified name.static GlStateManager.TexCoord[]GlStateManager.TexCoord.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mojang.blaze3d.platform with parameters of type GlStateManager.TexCoordModifier and TypeMethodDescriptionstatic voidGlStateManager.disableTexCoord(GlStateManager.TexCoord coord) Disables the generation of texture coordinatesstatic voidGlStateManager.genTex(GlStateManager.TexCoord coord, int mode) Allows controlling the generation of texture coordinatesstatic voidGlStateManager.genTex(GlStateManager.TexCoord coord, int mode, FloatBuffer buffer) Allows controling the generation of texture coordinates with a float bufferprivate static GlStateManager.TexGenCoordStateGlStateManager.getGenCoordState(GlStateManager.TexCoord coord) Retrieves texture coordinate generation statestatic voidGlStateManager.method_12289(GlStateManager.TexCoord texCoord)