Package com.mojang.blaze3d.platform
Class GlStateManager
java.lang.Object
com.mojang.blaze3d.platform.GlStateManager
@Environment(CLIENT) public class GlStateManager extends Object
- Mappings:
Namespace Name official dkrintermediary net/minecraft/class_4493named com/mojang/blaze3d/platform/GlStateManager
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classGlStateManager.AlphaTestStateDeprecated.(package private) static classGlStateManager.BlendFuncState(package private) static classGlStateManager.CapabilityTracker(package private) static classGlStateManager.Color4Deprecated.(package private) static classGlStateManager.ColorMask(package private) static classGlStateManager.ColorMaterialStateDeprecated.(package private) static classGlStateManager.CullFaceState(package private) static classGlStateManager.DepthTestStatestatic classGlStateManager.DstFactorstatic classGlStateManager.FBOBlitModestatic classGlStateManager.FBOModestatic classGlStateManager.FogModeDeprecated.(package private) static classGlStateManager.FogStateDeprecated.static classGlStateManager.LogicOp(package private) static classGlStateManager.LogicOpState(package private) static classGlStateManager.PolygonOffsetState(package private) static classGlStateManager.ScissorTestStatestatic classGlStateManager.SrcFactor(package private) static classGlStateManager.StencilState(package private) static classGlStateManager.StencilSubStatestatic classGlStateManager.TexCoordDeprecated.(package private) static classGlStateManager.TexGenCoordStateDeprecated.(package private) static classGlStateManager.TexGenStateDeprecated.(package private) static classGlStateManager.Texture2DStatestatic classGlStateManager.Viewport -
Field Summary
-
Constructor Summary
Constructors Constructor Description GlStateManager() -
Method Summary
Modifier and Type Method Description static voidactiveTexture(int texture)static voidactiveTextureUntracked(int texture)static voidalphaFunc(int func, float ref)Deprecated.static voidattachShader(int program, int shader)static voidbindBuffer(int target, int buffer)static voidbindFramebuffer(int target, int framebuffer)static voidbindTexture(int texture)static voidblendColor(float red, float green, float blue, float alpha)static voidblendEquation(int mode)static voidblendFunc(int srcFactor, int dstFactor)static voidblendFuncSeparate(int srcFactorRGB, int dstFactorRGB, int srcFactorAlpha, int dstFactorAlpha)static voidblendFuncSeparateUntracked(int srcFactorRGB, int dstFactorRGB, int srcFactorAlpha, int dstFactorAlpha)static voidblitFramebuffer(int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, int mask, int filter)static voidbufferData(int target, long size, int usage)static voidbufferData(int target, ByteBuffer data, int usage)static intcheckFramebufferStatus(int target)static voidclear(int mask, boolean getError)static voidclearColor(float red, float green, float blue, float alpha)static voidclearCurrentColor()Deprecated.static voidclearDepth(double depth)static voidclearStencil(int stencil)static voidclearTexGen()static voidclientActiveTexture(int texture)Deprecated.static voidcolor4f(float red, float green, float blue, float alpha)Deprecated.static voidcolorMask(boolean red, boolean green, boolean blue, boolean alpha)static voidcolorMaterial(int face, int mode)Deprecated.static voidcolorPointer(int size, int type, int stride, long pointer)Deprecated.private static voidcombineAlpha(int combineAlpha, int source0Alpha)private static voidcombineColor(int combineColor, int source0Color)private static voidcombineColor(int combineColor, int source0Color, int source1Color, int source2Color)static voidcompileShader(int shader)static voidcopyTexSubImage2d(int target, int level, int xOffset, int yOffset, int x, int y, int width, int height)static intcreateProgram()static intcreateShader(int type)static voiddeleteBuffers(int buffer)static voiddeleteFramebuffers(int framebuffers)static voiddeleteProgram(int program)static voiddeleteShader(int shader)static voiddeleteTexture(int texture)static voiddeleteTextures(int[] int2)static voiddepthFunc(int func)static voiddepthMask(boolean mask)static voiddisableAlphaTest()Deprecated.static voiddisableBlend()static voiddisableClientState(int cap)Deprecated.static voiddisableColorLogicOp()static voiddisableColorMaterial()Deprecated.static voiddisableCull()static voiddisableDepthTest()static voiddisableFog()Deprecated.static voiddisableLighting()Deprecated.static voiddisableLineOffset()static voiddisablePolygonOffset()static voiddisableRescaleNormal()Deprecated.static voiddisableTexGen(GlStateManager.TexCoord coord)Deprecated.static voiddisableTexture()static voiddrawElements(int mode, int first, int type, long indices)static voidenableAlphaTest()Deprecated.static voidenableBlend()static voidenableClientState(int cap)Deprecated.static voidenableColorLogicOp()static voidenableColorMaterial()Deprecated.static voidenableCull()static voidenableDepthTest()static voidenableFog()Deprecated.static voidenableLight(int light)Deprecated.static voidenableLighting()Deprecated.static voidenableLineOffset()static voidenablePolygonOffset()static voidenableRescaleNormal()Deprecated.static voidenableScissorTest()static voidenableTexGen(GlStateManager.TexCoord coord)Deprecated.static voidenableTexture()static voidenableVertexAttribArray(int index)static voidfog(int pname, float[] params)Deprecated.static voidfogDensity(float density)Deprecated.static voidfogEnd(float end)Deprecated.static voidfogi(int pname, int param)Deprecated.static voidfogMode(int mode)Deprecated.static voidfogStart(float start)Deprecated.static voidframebufferTexture2D(int target, int attachment, int textureTarget, int texture, int level)static intgenBuffers()static intgenFramebuffers()static intgenTextures()static voidgenTextures(int[] int2)static intgetActiveBoundTexture()Deprecated.static intgetAttribLocation(int program, CharSequence name)private static FloatBuffergetBuffer(float a, float b, float c, float d)static intgetError()static voidgetFloat(int pname, FloatBuffer params)Deprecated.static intgetFramebufferDepthAttachment()private static GlStateManager.TexGenCoordStategetGenCoordState(GlStateManager.TexCoord coord)Deprecated.static intgetInteger(int pname)static intgetProgram(int program, int pname)static StringgetProgramInfoLog(int program, int maxLength)static intgetShader(int shader, int pname)static StringgetShaderInfoLog(int shader, int maxLength)static StringgetString(int name)static voidgetTexImage(int target, int level, int format, int type, long pixels)static intgetTexLevelParameter(int target, int level, int pname)static intgetUniformLocation(int program, CharSequence name)static StringinitFramebufferSupport(GLCapabilities capabilities)Configures the frame buffer and populatesFramebufferInfowith the appropriate constants for the current GLCapabilities.static voidlight(int light, int pname, FloatBuffer params)Deprecated.static voidlightModel(int pname, FloatBuffer params)Deprecated.static voidlineWidth(float width)static voidlinkProgram(int program)static voidloadIdentity()Deprecated.static voidlogicOp(int op)static ByteBuffermapBuffer(int target, int access)static voidmatrixMode(int mode)Deprecated.static voidmethod_22607(int index)static voidmethod_31318()static voidmulTextureByProjModelView()static voidmultiTexCoords2f(int texture, float s, float t)Deprecated.static voidmultMatrix(FloatBuffer matrix)Deprecated.static voidmultMatrix(Matrix4f matrix)Deprecated.static voidnormal3f(float nx, float ny, float nz)Deprecated.static voidnormalPointer(int type, int stride, long pointer)Deprecated.static voidortho(double l, double r, double b, double t, double n, double f)Deprecated.static voidpixelStore(int pname, int param)static voidpixelTransfer(int pname, float param)static voidpolygonMode(int face, int mode)static voidpolygonOffset(float factor, float units)static voidpopAttributes()Deprecated.static voidpopMatrix()Deprecated.static voidpushLightingAttributes()Deprecated.static voidpushMatrix()Deprecated.static voidpushTextureAttributes()Deprecated.static voidreadPixels(int x, int y, int width, int height, int format, int type, ByteBuffer pixels)static voidrotatef(float angle, float x, float y, float z)Deprecated.static voidscaled(double x, double y, double z)Deprecated.static voidscalef(float x, float y, float z)Deprecated.static voidscissor(int x, int y, int width, int height)static voidsetupEndPortalTexGen()static voidsetupGui3dDiffuseLighting(Vec3f vec3f, Vec3f vec3f2)static voidsetupGuiFlatDiffuseLighting(Vec3f vec3f, Vec3f vec3f2)static voidsetupLevelDiffuseLighting(Vec3f vec3f, Vec3f vec3f2, Matrix4f matrix4f)static voidsetupOutline()static voidsetupOverlayColor(int texture, int size)static voidshadeModel(int mode)Deprecated.static voidshaderSource(int shader, CharSequence source)static voidstencilFunc(int func, int ref, int mask)static voidstencilMask(int mask)static voidstencilOp(int sfail, int dpfail, int dppass)static booleansupportsGl30()static voidteardownOutline()static voidteardownOverlayColor()static voidtexCoordPointer(int size, int type, int stride, long pointer)Deprecated.static voidtexEnv(int target, int pname, int param)Deprecated.static voidtexGenMode(GlStateManager.TexCoord coord, int mode)Deprecated.static voidtexGenParam(GlStateManager.TexCoord coord, int pname, FloatBuffer params)Deprecated.static voidtexImage2D(int target, int level, int internalFormat, int width, int height, int border, int format, int type, IntBuffer pixels)static voidtexParameter(int target, int pname, float param)static voidtexParameter(int target, int pname, int param)static voidtexSubImage2D(int target, int level, int offsetX, int offsetY, int width, int height, int format, int type, long pixels)static voidtranslated(double x, double y, double z)Deprecated.static voidtranslatef(float x, float y, float z)Deprecated.static voiduniform1(int location, int value)static voiduniform1(int location, FloatBuffer value)static voiduniform1(int location, IntBuffer value)static voiduniform2(int location, FloatBuffer value)static voiduniform2(int location, IntBuffer value)static voiduniform3(int location, FloatBuffer value)static voiduniform3(int location, IntBuffer value)static voiduniform4(int location, FloatBuffer value)static voiduniform4(int location, IntBuffer value)static voiduniformMatrix2(int location, boolean transpose, FloatBuffer value)static voiduniformMatrix3(int location, boolean transpose, FloatBuffer value)static voiduniformMatrix4(int location, boolean transpose, FloatBuffer value)static voidunmapBuffer(int target)static voiduseProgram(int program)static voidvertexAttribPointer(int index, int size, int type, boolean normalized, int stride, long pointer)static voidvertexPointer(int size, int type, int stride, long pointer)Deprecated.static voidviewport(int x, int y, int width, int height)
-
Field Details
-
MATRIX_BUFFER
- Mappings:
Namespace Name Mixin selector official aLdkr;a:Ljava/nio/FloatBuffer;intermediary field_20466Lnet/minecraft/class_4493;field_20466:Ljava/nio/FloatBuffer;named MATRIX_BUFFERLcom/mojang/blaze3d/platform/GlStateManager;MATRIX_BUFFER:Ljava/nio/FloatBuffer;
-
ALPHA_TEST
- Mappings:
Namespace Name Mixin selector official bLdkr;b:Ldkr$a;intermediary field_20468Lnet/minecraft/class_4493;field_20468:Lnet/minecraft/class_4493$class_1016;named ALPHA_TESTLcom/mojang/blaze3d/platform/GlStateManager;ALPHA_TEST:Lcom/mojang/blaze3d/platform/GlStateManager$AlphaTestState;
-
LIGHTING
- Mappings:
Namespace Name Mixin selector official cLdkr;c:Ldkr$c;intermediary field_20469Lnet/minecraft/class_4493;field_20469:Lnet/minecraft/class_4493$class_1018;named LIGHTINGLcom/mojang/blaze3d/platform/GlStateManager;LIGHTING:Lcom/mojang/blaze3d/platform/GlStateManager$CapabilityTracker;
-
LIGHT_ENABLE
- Mappings:
Namespace Name Mixin selector official dLdkr;d:[Ldkr$c;intermediary field_20470Lnet/minecraft/class_4493;field_20470:[Lnet/minecraft/class_4493$class_1018;named LIGHT_ENABLELcom/mojang/blaze3d/platform/GlStateManager;LIGHT_ENABLE:[Lcom/mojang/blaze3d/platform/GlStateManager$CapabilityTracker;
-
COLOR_MATERIAL
- Mappings:
Namespace Name Mixin selector official eLdkr;e:Ldkr$g;intermediary field_20471Lnet/minecraft/class_4493;field_20471:Lnet/minecraft/class_4493$class_1023;named COLOR_MATERIALLcom/mojang/blaze3d/platform/GlStateManager;COLOR_MATERIAL:Lcom/mojang/blaze3d/platform/GlStateManager$ColorMaterialState;
-
BLEND
- Mappings:
Namespace Name Mixin selector official fLdkr;f:Ldkr$b;intermediary field_20472Lnet/minecraft/class_4493;field_20472:Lnet/minecraft/class_4493$class_1017;named BLENDLcom/mojang/blaze3d/platform/GlStateManager;BLEND:Lcom/mojang/blaze3d/platform/GlStateManager$BlendFuncState;
-
DEPTH
- Mappings:
Namespace Name Mixin selector official gLdkr;g:Ldkr$i;intermediary field_20473Lnet/minecraft/class_4493;field_20473:Lnet/minecraft/class_4493$class_1026;named DEPTHLcom/mojang/blaze3d/platform/GlStateManager;DEPTH:Lcom/mojang/blaze3d/platform/GlStateManager$DepthTestState;
-
FOG
- Mappings:
Namespace Name Mixin selector official hLdkr;h:Ldkr$n;intermediary field_20474Lnet/minecraft/class_4493;field_20474:Lnet/minecraft/class_4493$class_1029;named FOGLcom/mojang/blaze3d/platform/GlStateManager;FOG:Lcom/mojang/blaze3d/platform/GlStateManager$FogState;
-
CULL
- Mappings:
Namespace Name Mixin selector official iLdkr;i:Ldkr$h;intermediary field_20475Lnet/minecraft/class_4493;field_20475:Lnet/minecraft/class_4493$class_1025;named CULLLcom/mojang/blaze3d/platform/GlStateManager;CULL:Lcom/mojang/blaze3d/platform/GlStateManager$CullFaceState;
-
POLY_OFFSET
- Mappings:
Namespace Name Mixin selector official jLdkr;j:Ldkr$p;intermediary field_20476Lnet/minecraft/class_4493;field_20476:Lnet/minecraft/class_4493$class_1031;named POLY_OFFSETLcom/mojang/blaze3d/platform/GlStateManager;POLY_OFFSET:Lcom/mojang/blaze3d/platform/GlStateManager$PolygonOffsetState;
-
COLOR_LOGIC
- Mappings:
Namespace Name Mixin selector official kLdkr;k:Ldkr$e;intermediary field_20477Lnet/minecraft/class_4493;field_20477:Lnet/minecraft/class_4493$class_1021;named COLOR_LOGICLcom/mojang/blaze3d/platform/GlStateManager;COLOR_LOGIC:Lcom/mojang/blaze3d/platform/GlStateManager$LogicOpState;
-
TEX_GEN
- Mappings:
Namespace Name Mixin selector official lLdkr;l:Ldkr$w;intermediary field_20478Lnet/minecraft/class_4493;field_20478:Lnet/minecraft/class_4493$class_1038;named TEX_GENLcom/mojang/blaze3d/platform/GlStateManager;TEX_GEN:Lcom/mojang/blaze3d/platform/GlStateManager$TexGenState;
-
STENCIL
- Mappings:
Namespace Name Mixin selector official mLdkr;m:Ldkr$t;intermediary field_20480Lnet/minecraft/class_4493;field_20480:Lnet/minecraft/class_4493$class_1035;named STENCILLcom/mojang/blaze3d/platform/GlStateManager;STENCIL:Lcom/mojang/blaze3d/platform/GlStateManager$StencilState;
-
SCISSOR_TEST
- Mappings:
Namespace Name Mixin selector official nLdkr;n:Ldkr$q;intermediary field_26839Lnet/minecraft/class_4493;field_26839:Lnet/minecraft/class_4493$class_5518;named SCISSOR_TESTLcom/mojang/blaze3d/platform/GlStateManager;SCISSOR_TEST:Lcom/mojang/blaze3d/platform/GlStateManager$ScissorTestState;
-
colorBuffer
- Mappings:
Namespace Name Mixin selector official oLdkr;o:Ljava/nio/FloatBuffer;intermediary field_20771Lnet/minecraft/class_4493;field_20771:Ljava/nio/FloatBuffer;named colorBufferLcom/mojang/blaze3d/platform/GlStateManager;colorBuffer:Ljava/nio/FloatBuffer;
-
activeTexture
private static int activeTexture- Mappings:
Namespace Name Mixin selector official pLdkr;p:Iintermediary field_20482Lnet/minecraft/class_4493;field_20482:Inamed activeTextureLcom/mojang/blaze3d/platform/GlStateManager;activeTexture:I
-
TEXTURES
- Mappings:
Namespace Name Mixin selector official qLdkr;q:[Ldkr$x;intermediary field_20483Lnet/minecraft/class_4493;field_20483:[Lnet/minecraft/class_4493$class_1039;named TEXTURESLcom/mojang/blaze3d/platform/GlStateManager;TEXTURES:[Lcom/mojang/blaze3d/platform/GlStateManager$Texture2DState;
-
modelShadeMode
private static int modelShadeMode- Mappings:
Namespace Name Mixin selector official rLdkr;r:Iintermediary field_20484Lnet/minecraft/class_4493;field_20484:Inamed modelShadeModeLcom/mojang/blaze3d/platform/GlStateManager;modelShadeMode:I
-
RESCALE_NORMAL
- Mappings:
Namespace Name Mixin selector official sLdkr;s:Ldkr$c;intermediary field_20485Lnet/minecraft/class_4493;field_20485:Lnet/minecraft/class_4493$class_1018;named RESCALE_NORMALLcom/mojang/blaze3d/platform/GlStateManager;RESCALE_NORMAL:Lcom/mojang/blaze3d/platform/GlStateManager$CapabilityTracker;
-
COLOR_MASK
- Mappings:
Namespace Name Mixin selector official tLdkr;t:Ldkr$f;intermediary field_20486Lnet/minecraft/class_4493;field_20486:Lnet/minecraft/class_4493$class_1022;named COLOR_MASKLcom/mojang/blaze3d/platform/GlStateManager;COLOR_MASK:Lcom/mojang/blaze3d/platform/GlStateManager$ColorMask;
-
COLOR
- Mappings:
Namespace Name Mixin selector official uLdkr;u:Ldkr$d;intermediary field_20487Lnet/minecraft/class_4493;field_20487:Lnet/minecraft/class_4493$class_1020;named COLORLcom/mojang/blaze3d/platform/GlStateManager;COLOR:Lcom/mojang/blaze3d/platform/GlStateManager$Color4;
-
fboMode
- Mappings:
Namespace Name Mixin selector official vLdkr;v:Ldkr$l;intermediary field_20488Lnet/minecraft/class_4493;field_20488:Lnet/minecraft/class_4493$class_1010;named fboModeLcom/mojang/blaze3d/platform/GlStateManager;fboMode:Lcom/mojang/blaze3d/platform/GlStateManager$FBOMode;
-
fboBlitMode
- Mappings:
Namespace Name Mixin selector official wLdkr;w:Ldkr$k;intermediary field_25251Lnet/minecraft/class_4493;field_25251:Lnet/minecraft/class_4493$class_5343;named fboBlitModeLcom/mojang/blaze3d/platform/GlStateManager;fboBlitMode:Lcom/mojang/blaze3d/platform/GlStateManager$FBOBlitMode;
-
-
Constructor Details
-
GlStateManager
public GlStateManager()
-
-
Method Details
-
pushLightingAttributes
Deprecated.- Mappings:
Namespace Name Mixin selector official aLdkr;a()Vintermediary method_21935Lnet/minecraft/class_4493;method_21935()Vnamed pushLightingAttributesLcom/mojang/blaze3d/platform/GlStateManager;pushLightingAttributes()V
-
pushTextureAttributes
Deprecated.- Mappings:
Namespace Name Mixin selector official bLdkr;b()Vintermediary method_21976Lnet/minecraft/class_4493;method_21976()Vnamed pushTextureAttributesLcom/mojang/blaze3d/platform/GlStateManager;pushTextureAttributes()V
-
popAttributes
Deprecated.- Mappings:
Namespace Name Mixin selector official cLdkr;c()Vintermediary method_21997Lnet/minecraft/class_4493;method_21997()Vnamed popAttributesLcom/mojang/blaze3d/platform/GlStateManager;popAttributes()V
-
disableAlphaTest
Deprecated.- Mappings:
Namespace Name Mixin selector official dLdkr;d()Vintermediary method_22012Lnet/minecraft/class_4493;method_22012()Vnamed disableAlphaTestLcom/mojang/blaze3d/platform/GlStateManager;disableAlphaTest()V
-
enableAlphaTest
Deprecated.- Mappings:
Namespace Name Mixin selector official eLdkr;e()Vintermediary method_22021Lnet/minecraft/class_4493;method_22021()Vnamed enableAlphaTestLcom/mojang/blaze3d/platform/GlStateManager;enableAlphaTest()V
-
alphaFunc
Deprecated.- Mappings:
Namespace Name Mixin selector official aLdkr;a(IF)Vintermediary method_21945Lnet/minecraft/class_4493;method_21945(IF)Vnamed alphaFuncLcom/mojang/blaze3d/platform/GlStateManager;alphaFunc(IF)V
-
enableLighting
Deprecated.- Mappings:
Namespace Name Mixin selector official fLdkr;f()Vintermediary method_22028Lnet/minecraft/class_4493;method_22028()Vnamed enableLightingLcom/mojang/blaze3d/platform/GlStateManager;enableLighting()V
-
disableLighting
Deprecated.- Mappings:
Namespace Name Mixin selector official gLdkr;g()Vintermediary method_22034Lnet/minecraft/class_4493;method_22034()Vnamed disableLightingLcom/mojang/blaze3d/platform/GlStateManager;disableLighting()V
-
enableLight
Deprecated.- Mappings:
Namespace Name Mixin selector official aLdkr;a(I)Vintermediary method_21944Lnet/minecraft/class_4493;method_21944(I)Vnamed enableLightLcom/mojang/blaze3d/platform/GlStateManager;enableLight(I)V
-
enableColorMaterial
Deprecated.- Mappings:
Namespace Name Mixin selector official hLdkr;h()Vintermediary method_22040Lnet/minecraft/class_4493;method_22040()Vnamed enableColorMaterialLcom/mojang/blaze3d/platform/GlStateManager;enableColorMaterial()V
-
disableColorMaterial
Deprecated.- Mappings:
Namespace Name Mixin selector official iLdkr;i()Vintermediary method_22044Lnet/minecraft/class_4493;method_22044()Vnamed disableColorMaterialLcom/mojang/blaze3d/platform/GlStateManager;disableColorMaterial()V
-
colorMaterial
Deprecated.- Mappings:
Namespace Name Mixin selector official aLdkr;a(II)Vintermediary method_21947Lnet/minecraft/class_4493;method_21947(II)Vnamed colorMaterialLcom/mojang/blaze3d/platform/GlStateManager;colorMaterial(II)V
-
light
Deprecated.- Mappings:
Namespace Name Mixin selector official aLdkr;a(IILjava/nio/FloatBuffer;)Vintermediary method_21960Lnet/minecraft/class_4493;method_21960(IILjava/nio/FloatBuffer;)Vnamed lightLcom/mojang/blaze3d/platform/GlStateManager;light(IILjava/nio/FloatBuffer;)V
-
lightModel
Deprecated.- Mappings:
Namespace Name Mixin selector official aLdkr;a(ILjava/nio/FloatBuffer;)Vintermediary method_21963Lnet/minecraft/class_4493;method_21963(ILjava/nio/FloatBuffer;)Vnamed lightModelLcom/mojang/blaze3d/platform/GlStateManager;lightModel(ILjava/nio/FloatBuffer;)V
-
normal3f
Deprecated.- Mappings:
Namespace Name Mixin selector official aLdkr;a(FFF)Vintermediary method_21942Lnet/minecraft/class_4493;method_21942(FFF)Vnamed normal3fLcom/mojang/blaze3d/platform/GlStateManager;normal3f(FFF)V
-
method_31318
public static void method_31318()- Mappings:
Namespace Name Mixin selector official jLdkr;j()Vintermediary method_31318Lnet/minecraft/class_4493;method_31318()Vnamed method_31318Lcom/mojang/blaze3d/platform/GlStateManager;method_31318()V
-
enableScissorTest
public static void enableScissorTest()- Mappings:
Namespace Name Mixin selector official kLdkr;k()Vintermediary method_31319Lnet/minecraft/class_4493;method_31319()Vnamed enableScissorTestLcom/mojang/blaze3d/platform/GlStateManager;enableScissorTest()V
-
scissor
public static void scissor(int x, int y, int width, int height)- Mappings:
Namespace Name Mixin selector official aLdkr;a(IIII)Vintermediary method_31317Lnet/minecraft/class_4493;method_31317(IIII)Vnamed scissorLcom/mojang/blaze3d/platform/GlStateManager;scissor(IIII)V
-
disableDepthTest
public static void disableDepthTest()- Mappings:
Namespace Name Mixin selector official lLdkr;l()Vintermediary method_22047Lnet/minecraft/class_4493;method_22047()Vnamed disableDepthTestLcom/mojang/blaze3d/platform/GlStateManager;disableDepthTest()V
-
enableDepthTest
public static void enableDepthTest()- Mappings:
Namespace Name Mixin selector official mLdkr;m()Vintermediary method_22050Lnet/minecraft/class_4493;method_22050()Vnamed enableDepthTestLcom/mojang/blaze3d/platform/GlStateManager;enableDepthTest()V
-
depthFunc
public static void depthFunc(int func)- Mappings:
Namespace Name Mixin selector official bLdkr;b(I)Vintermediary method_22001Lnet/minecraft/class_4493;method_22001(I)Vnamed depthFuncLcom/mojang/blaze3d/platform/GlStateManager;depthFunc(I)V
-
depthMask
public static void depthMask(boolean mask)- Mappings:
Namespace Name Mixin selector official aLdkr;a(Z)Vintermediary method_21974Lnet/minecraft/class_4493;method_21974(Z)Vnamed depthMaskLcom/mojang/blaze3d/platform/GlStateManager;depthMask(Z)V
-
disableBlend
public static void disableBlend()- Mappings:
Namespace Name Mixin selector official nLdkr;n()Vintermediary method_22053Lnet/minecraft/class_4493;method_22053()Vnamed disableBlendLcom/mojang/blaze3d/platform/GlStateManager;disableBlend()V
-
enableBlend
public static void enableBlend()- Mappings:
Namespace Name Mixin selector official oLdkr;o()Vintermediary method_22056Lnet/minecraft/class_4493;method_22056()Vnamed enableBlendLcom/mojang/blaze3d/platform/GlStateManager;enableBlend()V
-
blendFunc
public static void blendFunc(int srcFactor, int dstFactor)- Mappings:
Namespace Name Mixin selector official bLdkr;b(II)Vintermediary method_21984Lnet/minecraft/class_4493;method_21984(II)Vnamed blendFuncLcom/mojang/blaze3d/platform/GlStateManager;blendFunc(II)V
-
blendFuncSeparate
public static void blendFuncSeparate(int srcFactorRGB, int dstFactorRGB, int srcFactorAlpha, int dstFactorAlpha)- Mappings:
Namespace Name Mixin selector official bLdkr;b(IIII)Vintermediary method_21950Lnet/minecraft/class_4493;method_21950(IIII)Vnamed blendFuncSeparateLcom/mojang/blaze3d/platform/GlStateManager;blendFuncSeparate(IIII)V
-
blendColor
public static void blendColor(float red, float green, float blue, float alpha)- Mappings:
Namespace Name Mixin selector official aLdkr;a(FFFF)Vintermediary method_22883Lnet/minecraft/class_4493;method_22883(FFFF)Vnamed blendColorLcom/mojang/blaze3d/platform/GlStateManager;blendColor(FFFF)V
-
blendEquation
public static void blendEquation(int mode)- Mappings:
Namespace Name Mixin selector official cLdkr;c(I)Vintermediary method_22015Lnet/minecraft/class_4493;method_22015(I)Vnamed blendEquationLcom/mojang/blaze3d/platform/GlStateManager;blendEquation(I)V
-
initFramebufferSupport
Configures the frame buffer and populatesFramebufferInfowith the appropriate constants for the current GLCapabilities.- Returns:
- human-readable string representing the selected frame buffer technology
- Throws:
IllegalStateException- if no known frame buffer technology is supported- Mappings:
Namespace Name Mixin selector official aLdkr;a(Lorg/lwjgl/opengl/GLCapabilities;)Ljava/lang/String;intermediary method_21973Lnet/minecraft/class_4493;method_21973(Lorg/lwjgl/opengl/GLCapabilities;)Ljava/lang/String;named initFramebufferSupportLcom/mojang/blaze3d/platform/GlStateManager;initFramebufferSupport(Lorg/lwjgl/opengl/GLCapabilities;)Ljava/lang/String;
-
getProgram
public static int getProgram(int program, int pname)- Mappings:
Namespace Name Mixin selector official cLdkr;c(II)Iintermediary method_22002Lnet/minecraft/class_4493;method_22002(II)Inamed getProgramLcom/mojang/blaze3d/platform/GlStateManager;getProgram(II)I
-
attachShader
public static void attachShader(int program, int shader)- Mappings:
Namespace Name Mixin selector official dLdkr;d(II)Vintermediary method_22016Lnet/minecraft/class_4493;method_22016(II)Vnamed attachShaderLcom/mojang/blaze3d/platform/GlStateManager;attachShader(II)V
-
deleteShader
public static void deleteShader(int shader)- Mappings:
Namespace Name Mixin selector official dLdkr;d(I)Vintermediary method_22029Lnet/minecraft/class_4493;method_22029(I)Vnamed deleteShaderLcom/mojang/blaze3d/platform/GlStateManager;deleteShader(I)V
-
createShader
public static int createShader(int type)- Mappings:
Namespace Name Mixin selector official eLdkr;e(I)Iintermediary method_22035Lnet/minecraft/class_4493;method_22035(I)Inamed createShaderLcom/mojang/blaze3d/platform/GlStateManager;createShader(I)I
-
shaderSource
- Mappings:
Namespace Name Mixin selector official aLdkr;a(ILjava/lang/CharSequence;)Vintermediary method_21961Lnet/minecraft/class_4493;method_21961(ILjava/lang/CharSequence;)Vnamed shaderSourceLcom/mojang/blaze3d/platform/GlStateManager;shaderSource(ILjava/lang/CharSequence;)V
-
compileShader
public static void compileShader(int shader)- Mappings:
Namespace Name Mixin selector official fLdkr;f(I)Vintermediary method_22041Lnet/minecraft/class_4493;method_22041(I)Vnamed compileShaderLcom/mojang/blaze3d/platform/GlStateManager;compileShader(I)V
-
getShader
public static int getShader(int shader, int pname)- Mappings:
Namespace Name Mixin selector official eLdkr;e(II)Iintermediary method_22023Lnet/minecraft/class_4493;method_22023(II)Inamed getShaderLcom/mojang/blaze3d/platform/GlStateManager;getShader(II)I
-
useProgram
public static void useProgram(int program)- Mappings:
Namespace Name Mixin selector official gLdkr;g(I)Vintermediary method_22045Lnet/minecraft/class_4493;method_22045(I)Vnamed useProgramLcom/mojang/blaze3d/platform/GlStateManager;useProgram(I)V
-
createProgram
public static int createProgram()- Mappings:
Namespace Name Mixin selector official pLdkr;p()Iintermediary method_22062Lnet/minecraft/class_4493;method_22062()Inamed createProgramLcom/mojang/blaze3d/platform/GlStateManager;createProgram()I
-
deleteProgram
public static void deleteProgram(int program)- Mappings:
Namespace Name Mixin selector official hLdkr;h(I)Vintermediary method_22048Lnet/minecraft/class_4493;method_22048(I)Vnamed deleteProgramLcom/mojang/blaze3d/platform/GlStateManager;deleteProgram(I)V
-
linkProgram
public static void linkProgram(int program)- Mappings:
Namespace Name Mixin selector official iLdkr;i(I)Vintermediary method_22051Lnet/minecraft/class_4493;method_22051(I)Vnamed linkProgramLcom/mojang/blaze3d/platform/GlStateManager;linkProgram(I)V
-
getUniformLocation
- Mappings:
Namespace Name Mixin selector official bLdkr;b(ILjava/lang/CharSequence;)Iintermediary method_21990Lnet/minecraft/class_4493;method_21990(ILjava/lang/CharSequence;)Inamed getUniformLocationLcom/mojang/blaze3d/platform/GlStateManager;getUniformLocation(ILjava/lang/CharSequence;)I
-
uniform1
- Mappings:
Namespace Name Mixin selector official aLdkr;a(ILjava/nio/IntBuffer;)Vintermediary method_21964Lnet/minecraft/class_4493;method_21964(ILjava/nio/IntBuffer;)Vnamed uniform1Lcom/mojang/blaze3d/platform/GlStateManager;uniform1(ILjava/nio/IntBuffer;)V
-
uniform1
public static void uniform1(int location, int value)- Mappings:
Namespace Name Mixin selector official fLdkr;f(II)Vintermediary method_22030Lnet/minecraft/class_4493;method_22030(II)Vnamed uniform1Lcom/mojang/blaze3d/platform/GlStateManager;uniform1(II)V
-
uniform1
- Mappings:
Namespace Name Mixin selector official bLdkr;b(ILjava/nio/FloatBuffer;)Vintermediary method_21991Lnet/minecraft/class_4493;method_21991(ILjava/nio/FloatBuffer;)Vnamed uniform1Lcom/mojang/blaze3d/platform/GlStateManager;uniform1(ILjava/nio/FloatBuffer;)V
-
uniform2
- Mappings:
Namespace Name Mixin selector official bLdkr;b(ILjava/nio/IntBuffer;)Vintermediary method_21992Lnet/minecraft/class_4493;method_21992(ILjava/nio/IntBuffer;)Vnamed uniform2Lcom/mojang/blaze3d/platform/GlStateManager;uniform2(ILjava/nio/IntBuffer;)V
-
uniform2
- Mappings:
Namespace Name Mixin selector official cLdkr;c(ILjava/nio/FloatBuffer;)Vintermediary method_22007Lnet/minecraft/class_4493;method_22007(ILjava/nio/FloatBuffer;)Vnamed uniform2Lcom/mojang/blaze3d/platform/GlStateManager;uniform2(ILjava/nio/FloatBuffer;)V
-
uniform3
- Mappings:
Namespace Name Mixin selector official cLdkr;c(ILjava/nio/IntBuffer;)Vintermediary method_22008Lnet/minecraft/class_4493;method_22008(ILjava/nio/IntBuffer;)Vnamed uniform3Lcom/mojang/blaze3d/platform/GlStateManager;uniform3(ILjava/nio/IntBuffer;)V
-
uniform3
- Mappings:
Namespace Name Mixin selector official dLdkr;d(ILjava/nio/FloatBuffer;)Vintermediary method_22019Lnet/minecraft/class_4493;method_22019(ILjava/nio/FloatBuffer;)Vnamed uniform3Lcom/mojang/blaze3d/platform/GlStateManager;uniform3(ILjava/nio/FloatBuffer;)V
-
uniform4
- Mappings:
Namespace Name Mixin selector official dLdkr;d(ILjava/nio/IntBuffer;)Vintermediary method_22020Lnet/minecraft/class_4493;method_22020(ILjava/nio/IntBuffer;)Vnamed uniform4Lcom/mojang/blaze3d/platform/GlStateManager;uniform4(ILjava/nio/IntBuffer;)V
-
uniform4
- Mappings:
Namespace Name Mixin selector official eLdkr;e(ILjava/nio/FloatBuffer;)Vintermediary method_22026Lnet/minecraft/class_4493;method_22026(ILjava/nio/FloatBuffer;)Vnamed uniform4Lcom/mojang/blaze3d/platform/GlStateManager;uniform4(ILjava/nio/FloatBuffer;)V
-
uniformMatrix2
- Mappings:
Namespace Name Mixin selector official aLdkr;a(IZLjava/nio/FloatBuffer;)Vintermediary method_21966Lnet/minecraft/class_4493;method_21966(IZLjava/nio/FloatBuffer;)Vnamed uniformMatrix2Lcom/mojang/blaze3d/platform/GlStateManager;uniformMatrix2(IZLjava/nio/FloatBuffer;)V
-
uniformMatrix3
- Mappings:
Namespace Name Mixin selector official bLdkr;b(IZLjava/nio/FloatBuffer;)Vintermediary method_21993Lnet/minecraft/class_4493;method_21993(IZLjava/nio/FloatBuffer;)Vnamed uniformMatrix3Lcom/mojang/blaze3d/platform/GlStateManager;uniformMatrix3(IZLjava/nio/FloatBuffer;)V
-
uniformMatrix4
- Mappings:
Namespace Name Mixin selector official cLdkr;c(IZLjava/nio/FloatBuffer;)Vintermediary method_22009Lnet/minecraft/class_4493;method_22009(IZLjava/nio/FloatBuffer;)Vnamed uniformMatrix4Lcom/mojang/blaze3d/platform/GlStateManager;uniformMatrix4(IZLjava/nio/FloatBuffer;)V
-
getAttribLocation
- Mappings:
Namespace Name Mixin selector official cLdkr;c(ILjava/lang/CharSequence;)Iintermediary method_22006Lnet/minecraft/class_4493;method_22006(ILjava/lang/CharSequence;)Inamed getAttribLocationLcom/mojang/blaze3d/platform/GlStateManager;getAttribLocation(ILjava/lang/CharSequence;)I
-
genBuffers
public static int genBuffers()- Mappings:
Namespace Name Mixin selector official qLdkr;q()Iintermediary method_22065Lnet/minecraft/class_4493;method_22065()Inamed genBuffersLcom/mojang/blaze3d/platform/GlStateManager;genBuffers()I
-
bindBuffer
public static void bindBuffer(int target, int buffer)- Mappings:
Namespace Name Mixin selector official gLdkr;g(II)Vintermediary method_22036Lnet/minecraft/class_4493;method_22036(II)Vnamed bindBufferLcom/mojang/blaze3d/platform/GlStateManager;bindBuffer(II)V
-
bufferData
- Mappings:
Namespace Name Mixin selector official aLdkr;a(ILjava/nio/ByteBuffer;I)Vintermediary method_21962Lnet/minecraft/class_4493;method_21962(ILjava/nio/ByteBuffer;I)Vnamed bufferDataLcom/mojang/blaze3d/platform/GlStateManager;bufferData(ILjava/nio/ByteBuffer;I)V
-
bufferData
public static void bufferData(int target, long size, int usage)- Mappings:
Namespace Name Mixin selector official aLdkr;a(IJI)Vintermediary method_31945Lnet/minecraft/class_4493;method_31945(IJI)Vnamed bufferDataLcom/mojang/blaze3d/platform/GlStateManager;bufferData(IJI)V
-
mapBuffer
- Mappings:
Namespace Name Mixin selector official hLdkr;h(II)Ljava/nio/ByteBuffer;intermediary method_31946Lnet/minecraft/class_4493;method_31946(II)Ljava/nio/ByteBuffer;named mapBufferLcom/mojang/blaze3d/platform/GlStateManager;mapBuffer(II)Ljava/nio/ByteBuffer;
-
unmapBuffer
public static void unmapBuffer(int target)- Mappings:
Namespace Name Mixin selector official jLdkr;j(I)Vintermediary method_31947Lnet/minecraft/class_4493;method_31947(I)Vnamed unmapBufferLcom/mojang/blaze3d/platform/GlStateManager;unmapBuffer(I)V
-
deleteBuffers
public static void deleteBuffers(int buffer)- Mappings:
Namespace Name Mixin selector official kLdkr;k(I)Vintermediary method_22054Lnet/minecraft/class_4493;method_22054(I)Vnamed deleteBuffersLcom/mojang/blaze3d/platform/GlStateManager;deleteBuffers(I)V
-
copyTexSubImage2d
public static void copyTexSubImage2d(int target, int level, int xOffset, int yOffset, int x, int y, int width, int height)- Mappings:
Namespace Name Mixin selector official aLdkr;a(IIIIIIII)Vintermediary method_29331Lnet/minecraft/class_4493;method_29331(IIIIIIII)Vnamed copyTexSubImage2dLcom/mojang/blaze3d/platform/GlStateManager;copyTexSubImage2d(IIIIIIII)V
-
bindFramebuffer
public static void bindFramebuffer(int target, int framebuffer)- Mappings:
Namespace Name Mixin selector official iLdkr;i(II)Vintermediary method_22042Lnet/minecraft/class_4493;method_22042(II)Vnamed bindFramebufferLcom/mojang/blaze3d/platform/GlStateManager;bindFramebuffer(II)V
-
getFramebufferDepthAttachment
public static int getFramebufferDepthAttachment()- Mappings:
Namespace Name Mixin selector official rLdkr;r()Iintermediary method_29333Lnet/minecraft/class_4493;method_29333()Inamed getFramebufferDepthAttachmentLcom/mojang/blaze3d/platform/GlStateManager;getFramebufferDepthAttachment()I
-
blitFramebuffer
public static void blitFramebuffer(int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, int mask, int filter)- Mappings:
Namespace Name Mixin selector official aLdkr;a(IIIIIIIIII)Vintermediary method_29332Lnet/minecraft/class_4493;method_29332(IIIIIIIIII)Vnamed blitFramebufferLcom/mojang/blaze3d/platform/GlStateManager;blitFramebuffer(IIIIIIIIII)V
-
deleteFramebuffers
public static void deleteFramebuffers(int framebuffers)- Mappings:
Namespace Name Mixin selector official lLdkr;l(I)Vintermediary method_22060Lnet/minecraft/class_4493;method_22060(I)Vnamed deleteFramebuffersLcom/mojang/blaze3d/platform/GlStateManager;deleteFramebuffers(I)V
-
genFramebuffers
public static int genFramebuffers()- Mappings:
Namespace Name Mixin selector official sLdkr;s()Iintermediary method_22068Lnet/minecraft/class_4493;method_22068()Inamed genFramebuffersLcom/mojang/blaze3d/platform/GlStateManager;genFramebuffers()I
-
checkFramebufferStatus
public static int checkFramebufferStatus(int target)- Mappings:
Namespace Name Mixin selector official mLdkr;m(I)Iintermediary method_22063Lnet/minecraft/class_4493;method_22063(I)Inamed checkFramebufferStatusLcom/mojang/blaze3d/platform/GlStateManager;checkFramebufferStatus(I)I
-
framebufferTexture2D
public static void framebufferTexture2D(int target, int attachment, int textureTarget, int texture, int level)- Mappings:
Namespace Name Mixin selector official aLdkr;a(IIIII)Vintermediary method_21951Lnet/minecraft/class_4493;method_21951(IIIII)Vnamed framebufferTexture2DLcom/mojang/blaze3d/platform/GlStateManager;framebufferTexture2D(IIIII)V
-
getActiveBoundTexture
Deprecated.- Mappings:
Namespace Name Mixin selector official tLdkr;t()Iintermediary method_29334Lnet/minecraft/class_4493;method_29334()Inamed getActiveBoundTextureLcom/mojang/blaze3d/platform/GlStateManager;getActiveBoundTexture()I
-
activeTextureUntracked
public static void activeTextureUntracked(int texture)- Mappings:
Namespace Name Mixin selector official nLdkr;n(I)Vintermediary method_22066Lnet/minecraft/class_4493;method_22066(I)Vnamed activeTextureUntrackedLcom/mojang/blaze3d/platform/GlStateManager;activeTextureUntracked(I)V
-
clientActiveTexture
Deprecated.- Mappings:
Namespace Name Mixin selector official oLdkr;o(I)Vintermediary method_22069Lnet/minecraft/class_4493;method_22069(I)Vnamed clientActiveTextureLcom/mojang/blaze3d/platform/GlStateManager;clientActiveTexture(I)V
-
multiTexCoords2f
Deprecated.- Mappings:
Namespace Name Mixin selector official aLdkr;a(IFF)Vintermediary method_21946Lnet/minecraft/class_4493;method_21946(IFF)Vnamed multiTexCoords2fLcom/mojang/blaze3d/platform/GlStateManager;multiTexCoords2f(IFF)V
-
blendFuncSeparateUntracked
public static void blendFuncSeparateUntracked(int srcFactorRGB, int dstFactorRGB, int srcFactorAlpha, int dstFactorAlpha)- Mappings:
Namespace Name Mixin selector official cLdkr;c(IIII)Vintermediary method_22018Lnet/minecraft/class_4493;method_22018(IIII)Vnamed blendFuncSeparateUntrackedLcom/mojang/blaze3d/platform/GlStateManager;blendFuncSeparateUntracked(IIII)V
-
getShaderInfoLog
- Mappings:
Namespace Name Mixin selector official jLdkr;j(II)Ljava/lang/String;intermediary method_22049Lnet/minecraft/class_4493;method_22049(II)Ljava/lang/String;named getShaderInfoLogLcom/mojang/blaze3d/platform/GlStateManager;getShaderInfoLog(II)Ljava/lang/String;
-
getProgramInfoLog
- Mappings:
Namespace Name Mixin selector official kLdkr;k(II)Ljava/lang/String;intermediary method_22052Lnet/minecraft/class_4493;method_22052(II)Ljava/lang/String;named getProgramInfoLogLcom/mojang/blaze3d/platform/GlStateManager;getProgramInfoLog(II)Ljava/lang/String;
-
setupOutline
public static void setupOutline()- Mappings:
Namespace Name Mixin selector official uLdkr;u()Vintermediary method_23282Lnet/minecraft/class_4493;method_23282()Vnamed setupOutlineLcom/mojang/blaze3d/platform/GlStateManager;setupOutline()V
-
teardownOutline
public static void teardownOutline()- Mappings:
Namespace Name Mixin selector official vLdkr;v()Vintermediary method_23283Lnet/minecraft/class_4493;method_23283()Vnamed teardownOutlineLcom/mojang/blaze3d/platform/GlStateManager;teardownOutline()V
-
setupOverlayColor
public static void setupOverlayColor(int texture, int size)- Mappings:
Namespace Name Mixin selector official lLdkr;l(II)Vintermediary method_22610Lnet/minecraft/class_4493;method_22610(II)Vnamed setupOverlayColorLcom/mojang/blaze3d/platform/GlStateManager;setupOverlayColor(II)V
-
teardownOverlayColor
public static void teardownOverlayColor()- Mappings:
Namespace Name Mixin selector official wLdkr;w()Vintermediary method_22618Lnet/minecraft/class_4493;method_22618()Vnamed teardownOverlayColorLcom/mojang/blaze3d/platform/GlStateManager;teardownOverlayColor()V
-
combineColor
private static void combineColor(int combineColor, int source0Color)- Mappings:
Namespace Name Mixin selector official pLdkr;p(II)Vintermediary method_23281Lnet/minecraft/class_4493;method_23281(II)Vnamed combineColorLcom/mojang/blaze3d/platform/GlStateManager;combineColor(II)V
-
combineColor
private static void combineColor(int combineColor, int source0Color, int source1Color, int source2Color)- Mappings:
Namespace Name Mixin selector official eLdkr;e(IIII)Vintermediary method_22885Lnet/minecraft/class_4493;method_22885(IIII)Vnamed combineColorLcom/mojang/blaze3d/platform/GlStateManager;combineColor(IIII)V
-
combineAlpha
private static void combineAlpha(int combineAlpha, int source0Alpha)- Mappings:
Namespace Name Mixin selector official qLdkr;q(II)Vintermediary method_22886Lnet/minecraft/class_4493;method_22886(II)Vnamed combineAlphaLcom/mojang/blaze3d/platform/GlStateManager;combineAlpha(II)V
-
setupLevelDiffuseLighting
- Mappings:
Namespace Name Mixin selector official aLdkr;a(Lg;Lg;Lb;)Vintermediary method_22616Lnet/minecraft/class_4493;method_22616(Lnet/minecraft/class_1160;Lnet/minecraft/class_1160;Lnet/minecraft/class_1159;)Vnamed setupLevelDiffuseLightingLcom/mojang/blaze3d/platform/GlStateManager;setupLevelDiffuseLighting(Lnet/minecraft/util/math/Vec3f;Lnet/minecraft/util/math/Vec3f;Lnet/minecraft/util/math/Matrix4f;)V
-
setupGuiFlatDiffuseLighting
- Mappings:
Namespace Name Mixin selector official aLdkr;a(Lg;Lg;)Vintermediary method_24221Lnet/minecraft/class_4493;method_24221(Lnet/minecraft/class_1160;Lnet/minecraft/class_1160;)Vnamed setupGuiFlatDiffuseLightingLcom/mojang/blaze3d/platform/GlStateManager;setupGuiFlatDiffuseLighting(Lnet/minecraft/util/math/Vec3f;Lnet/minecraft/util/math/Vec3f;)V
-
setupGui3dDiffuseLighting
- Mappings:
Namespace Name Mixin selector official bLdkr;b(Lg;Lg;)Vintermediary method_24222Lnet/minecraft/class_4493;method_24222(Lnet/minecraft/class_1160;Lnet/minecraft/class_1160;)Vnamed setupGui3dDiffuseLightingLcom/mojang/blaze3d/platform/GlStateManager;setupGui3dDiffuseLighting(Lnet/minecraft/util/math/Vec3f;Lnet/minecraft/util/math/Vec3f;)V
-
getBuffer
- Mappings:
Namespace Name Mixin selector official eLdkr;e(FFFF)Ljava/nio/FloatBuffer;intermediary method_22613Lnet/minecraft/class_4493;method_22613(FFFF)Ljava/nio/FloatBuffer;named getBufferLcom/mojang/blaze3d/platform/GlStateManager;getBuffer(FFFF)Ljava/nio/FloatBuffer;
-
setupEndPortalTexGen
public static void setupEndPortalTexGen()- Mappings:
Namespace Name Mixin selector official xLdkr;x()Vintermediary method_22887Lnet/minecraft/class_4493;method_22887()Vnamed setupEndPortalTexGenLcom/mojang/blaze3d/platform/GlStateManager;setupEndPortalTexGen()V
-
clearTexGen
public static void clearTexGen()- Mappings:
Namespace Name Mixin selector official yLdkr;y()Vintermediary method_22888Lnet/minecraft/class_4493;method_22888()Vnamed clearTexGenLcom/mojang/blaze3d/platform/GlStateManager;clearTexGen()V
-
mulTextureByProjModelView
public static void mulTextureByProjModelView()- Mappings:
Namespace Name Mixin selector official zLdkr;z()Vintermediary method_22889Lnet/minecraft/class_4493;method_22889()Vnamed mulTextureByProjModelViewLcom/mojang/blaze3d/platform/GlStateManager;mulTextureByProjModelView()V
-
enableFog
Deprecated.- Mappings:
Namespace Name Mixin selector official ALdkr;A()Vintermediary method_22072Lnet/minecraft/class_4493;method_22072()Vnamed enableFogLcom/mojang/blaze3d/platform/GlStateManager;enableFog()V
-
disableFog
Deprecated.- Mappings:
Namespace Name Mixin selector official BLdkr;B()Vintermediary method_22074Lnet/minecraft/class_4493;method_22074()Vnamed disableFogLcom/mojang/blaze3d/platform/GlStateManager;disableFog()V
-
fogMode
Deprecated.- Mappings:
Namespace Name Mixin selector official pLdkr;p(I)Vintermediary method_22071Lnet/minecraft/class_4493;method_22071(I)Vnamed fogModeLcom/mojang/blaze3d/platform/GlStateManager;fogMode(I)V
-
fogDensity
Deprecated.- Mappings:
Namespace Name Mixin selector official aLdkr;a(F)Vintermediary method_21940Lnet/minecraft/class_4493;method_21940(F)Vnamed fogDensityLcom/mojang/blaze3d/platform/GlStateManager;fogDensity(F)V
-
fogStart
Deprecated.- Mappings:
Namespace Name Mixin selector official bLdkr;b(F)Vintermediary method_21978Lnet/minecraft/class_4493;method_21978(F)Vnamed fogStartLcom/mojang/blaze3d/platform/GlStateManager;fogStart(F)V
-
fogEnd
Deprecated.- Mappings:
Namespace Name Mixin selector official cLdkr;c(F)Vintermediary method_21998Lnet/minecraft/class_4493;method_21998(F)Vnamed fogEndLcom/mojang/blaze3d/platform/GlStateManager;fogEnd(F)V
-
fog
Deprecated.- Mappings:
Namespace Name Mixin selector official aLdkr;a(I[F)Vintermediary method_22033Lnet/minecraft/class_4493;method_22033(I[F)Vnamed fogLcom/mojang/blaze3d/platform/GlStateManager;fog(I[F)V
-
fogi
Deprecated.- Mappings:
Namespace Name Mixin selector official mLdkr;m(II)Vintermediary method_22055Lnet/minecraft/class_4493;method_22055(II)Vnamed fogiLcom/mojang/blaze3d/platform/GlStateManager;fogi(II)V
-
enableCull
public static void enableCull()- Mappings:
Namespace Name Mixin selector official CLdkr;C()Vintermediary method_22076Lnet/minecraft/class_4493;method_22076()Vnamed enableCullLcom/mojang/blaze3d/platform/GlStateManager;enableCull()V
-
disableCull
public static void disableCull()- Mappings:
Namespace Name Mixin selector official DLdkr;D()Vintermediary method_22078Lnet/minecraft/class_4493;method_22078()Vnamed disableCullLcom/mojang/blaze3d/platform/GlStateManager;disableCull()V
-
polygonMode
public static void polygonMode(int face, int mode)- Mappings:
Namespace Name Mixin selector official nLdkr;n(II)Vintermediary method_22058Lnet/minecraft/class_4493;method_22058(II)Vnamed polygonModeLcom/mojang/blaze3d/platform/GlStateManager;polygonMode(II)V
-
enablePolygonOffset
public static void enablePolygonOffset()- Mappings:
Namespace Name Mixin selector official ELdkr;E()Vintermediary method_22080Lnet/minecraft/class_4493;method_22080()Vnamed enablePolygonOffsetLcom/mojang/blaze3d/platform/GlStateManager;enablePolygonOffset()V
-
disablePolygonOffset
public static void disablePolygonOffset()- Mappings:
Namespace Name Mixin selector official FLdkr;F()Vintermediary method_22082Lnet/minecraft/class_4493;method_22082()Vnamed disablePolygonOffsetLcom/mojang/blaze3d/platform/GlStateManager;disablePolygonOffset()V
-
enableLineOffset
public static void enableLineOffset()- Mappings:
Namespace Name Mixin selector official GLdkr;G()Vintermediary method_22084Lnet/minecraft/class_4493;method_22084()Vnamed enableLineOffsetLcom/mojang/blaze3d/platform/GlStateManager;enableLineOffset()V
-
disableLineOffset
public static void disableLineOffset()- Mappings:
Namespace Name Mixin selector official HLdkr;H()Vintermediary method_22086Lnet/minecraft/class_4493;method_22086()Vnamed disableLineOffsetLcom/mojang/blaze3d/platform/GlStateManager;disableLineOffset()V
-
polygonOffset
public static void polygonOffset(float factor, float units)- Mappings:
Namespace Name Mixin selector official aLdkr;a(FF)Vintermediary method_21941Lnet/minecraft/class_4493;method_21941(FF)Vnamed polygonOffsetLcom/mojang/blaze3d/platform/GlStateManager;polygonOffset(FF)V
-
enableColorLogicOp
public static void enableColorLogicOp()- Mappings:
Namespace Name Mixin selector official ILdkr;I()Vintermediary method_21906Lnet/minecraft/class_4493;method_21906()Vnamed enableColorLogicOpLcom/mojang/blaze3d/platform/GlStateManager;enableColorLogicOp()V
-
disableColorLogicOp
public static void disableColorLogicOp()- Mappings:
Namespace Name Mixin selector official JLdkr;J()Vintermediary method_21908Lnet/minecraft/class_4493;method_21908()Vnamed disableColorLogicOpLcom/mojang/blaze3d/platform/GlStateManager;disableColorLogicOp()V
-
logicOp
public static void logicOp(int op)- Mappings:
Namespace Name Mixin selector official qLdkr;q(I)Vintermediary method_22075Lnet/minecraft/class_4493;method_22075(I)Vnamed logicOpLcom/mojang/blaze3d/platform/GlStateManager;logicOp(I)V
-
enableTexGen
Deprecated.- Mappings:
Namespace Name Mixin selector official aLdkr;a(Ldkr$u;)Vintermediary method_21968Lnet/minecraft/class_4493;method_21968(Lnet/minecraft/class_4493$class_1036;)Vnamed enableTexGenLcom/mojang/blaze3d/platform/GlStateManager;enableTexGen(Lcom/mojang/blaze3d/platform/GlStateManager$TexCoord;)V
-
disableTexGen
Deprecated.- Mappings:
Namespace Name Mixin selector official bLdkr;b(Ldkr$u;)Vintermediary method_21995Lnet/minecraft/class_4493;method_21995(Lnet/minecraft/class_4493$class_1036;)Vnamed disableTexGenLcom/mojang/blaze3d/platform/GlStateManager;disableTexGen(Lcom/mojang/blaze3d/platform/GlStateManager$TexCoord;)V
-
texGenMode
Deprecated.- Mappings:
Namespace Name Mixin selector official aLdkr;a(Ldkr$u;I)Vintermediary method_21969Lnet/minecraft/class_4493;method_21969(Lnet/minecraft/class_4493$class_1036;I)Vnamed texGenModeLcom/mojang/blaze3d/platform/GlStateManager;texGenMode(Lcom/mojang/blaze3d/platform/GlStateManager$TexCoord;I)V
-
texGenParam
@Deprecated public static void texGenParam(GlStateManager.TexCoord coord, int pname, FloatBuffer params)Deprecated.- Mappings:
Namespace Name Mixin selector official aLdkr;a(Ldkr$u;ILjava/nio/FloatBuffer;)Vintermediary method_21970Lnet/minecraft/class_4493;method_21970(Lnet/minecraft/class_4493$class_1036;ILjava/nio/FloatBuffer;)Vnamed texGenParamLcom/mojang/blaze3d/platform/GlStateManager;texGenParam(Lcom/mojang/blaze3d/platform/GlStateManager$TexCoord;ILjava/nio/FloatBuffer;)V
-
getGenCoordState
@Deprecated private static GlStateManager.TexGenCoordState getGenCoordState(GlStateManager.TexCoord coord)Deprecated.- Mappings:
Namespace Name Mixin selector official cLdkr;c(Ldkr$u;)Ldkr$v;intermediary method_22010Lnet/minecraft/class_4493;method_22010(Lnet/minecraft/class_4493$class_1036;)Lnet/minecraft/class_4493$class_1037;named getGenCoordStateLcom/mojang/blaze3d/platform/GlStateManager;getGenCoordState(Lcom/mojang/blaze3d/platform/GlStateManager$TexCoord;)Lcom/mojang/blaze3d/platform/GlStateManager$TexGenCoordState;
-
activeTexture
public static void activeTexture(int texture)- Mappings:
Namespace Name Mixin selector official rLdkr;r(I)Vintermediary method_22077Lnet/minecraft/class_4493;method_22077(I)Vnamed activeTextureLcom/mojang/blaze3d/platform/GlStateManager;activeTexture(I)V
-
enableTexture
public static void enableTexture()- Mappings:
Namespace Name Mixin selector official KLdkr;K()Vintermediary method_21910Lnet/minecraft/class_4493;method_21910()Vnamed enableTextureLcom/mojang/blaze3d/platform/GlStateManager;enableTexture()V
-
disableTexture
public static void disableTexture()- Mappings:
Namespace Name Mixin selector official LLdkr;L()Vintermediary method_21912Lnet/minecraft/class_4493;method_21912()Vnamed disableTextureLcom/mojang/blaze3d/platform/GlStateManager;disableTexture()V
-
texEnv
Deprecated.- Mappings:
Namespace Name Mixin selector official aLdkr;a(III)Vintermediary method_21949Lnet/minecraft/class_4493;method_21949(III)Vnamed texEnvLcom/mojang/blaze3d/platform/GlStateManager;texEnv(III)V
-
texParameter
public static void texParameter(int target, int pname, float param)- Mappings:
Namespace Name Mixin selector official aLdkr;a(IIF)Vintermediary method_21985Lnet/minecraft/class_4493;method_21985(IIF)Vnamed texParameterLcom/mojang/blaze3d/platform/GlStateManager;texParameter(IIF)V
-
texParameter
public static void texParameter(int target, int pname, int param)- Mappings:
Namespace Name Mixin selector official bLdkr;b(III)Vintermediary method_21986Lnet/minecraft/class_4493;method_21986(III)Vnamed texParameterLcom/mojang/blaze3d/platform/GlStateManager;texParameter(III)V
-
getTexLevelParameter
public static int getTexLevelParameter(int target, int level, int pname)- Mappings:
Namespace Name Mixin selector official cLdkr;c(III)Iintermediary method_22003Lnet/minecraft/class_4493;method_22003(III)Inamed getTexLevelParameterLcom/mojang/blaze3d/platform/GlStateManager;getTexLevelParameter(III)I
-
genTextures
public static int genTextures()- Mappings:
Namespace Name Mixin selector official MLdkr;M()Iintermediary method_21914Lnet/minecraft/class_4493;method_21914()Inamed genTexturesLcom/mojang/blaze3d/platform/GlStateManager;genTextures()I
-
genTextures
public static void genTextures(int[] int2)- Mappings:
Namespace Name Mixin selector official aLdkr;a([I)Vintermediary method_30498Lnet/minecraft/class_4493;method_30498([I)Vnamed genTexturesLcom/mojang/blaze3d/platform/GlStateManager;genTextures([I)V
-
deleteTexture
public static void deleteTexture(int texture)- Mappings:
Namespace Name Mixin selector official sLdkr;s(I)Vintermediary method_22079Lnet/minecraft/class_4493;method_22079(I)Vnamed deleteTextureLcom/mojang/blaze3d/platform/GlStateManager;deleteTexture(I)V
-
deleteTextures
public static void deleteTextures(int[] int2)- Mappings:
Namespace Name Mixin selector official bLdkr;b([I)Vintermediary method_30499Lnet/minecraft/class_4493;method_30499([I)Vnamed deleteTexturesLcom/mojang/blaze3d/platform/GlStateManager;deleteTextures([I)V
-
bindTexture
public static void bindTexture(int texture)- Mappings:
Namespace Name Mixin selector official tLdkr;t(I)Vintermediary method_22081Lnet/minecraft/class_4493;method_22081(I)Vnamed bindTextureLcom/mojang/blaze3d/platform/GlStateManager;bindTexture(I)V
-
texImage2D
public static void texImage2D(int target, int level, int internalFormat, int width, int height, int border, int format, int type, @Nullable IntBuffer pixels)- Mappings:
Namespace Name Mixin selector official aLdkr;a(IIIIIIIILjava/nio/IntBuffer;)Vintermediary method_21954Lnet/minecraft/class_4493;method_21954(IIIIIIIILjava/nio/IntBuffer;)Vnamed texImage2DLcom/mojang/blaze3d/platform/GlStateManager;texImage2D(IIIIIIIILjava/nio/IntBuffer;)V
-
texSubImage2D
public static void texSubImage2D(int target, int level, int offsetX, int offsetY, int width, int height, int format, int type, long pixels)- Mappings:
Namespace Name Mixin selector official aLdkr;a(IIIIIIIIJ)Vintermediary method_21953Lnet/minecraft/class_4493;method_21953(IIIIIIIIJ)Vnamed texSubImage2DLcom/mojang/blaze3d/platform/GlStateManager;texSubImage2D(IIIIIIIIJ)V
-
getTexImage
public static void getTexImage(int target, int level, int format, int type, long pixels)- Mappings:
Namespace Name Mixin selector official aLdkr;a(IIIIJ)Vintermediary method_21957Lnet/minecraft/class_4493;method_21957(IIIIJ)Vnamed getTexImageLcom/mojang/blaze3d/platform/GlStateManager;getTexImage(IIIIJ)V
-
shadeModel
Deprecated.- Mappings:
Namespace Name Mixin selector official uLdkr;u(I)Vintermediary method_22083Lnet/minecraft/class_4493;method_22083(I)Vnamed shadeModelLcom/mojang/blaze3d/platform/GlStateManager;shadeModel(I)V
-
enableRescaleNormal
Deprecated.- Mappings:
Namespace Name Mixin selector official NLdkr;N()Vintermediary method_21920Lnet/minecraft/class_4493;method_21920()Vnamed enableRescaleNormalLcom/mojang/blaze3d/platform/GlStateManager;enableRescaleNormal()V
-
disableRescaleNormal
Deprecated.- Mappings:
Namespace Name Mixin selector official OLdkr;O()Vintermediary method_21922Lnet/minecraft/class_4493;method_21922()Vnamed disableRescaleNormalLcom/mojang/blaze3d/platform/GlStateManager;disableRescaleNormal()V
-
viewport
public static void viewport(int x, int y, int width, int height)- Mappings:
Namespace Name Mixin selector official dLdkr;d(IIII)Vintermediary method_22025Lnet/minecraft/class_4493;method_22025(IIII)Vnamed viewportLcom/mojang/blaze3d/platform/GlStateManager;viewport(IIII)V
-
colorMask
public static void colorMask(boolean red, boolean green, boolean blue, boolean alpha)- Mappings:
Namespace Name Mixin selector official aLdkr;a(ZZZZ)Vintermediary method_21975Lnet/minecraft/class_4493;method_21975(ZZZZ)Vnamed colorMaskLcom/mojang/blaze3d/platform/GlStateManager;colorMask(ZZZZ)V
-
stencilFunc
public static void stencilFunc(int func, int ref, int mask)- Mappings:
Namespace Name Mixin selector official dLdkr;d(III)Vintermediary method_22017Lnet/minecraft/class_4493;method_22017(III)Vnamed stencilFuncLcom/mojang/blaze3d/platform/GlStateManager;stencilFunc(III)V
-
stencilMask
public static void stencilMask(int mask)- Mappings:
Namespace Name Mixin selector official vLdkr;v(I)Vintermediary method_22085Lnet/minecraft/class_4493;method_22085(I)Vnamed stencilMaskLcom/mojang/blaze3d/platform/GlStateManager;stencilMask(I)V
-
stencilOp
public static void stencilOp(int sfail, int dpfail, int dppass)- Mappings:
Namespace Name Mixin selector official eLdkr;e(III)Vintermediary method_22024Lnet/minecraft/class_4493;method_22024(III)Vnamed stencilOpLcom/mojang/blaze3d/platform/GlStateManager;stencilOp(III)V
-
clearDepth
public static void clearDepth(double depth)- Mappings:
Namespace Name Mixin selector official aLdkr;a(D)Vintermediary method_21936Lnet/minecraft/class_4493;method_21936(D)Vnamed clearDepthLcom/mojang/blaze3d/platform/GlStateManager;clearDepth(D)V
-
clearColor
public static void clearColor(float red, float green, float blue, float alpha)- Mappings:
Namespace Name Mixin selector official bLdkr;b(FFFF)Vintermediary method_21943Lnet/minecraft/class_4493;method_21943(FFFF)Vnamed clearColorLcom/mojang/blaze3d/platform/GlStateManager;clearColor(FFFF)V
-
clearStencil
public static void clearStencil(int stencil)- Mappings:
Namespace Name Mixin selector official wLdkr;w(I)Vintermediary method_22087Lnet/minecraft/class_4493;method_22087(I)Vnamed clearStencilLcom/mojang/blaze3d/platform/GlStateManager;clearStencil(I)V
-
clear
public static void clear(int mask, boolean getError)- Mappings:
Namespace Name Mixin selector official aLdkr;a(IZ)Vintermediary method_21965Lnet/minecraft/class_4493;method_21965(IZ)Vnamed clearLcom/mojang/blaze3d/platform/GlStateManager;clear(IZ)V
-
matrixMode
Deprecated.- Mappings:
Namespace Name Mixin selector official xLdkr;x(I)Vintermediary method_21907Lnet/minecraft/class_4493;method_21907(I)Vnamed matrixModeLcom/mojang/blaze3d/platform/GlStateManager;matrixMode(I)V
-
loadIdentity
Deprecated.- Mappings:
Namespace Name Mixin selector official PLdkr;P()Vintermediary method_21924Lnet/minecraft/class_4493;method_21924()Vnamed loadIdentityLcom/mojang/blaze3d/platform/GlStateManager;loadIdentity()V
-
pushMatrix
Deprecated.- Mappings:
Namespace Name Mixin selector official QLdkr;Q()Vintermediary method_21926Lnet/minecraft/class_4493;method_21926()Vnamed pushMatrixLcom/mojang/blaze3d/platform/GlStateManager;pushMatrix()V
-
popMatrix
Deprecated.- Mappings:
Namespace Name Mixin selector official RLdkr;R()Vintermediary method_21928Lnet/minecraft/class_4493;method_21928()Vnamed popMatrixLcom/mojang/blaze3d/platform/GlStateManager;popMatrix()V
-
getFloat
Deprecated.- Mappings:
Namespace Name Mixin selector official fLdkr;f(ILjava/nio/FloatBuffer;)Vintermediary method_21989Lnet/minecraft/class_4493;method_21989(ILjava/nio/FloatBuffer;)Vnamed getFloatLcom/mojang/blaze3d/platform/GlStateManager;getFloat(ILjava/nio/FloatBuffer;)V
-
ortho
Deprecated.- Mappings:
Namespace Name Mixin selector official aLdkr;a(DDDDDD)Vintermediary method_21939Lnet/minecraft/class_4493;method_21939(DDDDDD)Vnamed orthoLcom/mojang/blaze3d/platform/GlStateManager;ortho(DDDDDD)V
-
rotatef
Deprecated.- Mappings:
Namespace Name Mixin selector official cLdkr;c(FFFF)Vintermediary method_21981Lnet/minecraft/class_4493;method_21981(FFFF)Vnamed rotatefLcom/mojang/blaze3d/platform/GlStateManager;rotatef(FFFF)V
-
scalef
Deprecated.- Mappings:
Namespace Name Mixin selector official bLdkr;b(FFF)Vintermediary method_21980Lnet/minecraft/class_4493;method_21980(FFF)Vnamed scalefLcom/mojang/blaze3d/platform/GlStateManager;scalef(FFF)V
-
scaled
Deprecated.- Mappings:
Namespace Name Mixin selector official aLdkr;a(DDD)Vintermediary method_21937Lnet/minecraft/class_4493;method_21937(DDD)Vnamed scaledLcom/mojang/blaze3d/platform/GlStateManager;scaled(DDD)V
-
translatef
Deprecated.- Mappings:
Namespace Name Mixin selector official cLdkr;c(FFF)Vintermediary method_21999Lnet/minecraft/class_4493;method_21999(FFF)Vnamed translatefLcom/mojang/blaze3d/platform/GlStateManager;translatef(FFF)V
-
translated
Deprecated.- Mappings:
Namespace Name Mixin selector official bLdkr;b(DDD)Vintermediary method_21938Lnet/minecraft/class_4493;method_21938(DDD)Vnamed translatedLcom/mojang/blaze3d/platform/GlStateManager;translated(DDD)V
-
multMatrix
Deprecated.- Mappings:
Namespace Name Mixin selector official aLdkr;a(Ljava/nio/FloatBuffer;)Vintermediary method_21972Lnet/minecraft/class_4493;method_21972(Ljava/nio/FloatBuffer;)Vnamed multMatrixLcom/mojang/blaze3d/platform/GlStateManager;multMatrix(Ljava/nio/FloatBuffer;)V
-
multMatrix
Deprecated.- Mappings:
Namespace Name Mixin selector official aLdkr;a(Lb;)Vintermediary method_21971Lnet/minecraft/class_4493;method_21971(Lnet/minecraft/class_1159;)Vnamed multMatrixLcom/mojang/blaze3d/platform/GlStateManager;multMatrix(Lnet/minecraft/util/math/Matrix4f;)V
-
color4f
Deprecated.- Mappings:
Namespace Name Mixin selector official dLdkr;d(FFFF)Vintermediary method_22000Lnet/minecraft/class_4493;method_22000(FFFF)Vnamed color4fLcom/mojang/blaze3d/platform/GlStateManager;color4f(FFFF)V
-
clearCurrentColor
Deprecated.- Mappings:
Namespace Name Mixin selector official SLdkr;S()Vintermediary method_21930Lnet/minecraft/class_4493;method_21930()Vnamed clearCurrentColorLcom/mojang/blaze3d/platform/GlStateManager;clearCurrentColor()V
-
normalPointer
Deprecated.- Mappings:
Namespace Name Mixin selector official aLdkr;a(IIJ)Vintermediary method_22031Lnet/minecraft/class_4493;method_22031(IIJ)Vnamed normalPointerLcom/mojang/blaze3d/platform/GlStateManager;normalPointer(IIJ)V
-
texCoordPointer
Deprecated.- Mappings:
Namespace Name Mixin selector official aLdkr;a(IIIJ)Vintermediary method_22032Lnet/minecraft/class_4493;method_22032(IIIJ)Vnamed texCoordPointerLcom/mojang/blaze3d/platform/GlStateManager;texCoordPointer(IIIJ)V
-
vertexPointer
Deprecated.- Mappings:
Namespace Name Mixin selector official bLdkr;b(IIIJ)Vintermediary method_22038Lnet/minecraft/class_4493;method_22038(IIIJ)Vnamed vertexPointerLcom/mojang/blaze3d/platform/GlStateManager;vertexPointer(IIIJ)V
-
colorPointer
Deprecated.- Mappings:
Namespace Name Mixin selector official cLdkr;c(IIIJ)Vintermediary method_22043Lnet/minecraft/class_4493;method_22043(IIIJ)Vnamed colorPointerLcom/mojang/blaze3d/platform/GlStateManager;colorPointer(IIIJ)V
-
vertexAttribPointer
public static void vertexAttribPointer(int index, int size, int type, boolean normalized, int stride, long pointer)- Mappings:
Namespace Name Mixin selector official aLdkr;a(IIIZIJ)Vintermediary method_22609Lnet/minecraft/class_4493;method_22609(IIIZIJ)Vnamed vertexAttribPointerLcom/mojang/blaze3d/platform/GlStateManager;vertexAttribPointer(IIIZIJ)V
-
enableClientState
Deprecated.- Mappings:
Namespace Name Mixin selector official yLdkr;y(I)Vintermediary method_21913Lnet/minecraft/class_4493;method_21913(I)Vnamed enableClientStateLcom/mojang/blaze3d/platform/GlStateManager;enableClientState(I)V
-
disableClientState
Deprecated.- Mappings:
Namespace Name Mixin selector official zLdkr;z(I)Vintermediary method_21911Lnet/minecraft/class_4493;method_21911(I)Vnamed disableClientStateLcom/mojang/blaze3d/platform/GlStateManager;disableClientState(I)V
-
enableVertexAttribArray
public static void enableVertexAttribArray(int index)- Mappings:
Namespace Name Mixin selector official ALdkr;A(I)Vintermediary method_22606Lnet/minecraft/class_4493;method_22606(I)Vnamed enableVertexAttribArrayLcom/mojang/blaze3d/platform/GlStateManager;enableVertexAttribArray(I)V
-
method_22607
public static void method_22607(int index)- Mappings:
Namespace Name Mixin selector official BLdkr;B(I)Vintermediary method_22607Lnet/minecraft/class_4493;method_22607(I)Vnamed method_22607Lcom/mojang/blaze3d/platform/GlStateManager;method_22607(I)V
-
drawElements
public static void drawElements(int mode, int first, int type, long indices)- Mappings:
Namespace Name Mixin selector official dLdkr;d(IIIJ)Vintermediary method_22037Lnet/minecraft/class_4493;method_22037(IIIJ)Vnamed drawElementsLcom/mojang/blaze3d/platform/GlStateManager;drawElements(IIIJ)V
-
lineWidth
public static void lineWidth(float width)- Mappings:
Namespace Name Mixin selector official dLdkr;d(F)Vintermediary method_22013Lnet/minecraft/class_4493;method_22013(F)Vnamed lineWidthLcom/mojang/blaze3d/platform/GlStateManager;lineWidth(F)V
-
pixelStore
public static void pixelStore(int pname, int param)- Mappings:
Namespace Name Mixin selector official oLdkr;o(II)Vintermediary method_22067Lnet/minecraft/class_4493;method_22067(II)Vnamed pixelStoreLcom/mojang/blaze3d/platform/GlStateManager;pixelStore(II)V
-
pixelTransfer
public static void pixelTransfer(int pname, float param)- Mappings:
Namespace Name Mixin selector official bLdkr;b(IF)Vintermediary method_21983Lnet/minecraft/class_4493;method_21983(IF)Vnamed pixelTransferLcom/mojang/blaze3d/platform/GlStateManager;pixelTransfer(IF)V
-
readPixels
public static void readPixels(int x, int y, int width, int height, int format, int type, ByteBuffer pixels)- Mappings:
Namespace Name Mixin selector official aLdkr;a(IIIIIILjava/nio/ByteBuffer;)Vintermediary method_21956Lnet/minecraft/class_4493;method_21956(IIIIIILjava/nio/ByteBuffer;)Vnamed readPixelsLcom/mojang/blaze3d/platform/GlStateManager;readPixels(IIIIIILjava/nio/ByteBuffer;)V
-
getError
public static int getError()- Mappings:
Namespace Name Mixin selector official TLdkr;T()Iintermediary method_21934Lnet/minecraft/class_4493;method_21934()Inamed getErrorLcom/mojang/blaze3d/platform/GlStateManager;getError()I
-
getString
- Mappings:
Namespace Name Mixin selector official CLdkr;C(I)Ljava/lang/String;intermediary method_21921Lnet/minecraft/class_4493;method_21921(I)Ljava/lang/String;named getStringLcom/mojang/blaze3d/platform/GlStateManager;getString(I)Ljava/lang/String;
-
getInteger
public static int getInteger(int pname)- Mappings:
Namespace Name Mixin selector official DLdkr;D(I)Iintermediary method_21923Lnet/minecraft/class_4493;method_21923(I)Inamed getIntegerLcom/mojang/blaze3d/platform/GlStateManager;getInteger(I)I
-
supportsGl30
public static boolean supportsGl30()- Mappings:
Namespace Name Mixin selector official ULdkr;U()Zintermediary method_29330Lnet/minecraft/class_4493;method_29330()Znamed supportsGl30Lcom/mojang/blaze3d/platform/GlStateManager;supportsGl30()Z
-