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 dmjintermediary net/minecraft/class_4493named com/mojang/blaze3d/platform/GlStateManager
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classGlStateManager.BlendFuncState(package private) static classGlStateManager.CapabilityTracker(package private) static classGlStateManager.ColorMask(package private) static classGlStateManager.CullFaceState(package private) static classGlStateManager.DepthTestStatestatic classGlStateManager.DstFactorstatic 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.StencilSubState(package private) static classGlStateManager.Texture2DStatestatic classGlStateManager.Viewport -
Field Summary
Fields Modifier and Type Field Description private static intactiveTextureprivate static GlStateManager.BlendFuncStateBLENDprivate static GlStateManager.LogicOpStateCOLOR_LOGICprivate static GlStateManager.ColorMaskCOLOR_MASKprivate static GlStateManager.CullFaceStateCULLprivate static GlStateManager.DepthTestStateDEPTHprivate static GlStateManager.PolygonOffsetStatePOLY_OFFSETprivate static GlStateManager.ScissorTestStateSCISSOR_TESTprivate static GlStateManager.StencilStateSTENCILprivate static GlStateManager.Texture2DState[]TEXTURES -
Constructor Summary
Constructors Constructor Description GlStateManager() -
Method Summary
Modifier and Type Method Description static voidactiveTexture(int texture)static voidactiveTextureUntracked(int texture)static voidattachShader(int program, int shader)static voidbindBuffer(int target, int buffer)static voidbindFramebuffer(int target, int framebuffer)static voidbindTexture(int texture)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 voidclearDepth(double depth)static voidclearStencil(int stencil)static voidcolorMask(boolean red, boolean green, boolean blue, boolean alpha)static voidcompileShader(int shader)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 voiddisableBlend()static voiddisableColorLogicOp()static voiddisableCull()static voiddisableDepthTest()static voiddisablePolygonOffset()static voiddisableTexture()static voiddrawElements(int mode, int first, int type, long indices)static voidenableBlend()static voidenableColorLogicOp()static voidenableCull()static voidenableDepthTest()static voidenablePolygonOffset()static voidenableScissorTest()static voidenableVertexAttribArray(int index)static voidframebufferTexture2D(int target, int attachment, int textureTarget, int texture, int level)static intgenBuffers()static intgenFramebuffers()static intgenTextures()static voidgenTextures(int[] int2)static intgetAttribLocation(int program, CharSequence name)static intgetError()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 voidlinkProgram(int program)static voidlogicOp(int op)static @Nullable ByteBuffermapBuffer(int target, int access)static voidmethod_22607(int index)static voidmethod_31318()static voidmethod_34404(int int2, int int3, CharSequence charSequence)static voidmethod_34405(int int2, List<String> list)static voidmethod_34406(int int2, int int3, int int4, int int5, long long2)static intmethod_34407()static voidmethod_34408(int int2)static voidmethod_34409(int int2)static voidmethod_34410()static intmethod_34411()static intmethod_34412(int int2)static voidpixelStore(int pname, int param)static voidpolygonMode(int face, int mode)static voidpolygonOffset(float factor, float units)static voidreadPixels(int x, int y, int width, int height, int format, int type, ByteBuffer pixels)static voidscissor(int x, int y, int width, int height)static voidsetupGui3dDiffuseLighting(Vec3f vec3f, Vec3f vec3f2)static voidsetupGuiFlatDiffuseLighting(Vec3f vec3f, Vec3f vec3f2)static voidsetupLevelDiffuseLighting(Vec3f vec3f, Vec3f vec3f2, Matrix4f matrix4f)static voidstencilFunc(int func, int ref, int mask)static voidstencilMask(int mask)static voidstencilOp(int sfail, int dpfail, int dppass)static voidtexImage2D(int target, int level, int internalFormat, int width, int height, int border, int format, int type, @Nullable 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 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 voidviewport(int x, int y, int width, int height)
-
Field Details
-
BLEND
- Mappings:
Namespace Name Mixin selector official aLdmj;a:Ldmj$a;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 bLdmj;b:Ldmj$f;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;
-
CULL
- Mappings:
Namespace Name Mixin selector official cLdmj;c:Ldmj$e;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 dLdmj;d:Ldmj$i;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 eLdmj;e:Ldmj$c;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;
-
STENCIL
- Mappings:
Namespace Name Mixin selector official fLdmj;f:Ldmj$m;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 gLdmj;g:Ldmj$j;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;
-
activeTexture
private static int activeTexture- Mappings:
Namespace Name Mixin selector official hLdmj;h:Iintermediary field_20482Lnet/minecraft/class_4493;field_20482:Inamed activeTextureLcom/mojang/blaze3d/platform/GlStateManager;activeTexture:I
-
TEXTURES
- Mappings:
Namespace Name Mixin selector official iLdmj;i:[Ldmj$n;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;
-
COLOR_MASK
- Mappings:
Namespace Name Mixin selector official jLdmj;j:Ldmj$d;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;
-
-
Constructor Details
-
GlStateManager
public GlStateManager()
-
-
Method Details
-
method_31318
public static void method_31318()- Mappings:
Namespace Name Mixin selector official aLdmj;a()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 bLdmj;b()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 aLdmj;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 cLdmj;c()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 dLdmj;d()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 aLdmj;a(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 aLdmj;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 eLdmj;e()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 fLdmj;f()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 aLdmj;a(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 bLdmj;b(IIII)Vintermediary method_21950Lnet/minecraft/class_4493;method_21950(IIII)Vnamed blendFuncSeparateLcom/mojang/blaze3d/platform/GlStateManager;blendFuncSeparate(IIII)V
-
blendEquation
public static void blendEquation(int mode)- Mappings:
Namespace Name Mixin selector official bLdmj;b(I)Vintermediary method_22015Lnet/minecraft/class_4493;method_22015(I)Vnamed blendEquationLcom/mojang/blaze3d/platform/GlStateManager;blendEquation(I)V
-
getProgram
public static int getProgram(int program, int pname)- Mappings:
Namespace Name Mixin selector official bLdmj;b(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 cLdmj;c(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 cLdmj;c(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 dLdmj;d(I)Iintermediary method_22035Lnet/minecraft/class_4493;method_22035(I)Inamed createShaderLcom/mojang/blaze3d/platform/GlStateManager;createShader(I)I
-
method_34405
- Mappings:
Namespace Name Mixin selector official aLdmj;a(ILjava/util/List;)Vintermediary method_34405Lnet/minecraft/class_4493;method_34405(ILjava/util/List;)Vnamed method_34405Lcom/mojang/blaze3d/platform/GlStateManager;method_34405(ILjava/util/List;)V
-
compileShader
public static void compileShader(int shader)- Mappings:
Namespace Name Mixin selector official eLdmj;e(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 dLdmj;d(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 fLdmj;f(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 gLdmj;g()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 gLdmj;g(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 hLdmj;h(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 aLdmj;a(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 aLdmj;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 eLdmj;e(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 aLdmj;a(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 bLdmj;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 bLdmj;b(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 cLdmj;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 cLdmj;c(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 dLdmj;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 dLdmj;d(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 aLdmj;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 bLdmj;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 cLdmj;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 bLdmj;b(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
-
method_34404
- Mappings:
Namespace Name Mixin selector official aLdmj;a(IILjava/lang/CharSequence;)Vintermediary method_34404Lnet/minecraft/class_4493;method_34404(IILjava/lang/CharSequence;)Vnamed method_34404Lcom/mojang/blaze3d/platform/GlStateManager;method_34404(IILjava/lang/CharSequence;)V
-
genBuffers
public static int genBuffers()- Mappings:
Namespace Name Mixin selector official hLdmj;h()Iintermediary method_22065Lnet/minecraft/class_4493;method_22065()Inamed genBuffersLcom/mojang/blaze3d/platform/GlStateManager;genBuffers()I
-
method_34407
public static int method_34407()- Mappings:
Namespace Name Mixin selector official iLdmj;i()Iintermediary method_34407Lnet/minecraft/class_4493;method_34407()Inamed method_34407Lcom/mojang/blaze3d/platform/GlStateManager;method_34407()I
-
bindBuffer
public static void bindBuffer(int target, int buffer)- Mappings:
Namespace Name Mixin selector official fLdmj;f(II)Vintermediary method_22036Lnet/minecraft/class_4493;method_22036(II)Vnamed bindBufferLcom/mojang/blaze3d/platform/GlStateManager;bindBuffer(II)V
-
method_34408
public static void method_34408(int int2)- Mappings:
Namespace Name Mixin selector official iLdmj;i(I)Vintermediary method_34408Lnet/minecraft/class_4493;method_34408(I)Vnamed method_34408Lcom/mojang/blaze3d/platform/GlStateManager;method_34408(I)V
-
bufferData
- Mappings:
Namespace Name Mixin selector official aLdmj;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 aLdmj;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 gLdmj;g(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 jLdmj;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 kLdmj;k(I)Vintermediary method_22054Lnet/minecraft/class_4493;method_22054(I)Vnamed deleteBuffersLcom/mojang/blaze3d/platform/GlStateManager;deleteBuffers(I)V
-
method_34409
public static void method_34409(int int2)- Mappings:
Namespace Name Mixin selector official lLdmj;l(I)Vintermediary method_34409Lnet/minecraft/class_4493;method_34409(I)Vnamed method_34409Lcom/mojang/blaze3d/platform/GlStateManager;method_34409(I)V
-
bindFramebuffer
public static void bindFramebuffer(int target, int framebuffer)- Mappings:
Namespace Name Mixin selector official hLdmj;h(II)Vintermediary method_22042Lnet/minecraft/class_4493;method_22042(II)Vnamed bindFramebufferLcom/mojang/blaze3d/platform/GlStateManager;bindFramebuffer(II)V
-
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 aLdmj;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 mLdmj;m(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 jLdmj;j()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 nLdmj;n(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 aLdmj;a(IIIII)Vintermediary method_21951Lnet/minecraft/class_4493;method_21951(IIIII)Vnamed framebufferTexture2DLcom/mojang/blaze3d/platform/GlStateManager;framebufferTexture2D(IIIII)V
-
activeTextureUntracked
public static void activeTextureUntracked(int texture)- Mappings:
Namespace Name Mixin selector official oLdmj;o(I)Vintermediary method_22066Lnet/minecraft/class_4493;method_22066(I)Vnamed activeTextureUntrackedLcom/mojang/blaze3d/platform/GlStateManager;activeTextureUntracked(I)V
-
blendFuncSeparateUntracked
public static void blendFuncSeparateUntracked(int srcFactorRGB, int dstFactorRGB, int srcFactorAlpha, int dstFactorAlpha)- Mappings:
Namespace Name Mixin selector official cLdmj;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 iLdmj;i(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 jLdmj;j(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;
-
setupLevelDiffuseLighting
- Mappings:
Namespace Name Mixin selector official aLdmj;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 aLdmj;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 bLdmj;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
-
enableCull
public static void enableCull()- Mappings:
Namespace Name Mixin selector official kLdmj;k()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 lLdmj;l()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 kLdmj;k(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 mLdmj;m()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 nLdmj;n()Vintermediary method_22082Lnet/minecraft/class_4493;method_22082()Vnamed disablePolygonOffsetLcom/mojang/blaze3d/platform/GlStateManager;disablePolygonOffset()V
-
polygonOffset
public static void polygonOffset(float factor, float units)- Mappings:
Namespace Name Mixin selector official aLdmj;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 oLdmj;o()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 pLdmj;p()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 pLdmj;p(I)Vintermediary method_22075Lnet/minecraft/class_4493;method_22075(I)Vnamed logicOpLcom/mojang/blaze3d/platform/GlStateManager;logicOp(I)V
-
activeTexture
public static void activeTexture(int texture)- Mappings:
Namespace Name Mixin selector official qLdmj;q(I)Vintermediary method_22077Lnet/minecraft/class_4493;method_22077(I)Vnamed activeTextureLcom/mojang/blaze3d/platform/GlStateManager;activeTexture(I)V
-
method_34410
public static void method_34410()- Mappings:
Namespace Name Mixin selector official qLdmj;q()Vintermediary method_34410Lnet/minecraft/class_4493;method_34410()Vnamed method_34410Lcom/mojang/blaze3d/platform/GlStateManager;method_34410()V
-
disableTexture
public static void disableTexture()- Mappings:
Namespace Name Mixin selector official rLdmj;r()Vintermediary method_21912Lnet/minecraft/class_4493;method_21912()Vnamed disableTextureLcom/mojang/blaze3d/platform/GlStateManager;disableTexture()V
-
texParameter
public static void texParameter(int target, int pname, float param)- Mappings:
Namespace Name Mixin selector official aLdmj;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 aLdmj;a(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 bLdmj;b(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 sLdmj;s()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 aLdmj;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 rLdmj;r(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 bLdmj;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 sLdmj;s(I)Vintermediary method_22081Lnet/minecraft/class_4493;method_22081(I)Vnamed bindTextureLcom/mojang/blaze3d/platform/GlStateManager;bindTexture(I)V
-
method_34412
public static int method_34412(int int2)- Mappings:
Namespace Name Mixin selector official tLdmj;t(I)Iintermediary method_34412Lnet/minecraft/class_4493;method_34412(I)Inamed method_34412Lcom/mojang/blaze3d/platform/GlStateManager;method_34412(I)I
-
method_34411
public static int method_34411()- Mappings:
Namespace Name Mixin selector official tLdmj;t()Iintermediary method_34411Lnet/minecraft/class_4493;method_34411()Inamed method_34411Lcom/mojang/blaze3d/platform/GlStateManager;method_34411()I
-
texImage2D
public static void texImage2D(int target, int level, int internalFormat, int width, int height, int border, int format, int type, @Nullable @Nullable IntBuffer pixels)- Mappings:
Namespace Name Mixin selector official aLdmj;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 aLdmj;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 aLdmj;a(IIIIJ)Vintermediary method_21957Lnet/minecraft/class_4493;method_21957(IIIIJ)Vnamed getTexImageLcom/mojang/blaze3d/platform/GlStateManager;getTexImage(IIIIJ)V
-
viewport
public static void viewport(int x, int y, int width, int height)- Mappings:
Namespace Name Mixin selector official dLdmj;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 aLdmj;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 cLdmj;c(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 uLdmj;u(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 dLdmj;d(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 aLdmj;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 aLdmj;a(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 vLdmj;v(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 aLdmj;a(IZ)Vintermediary method_21965Lnet/minecraft/class_4493;method_21965(IZ)Vnamed clearLcom/mojang/blaze3d/platform/GlStateManager;clear(IZ)V
-
vertexAttribPointer
public static void vertexAttribPointer(int index, int size, int type, boolean normalized, int stride, long pointer)- Mappings:
Namespace Name Mixin selector official aLdmj;a(IIIZIJ)Vintermediary method_22609Lnet/minecraft/class_4493;method_22609(IIIZIJ)Vnamed vertexAttribPointerLcom/mojang/blaze3d/platform/GlStateManager;vertexAttribPointer(IIIZIJ)V
-
method_34406
public static void method_34406(int int2, int int3, int int4, int int5, long long2)- Mappings:
Namespace Name Mixin selector official bLdmj;b(IIIIJ)Vintermediary method_34406Lnet/minecraft/class_4493;method_34406(IIIIJ)Vnamed method_34406Lcom/mojang/blaze3d/platform/GlStateManager;method_34406(IIIIJ)V
-
enableVertexAttribArray
public static void enableVertexAttribArray(int index)- Mappings:
Namespace Name Mixin selector official wLdmj;w(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 xLdmj;x(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 aLdmj;a(IIIJ)Vintermediary method_22037Lnet/minecraft/class_4493;method_22037(IIIJ)Vnamed drawElementsLcom/mojang/blaze3d/platform/GlStateManager;drawElements(IIIJ)V
-
pixelStore
public static void pixelStore(int pname, int param)- Mappings:
Namespace Name Mixin selector official lLdmj;l(II)Vintermediary method_22067Lnet/minecraft/class_4493;method_22067(II)Vnamed pixelStoreLcom/mojang/blaze3d/platform/GlStateManager;pixelStore(II)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 aLdmj;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 uLdmj;u()Iintermediary method_21934Lnet/minecraft/class_4493;method_21934()Inamed getErrorLcom/mojang/blaze3d/platform/GlStateManager;getError()I
-
getString
- Mappings:
Namespace Name Mixin selector official yLdmj;y(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 zLdmj;z(I)Iintermediary method_21923Lnet/minecraft/class_4493;method_21923(I)Inamed getIntegerLcom/mojang/blaze3d/platform/GlStateManager;getInteger(I)I
-