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 dkr
intermediary net/minecraft/class_4493
named com/mojang/blaze3d/platform/GlStateManager
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static class
GlStateManager.AlphaTestState
Deprecated.(package private) static class
GlStateManager.BlendFuncState
(package private) static class
GlStateManager.CapabilityTracker
(package private) static class
GlStateManager.Color4
Deprecated.(package private) static class
GlStateManager.ColorMask
(package private) static class
GlStateManager.ColorMaterialState
Deprecated.(package private) static class
GlStateManager.CullFaceState
(package private) static class
GlStateManager.DepthTestState
static class
GlStateManager.DstFactor
static class
GlStateManager.FBOBlitMode
static class
GlStateManager.FBOMode
static class
GlStateManager.FogMode
Deprecated.(package private) static class
GlStateManager.FogState
Deprecated.static class
GlStateManager.LogicOp
(package private) static class
GlStateManager.LogicOpState
(package private) static class
GlStateManager.PolygonOffsetState
(package private) static class
GlStateManager.ScissorTestState
static class
GlStateManager.SrcFactor
(package private) static class
GlStateManager.StencilState
(package private) static class
GlStateManager.StencilSubState
static class
GlStateManager.TexCoord
Deprecated.(package private) static class
GlStateManager.TexGenCoordState
Deprecated.(package private) static class
GlStateManager.TexGenState
Deprecated.(package private) static class
GlStateManager.Texture2DState
static class
GlStateManager.Viewport
-
Field Summary
-
Constructor Summary
Constructors Constructor Description GlStateManager()
-
Method Summary
Modifier and Type Method Description static void
activeTexture(int texture)
static void
activeTextureUntracked(int texture)
static void
alphaFunc(int func, float ref)
Deprecated.static void
attachShader(int program, int shader)
static void
bindBuffer(int target, int buffer)
static void
bindFramebuffer(int target, int framebuffer)
static void
bindTexture(int texture)
static void
blendColor(float red, float green, float blue, float alpha)
static void
blendEquation(int mode)
static void
blendFunc(int srcFactor, int dstFactor)
static void
blendFuncSeparate(int srcFactorRGB, int dstFactorRGB, int srcFactorAlpha, int dstFactorAlpha)
static void
blendFuncSeparateUntracked(int srcFactorRGB, int dstFactorRGB, int srcFactorAlpha, int dstFactorAlpha)
static void
blitFramebuffer(int srcX0, int srcY0, int srcX1, int srcY1, int dstX0, int dstY0, int dstX1, int dstY1, int mask, int filter)
static void
bufferData(int target, long size, int usage)
static void
bufferData(int target, ByteBuffer data, int usage)
static int
checkFramebufferStatus(int target)
static void
clear(int mask, boolean getError)
static void
clearColor(float red, float green, float blue, float alpha)
static void
clearCurrentColor()
Deprecated.static void
clearDepth(double depth)
static void
clearStencil(int stencil)
static void
clearTexGen()
static void
clientActiveTexture(int texture)
Deprecated.static void
color4f(float red, float green, float blue, float alpha)
Deprecated.static void
colorMask(boolean red, boolean green, boolean blue, boolean alpha)
static void
colorMaterial(int face, int mode)
Deprecated.static void
colorPointer(int size, int type, int stride, long pointer)
Deprecated.private static void
combineAlpha(int combineAlpha, int source0Alpha)
private static void
combineColor(int combineColor, int source0Color)
private static void
combineColor(int combineColor, int source0Color, int source1Color, int source2Color)
static void
compileShader(int shader)
static void
copyTexSubImage2d(int target, int level, int xOffset, int yOffset, int x, int y, int width, int height)
static int
createProgram()
static int
createShader(int type)
static void
deleteBuffers(int buffer)
static void
deleteFramebuffers(int framebuffers)
static void
deleteProgram(int program)
static void
deleteShader(int shader)
static void
deleteTexture(int texture)
static void
deleteTextures(int[] int2)
static void
depthFunc(int func)
static void
depthMask(boolean mask)
static void
disableAlphaTest()
Deprecated.static void
disableBlend()
static void
disableClientState(int cap)
Deprecated.static void
disableColorLogicOp()
static void
disableColorMaterial()
Deprecated.static void
disableCull()
static void
disableDepthTest()
static void
disableFog()
Deprecated.static void
disableLighting()
Deprecated.static void
disableLineOffset()
static void
disablePolygonOffset()
static void
disableRescaleNormal()
Deprecated.static void
disableTexGen(GlStateManager.TexCoord coord)
Deprecated.static void
disableTexture()
static void
drawElements(int mode, int first, int type, long indices)
static void
enableAlphaTest()
Deprecated.static void
enableBlend()
static void
enableClientState(int cap)
Deprecated.static void
enableColorLogicOp()
static void
enableColorMaterial()
Deprecated.static void
enableCull()
static void
enableDepthTest()
static void
enableFog()
Deprecated.static void
enableLight(int light)
Deprecated.static void
enableLighting()
Deprecated.static void
enableLineOffset()
static void
enablePolygonOffset()
static void
enableRescaleNormal()
Deprecated.static void
enableScissorTest()
static void
enableTexGen(GlStateManager.TexCoord coord)
Deprecated.static void
enableTexture()
static void
enableVertexAttribArray(int index)
static void
fog(int pname, float[] params)
Deprecated.static void
fogDensity(float density)
Deprecated.static void
fogEnd(float end)
Deprecated.static void
fogi(int pname, int param)
Deprecated.static void
fogMode(int mode)
Deprecated.static void
fogStart(float start)
Deprecated.static void
framebufferTexture2D(int target, int attachment, int textureTarget, int texture, int level)
static int
genBuffers()
static int
genFramebuffers()
static int
genTextures()
static void
genTextures(int[] int2)
static int
getActiveBoundTexture()
Deprecated.static int
getAttribLocation(int program, CharSequence name)
private static FloatBuffer
getBuffer(float a, float b, float c, float d)
static int
getError()
static void
getFloat(int pname, FloatBuffer params)
Deprecated.static int
getFramebufferDepthAttachment()
private static GlStateManager.TexGenCoordState
getGenCoordState(GlStateManager.TexCoord coord)
Deprecated.static int
getInteger(int pname)
static int
getProgram(int program, int pname)
static String
getProgramInfoLog(int program, int maxLength)
static int
getShader(int shader, int pname)
static String
getShaderInfoLog(int shader, int maxLength)
static String
getString(int name)
static void
getTexImage(int target, int level, int format, int type, long pixels)
static int
getTexLevelParameter(int target, int level, int pname)
static int
getUniformLocation(int program, CharSequence name)
static String
initFramebufferSupport(GLCapabilities capabilities)
Configures the frame buffer and populatesFramebufferInfo
with the appropriate constants for the current GLCapabilities.static void
light(int light, int pname, FloatBuffer params)
Deprecated.static void
lightModel(int pname, FloatBuffer params)
Deprecated.static void
lineWidth(float width)
static void
linkProgram(int program)
static void
loadIdentity()
Deprecated.static void
logicOp(int op)
static ByteBuffer
mapBuffer(int target, int access)
static void
matrixMode(int mode)
Deprecated.static void
method_22607(int index)
static void
method_31318()
static void
mulTextureByProjModelView()
static void
multiTexCoords2f(int texture, float s, float t)
Deprecated.static void
multMatrix(FloatBuffer matrix)
Deprecated.static void
multMatrix(Matrix4f matrix)
Deprecated.static void
normal3f(float nx, float ny, float nz)
Deprecated.static void
normalPointer(int type, int stride, long pointer)
Deprecated.static void
ortho(double l, double r, double b, double t, double n, double f)
Deprecated.static void
pixelStore(int pname, int param)
static void
pixelTransfer(int pname, float param)
static void
polygonMode(int face, int mode)
static void
polygonOffset(float factor, float units)
static void
popAttributes()
Deprecated.static void
popMatrix()
Deprecated.static void
pushLightingAttributes()
Deprecated.static void
pushMatrix()
Deprecated.static void
pushTextureAttributes()
Deprecated.static void
readPixels(int x, int y, int width, int height, int format, int type, ByteBuffer pixels)
static void
rotatef(float angle, float x, float y, float z)
Deprecated.static void
scaled(double x, double y, double z)
Deprecated.static void
scalef(float x, float y, float z)
Deprecated.static void
scissor(int x, int y, int width, int height)
static void
setupEndPortalTexGen()
static void
setupGui3dDiffuseLighting(Vec3f vec3f, Vec3f vec3f2)
static void
setupGuiFlatDiffuseLighting(Vec3f vec3f, Vec3f vec3f2)
static void
setupLevelDiffuseLighting(Vec3f vec3f, Vec3f vec3f2, Matrix4f matrix4f)
static void
setupOutline()
static void
setupOverlayColor(int texture, int size)
static void
shadeModel(int mode)
Deprecated.static void
shaderSource(int shader, CharSequence source)
static void
stencilFunc(int func, int ref, int mask)
static void
stencilMask(int mask)
static void
stencilOp(int sfail, int dpfail, int dppass)
static boolean
supportsGl30()
static void
teardownOutline()
static void
teardownOverlayColor()
static void
texCoordPointer(int size, int type, int stride, long pointer)
Deprecated.static void
texEnv(int target, int pname, int param)
Deprecated.static void
texGenMode(GlStateManager.TexCoord coord, int mode)
Deprecated.static void
texGenParam(GlStateManager.TexCoord coord, int pname, FloatBuffer params)
Deprecated.static void
texImage2D(int target, int level, int internalFormat, int width, int height, int border, int format, int type, IntBuffer pixels)
static void
texParameter(int target, int pname, float param)
static void
texParameter(int target, int pname, int param)
static void
texSubImage2D(int target, int level, int offsetX, int offsetY, int width, int height, int format, int type, long pixels)
static void
translated(double x, double y, double z)
Deprecated.static void
translatef(float x, float y, float z)
Deprecated.static void
uniform1(int location, int value)
static void
uniform1(int location, FloatBuffer value)
static void
uniform1(int location, IntBuffer value)
static void
uniform2(int location, FloatBuffer value)
static void
uniform2(int location, IntBuffer value)
static void
uniform3(int location, FloatBuffer value)
static void
uniform3(int location, IntBuffer value)
static void
uniform4(int location, FloatBuffer value)
static void
uniform4(int location, IntBuffer value)
static void
uniformMatrix2(int location, boolean transpose, FloatBuffer value)
static void
uniformMatrix3(int location, boolean transpose, FloatBuffer value)
static void
uniformMatrix4(int location, boolean transpose, FloatBuffer value)
static void
unmapBuffer(int target)
static void
useProgram(int program)
static void
vertexAttribPointer(int index, int size, int type, boolean normalized, int stride, long pointer)
static void
vertexPointer(int size, int type, int stride, long pointer)
Deprecated.static void
viewport(int x, int y, int width, int height)
-
Field Details
-
MATRIX_BUFFER
- Mappings:
Namespace Name Mixin selector official a
Ldkr;a:Ljava/nio/FloatBuffer;
intermediary field_20466
Lnet/minecraft/class_4493;field_20466:Ljava/nio/FloatBuffer;
named MATRIX_BUFFER
Lcom/mojang/blaze3d/platform/GlStateManager;MATRIX_BUFFER:Ljava/nio/FloatBuffer;
-
ALPHA_TEST
- Mappings:
Namespace Name Mixin selector official b
Ldkr;b:Ldkr$a;
intermediary field_20468
Lnet/minecraft/class_4493;field_20468:Lnet/minecraft/class_4493$class_1016;
named ALPHA_TEST
Lcom/mojang/blaze3d/platform/GlStateManager;ALPHA_TEST:Lcom/mojang/blaze3d/platform/GlStateManager$AlphaTestState;
-
LIGHTING
- Mappings:
Namespace Name Mixin selector official c
Ldkr;c:Ldkr$c;
intermediary field_20469
Lnet/minecraft/class_4493;field_20469:Lnet/minecraft/class_4493$class_1018;
named LIGHTING
Lcom/mojang/blaze3d/platform/GlStateManager;LIGHTING:Lcom/mojang/blaze3d/platform/GlStateManager$CapabilityTracker;
-
LIGHT_ENABLE
- Mappings:
Namespace Name Mixin selector official d
Ldkr;d:[Ldkr$c;
intermediary field_20470
Lnet/minecraft/class_4493;field_20470:[Lnet/minecraft/class_4493$class_1018;
named LIGHT_ENABLE
Lcom/mojang/blaze3d/platform/GlStateManager;LIGHT_ENABLE:[Lcom/mojang/blaze3d/platform/GlStateManager$CapabilityTracker;
-
COLOR_MATERIAL
- Mappings:
Namespace Name Mixin selector official e
Ldkr;e:Ldkr$g;
intermediary field_20471
Lnet/minecraft/class_4493;field_20471:Lnet/minecraft/class_4493$class_1023;
named COLOR_MATERIAL
Lcom/mojang/blaze3d/platform/GlStateManager;COLOR_MATERIAL:Lcom/mojang/blaze3d/platform/GlStateManager$ColorMaterialState;
-
BLEND
- Mappings:
Namespace Name Mixin selector official f
Ldkr;f:Ldkr$b;
intermediary field_20472
Lnet/minecraft/class_4493;field_20472:Lnet/minecraft/class_4493$class_1017;
named BLEND
Lcom/mojang/blaze3d/platform/GlStateManager;BLEND:Lcom/mojang/blaze3d/platform/GlStateManager$BlendFuncState;
-
DEPTH
- Mappings:
Namespace Name Mixin selector official g
Ldkr;g:Ldkr$i;
intermediary field_20473
Lnet/minecraft/class_4493;field_20473:Lnet/minecraft/class_4493$class_1026;
named DEPTH
Lcom/mojang/blaze3d/platform/GlStateManager;DEPTH:Lcom/mojang/blaze3d/platform/GlStateManager$DepthTestState;
-
FOG
- Mappings:
Namespace Name Mixin selector official h
Ldkr;h:Ldkr$n;
intermediary field_20474
Lnet/minecraft/class_4493;field_20474:Lnet/minecraft/class_4493$class_1029;
named FOG
Lcom/mojang/blaze3d/platform/GlStateManager;FOG:Lcom/mojang/blaze3d/platform/GlStateManager$FogState;
-
CULL
- Mappings:
Namespace Name Mixin selector official i
Ldkr;i:Ldkr$h;
intermediary field_20475
Lnet/minecraft/class_4493;field_20475:Lnet/minecraft/class_4493$class_1025;
named CULL
Lcom/mojang/blaze3d/platform/GlStateManager;CULL:Lcom/mojang/blaze3d/platform/GlStateManager$CullFaceState;
-
POLY_OFFSET
- Mappings:
Namespace Name Mixin selector official j
Ldkr;j:Ldkr$p;
intermediary field_20476
Lnet/minecraft/class_4493;field_20476:Lnet/minecraft/class_4493$class_1031;
named POLY_OFFSET
Lcom/mojang/blaze3d/platform/GlStateManager;POLY_OFFSET:Lcom/mojang/blaze3d/platform/GlStateManager$PolygonOffsetState;
-
COLOR_LOGIC
- Mappings:
Namespace Name Mixin selector official k
Ldkr;k:Ldkr$e;
intermediary field_20477
Lnet/minecraft/class_4493;field_20477:Lnet/minecraft/class_4493$class_1021;
named COLOR_LOGIC
Lcom/mojang/blaze3d/platform/GlStateManager;COLOR_LOGIC:Lcom/mojang/blaze3d/platform/GlStateManager$LogicOpState;
-
TEX_GEN
- Mappings:
Namespace Name Mixin selector official l
Ldkr;l:Ldkr$w;
intermediary field_20478
Lnet/minecraft/class_4493;field_20478:Lnet/minecraft/class_4493$class_1038;
named TEX_GEN
Lcom/mojang/blaze3d/platform/GlStateManager;TEX_GEN:Lcom/mojang/blaze3d/platform/GlStateManager$TexGenState;
-
STENCIL
- Mappings:
Namespace Name Mixin selector official m
Ldkr;m:Ldkr$t;
intermediary field_20480
Lnet/minecraft/class_4493;field_20480:Lnet/minecraft/class_4493$class_1035;
named STENCIL
Lcom/mojang/blaze3d/platform/GlStateManager;STENCIL:Lcom/mojang/blaze3d/platform/GlStateManager$StencilState;
-
SCISSOR_TEST
- Mappings:
Namespace Name Mixin selector official n
Ldkr;n:Ldkr$q;
intermediary field_26839
Lnet/minecraft/class_4493;field_26839:Lnet/minecraft/class_4493$class_5518;
named SCISSOR_TEST
Lcom/mojang/blaze3d/platform/GlStateManager;SCISSOR_TEST:Lcom/mojang/blaze3d/platform/GlStateManager$ScissorTestState;
-
colorBuffer
- Mappings:
Namespace Name Mixin selector official o
Ldkr;o:Ljava/nio/FloatBuffer;
intermediary field_20771
Lnet/minecraft/class_4493;field_20771:Ljava/nio/FloatBuffer;
named colorBuffer
Lcom/mojang/blaze3d/platform/GlStateManager;colorBuffer:Ljava/nio/FloatBuffer;
-
activeTexture
private static int activeTexture- Mappings:
Namespace Name Mixin selector official p
Ldkr;p:I
intermediary field_20482
Lnet/minecraft/class_4493;field_20482:I
named activeTexture
Lcom/mojang/blaze3d/platform/GlStateManager;activeTexture:I
-
TEXTURES
- Mappings:
Namespace Name Mixin selector official q
Ldkr;q:[Ldkr$x;
intermediary field_20483
Lnet/minecraft/class_4493;field_20483:[Lnet/minecraft/class_4493$class_1039;
named TEXTURES
Lcom/mojang/blaze3d/platform/GlStateManager;TEXTURES:[Lcom/mojang/blaze3d/platform/GlStateManager$Texture2DState;
-
modelShadeMode
private static int modelShadeMode- Mappings:
Namespace Name Mixin selector official r
Ldkr;r:I
intermediary field_20484
Lnet/minecraft/class_4493;field_20484:I
named modelShadeMode
Lcom/mojang/blaze3d/platform/GlStateManager;modelShadeMode:I
-
RESCALE_NORMAL
- Mappings:
Namespace Name Mixin selector official s
Ldkr;s:Ldkr$c;
intermediary field_20485
Lnet/minecraft/class_4493;field_20485:Lnet/minecraft/class_4493$class_1018;
named RESCALE_NORMAL
Lcom/mojang/blaze3d/platform/GlStateManager;RESCALE_NORMAL:Lcom/mojang/blaze3d/platform/GlStateManager$CapabilityTracker;
-
COLOR_MASK
- Mappings:
Namespace Name Mixin selector official t
Ldkr;t:Ldkr$f;
intermediary field_20486
Lnet/minecraft/class_4493;field_20486:Lnet/minecraft/class_4493$class_1022;
named COLOR_MASK
Lcom/mojang/blaze3d/platform/GlStateManager;COLOR_MASK:Lcom/mojang/blaze3d/platform/GlStateManager$ColorMask;
-
COLOR
- Mappings:
Namespace Name Mixin selector official u
Ldkr;u:Ldkr$d;
intermediary field_20487
Lnet/minecraft/class_4493;field_20487:Lnet/minecraft/class_4493$class_1020;
named COLOR
Lcom/mojang/blaze3d/platform/GlStateManager;COLOR:Lcom/mojang/blaze3d/platform/GlStateManager$Color4;
-
fboMode
- Mappings:
Namespace Name Mixin selector official v
Ldkr;v:Ldkr$l;
intermediary field_20488
Lnet/minecraft/class_4493;field_20488:Lnet/minecraft/class_4493$class_1010;
named fboMode
Lcom/mojang/blaze3d/platform/GlStateManager;fboMode:Lcom/mojang/blaze3d/platform/GlStateManager$FBOMode;
-
fboBlitMode
- Mappings:
Namespace Name Mixin selector official w
Ldkr;w:Ldkr$k;
intermediary field_25251
Lnet/minecraft/class_4493;field_25251:Lnet/minecraft/class_4493$class_5343;
named fboBlitMode
Lcom/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 a
Ldkr;a()V
intermediary method_21935
Lnet/minecraft/class_4493;method_21935()V
named pushLightingAttributes
Lcom/mojang/blaze3d/platform/GlStateManager;pushLightingAttributes()V
-
pushTextureAttributes
Deprecated.- Mappings:
Namespace Name Mixin selector official b
Ldkr;b()V
intermediary method_21976
Lnet/minecraft/class_4493;method_21976()V
named pushTextureAttributes
Lcom/mojang/blaze3d/platform/GlStateManager;pushTextureAttributes()V
-
popAttributes
Deprecated.- Mappings:
Namespace Name Mixin selector official c
Ldkr;c()V
intermediary method_21997
Lnet/minecraft/class_4493;method_21997()V
named popAttributes
Lcom/mojang/blaze3d/platform/GlStateManager;popAttributes()V
-
disableAlphaTest
Deprecated.- Mappings:
Namespace Name Mixin selector official d
Ldkr;d()V
intermediary method_22012
Lnet/minecraft/class_4493;method_22012()V
named disableAlphaTest
Lcom/mojang/blaze3d/platform/GlStateManager;disableAlphaTest()V
-
enableAlphaTest
Deprecated.- Mappings:
Namespace Name Mixin selector official e
Ldkr;e()V
intermediary method_22021
Lnet/minecraft/class_4493;method_22021()V
named enableAlphaTest
Lcom/mojang/blaze3d/platform/GlStateManager;enableAlphaTest()V
-
alphaFunc
Deprecated.- Mappings:
Namespace Name Mixin selector official a
Ldkr;a(IF)V
intermediary method_21945
Lnet/minecraft/class_4493;method_21945(IF)V
named alphaFunc
Lcom/mojang/blaze3d/platform/GlStateManager;alphaFunc(IF)V
-
enableLighting
Deprecated.- Mappings:
Namespace Name Mixin selector official f
Ldkr;f()V
intermediary method_22028
Lnet/minecraft/class_4493;method_22028()V
named enableLighting
Lcom/mojang/blaze3d/platform/GlStateManager;enableLighting()V
-
disableLighting
Deprecated.- Mappings:
Namespace Name Mixin selector official g
Ldkr;g()V
intermediary method_22034
Lnet/minecraft/class_4493;method_22034()V
named disableLighting
Lcom/mojang/blaze3d/platform/GlStateManager;disableLighting()V
-
enableLight
Deprecated.- Mappings:
Namespace Name Mixin selector official a
Ldkr;a(I)V
intermediary method_21944
Lnet/minecraft/class_4493;method_21944(I)V
named enableLight
Lcom/mojang/blaze3d/platform/GlStateManager;enableLight(I)V
-
enableColorMaterial
Deprecated.- Mappings:
Namespace Name Mixin selector official h
Ldkr;h()V
intermediary method_22040
Lnet/minecraft/class_4493;method_22040()V
named enableColorMaterial
Lcom/mojang/blaze3d/platform/GlStateManager;enableColorMaterial()V
-
disableColorMaterial
Deprecated.- Mappings:
Namespace Name Mixin selector official i
Ldkr;i()V
intermediary method_22044
Lnet/minecraft/class_4493;method_22044()V
named disableColorMaterial
Lcom/mojang/blaze3d/platform/GlStateManager;disableColorMaterial()V
-
colorMaterial
Deprecated.- Mappings:
Namespace Name Mixin selector official a
Ldkr;a(II)V
intermediary method_21947
Lnet/minecraft/class_4493;method_21947(II)V
named colorMaterial
Lcom/mojang/blaze3d/platform/GlStateManager;colorMaterial(II)V
-
light
Deprecated.- Mappings:
Namespace Name Mixin selector official a
Ldkr;a(IILjava/nio/FloatBuffer;)V
intermediary method_21960
Lnet/minecraft/class_4493;method_21960(IILjava/nio/FloatBuffer;)V
named light
Lcom/mojang/blaze3d/platform/GlStateManager;light(IILjava/nio/FloatBuffer;)V
-
lightModel
Deprecated.- Mappings:
Namespace Name Mixin selector official a
Ldkr;a(ILjava/nio/FloatBuffer;)V
intermediary method_21963
Lnet/minecraft/class_4493;method_21963(ILjava/nio/FloatBuffer;)V
named lightModel
Lcom/mojang/blaze3d/platform/GlStateManager;lightModel(ILjava/nio/FloatBuffer;)V
-
normal3f
Deprecated.- Mappings:
Namespace Name Mixin selector official a
Ldkr;a(FFF)V
intermediary method_21942
Lnet/minecraft/class_4493;method_21942(FFF)V
named normal3f
Lcom/mojang/blaze3d/platform/GlStateManager;normal3f(FFF)V
-
method_31318
public static void method_31318()- Mappings:
Namespace Name Mixin selector official j
Ldkr;j()V
intermediary method_31318
Lnet/minecraft/class_4493;method_31318()V
named method_31318
Lcom/mojang/blaze3d/platform/GlStateManager;method_31318()V
-
enableScissorTest
public static void enableScissorTest()- Mappings:
Namespace Name Mixin selector official k
Ldkr;k()V
intermediary method_31319
Lnet/minecraft/class_4493;method_31319()V
named enableScissorTest
Lcom/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 a
Ldkr;a(IIII)V
intermediary method_31317
Lnet/minecraft/class_4493;method_31317(IIII)V
named scissor
Lcom/mojang/blaze3d/platform/GlStateManager;scissor(IIII)V
-
disableDepthTest
public static void disableDepthTest()- Mappings:
Namespace Name Mixin selector official l
Ldkr;l()V
intermediary method_22047
Lnet/minecraft/class_4493;method_22047()V
named disableDepthTest
Lcom/mojang/blaze3d/platform/GlStateManager;disableDepthTest()V
-
enableDepthTest
public static void enableDepthTest()- Mappings:
Namespace Name Mixin selector official m
Ldkr;m()V
intermediary method_22050
Lnet/minecraft/class_4493;method_22050()V
named enableDepthTest
Lcom/mojang/blaze3d/platform/GlStateManager;enableDepthTest()V
-
depthFunc
public static void depthFunc(int func)- Mappings:
Namespace Name Mixin selector official b
Ldkr;b(I)V
intermediary method_22001
Lnet/minecraft/class_4493;method_22001(I)V
named depthFunc
Lcom/mojang/blaze3d/platform/GlStateManager;depthFunc(I)V
-
depthMask
public static void depthMask(boolean mask)- Mappings:
Namespace Name Mixin selector official a
Ldkr;a(Z)V
intermediary method_21974
Lnet/minecraft/class_4493;method_21974(Z)V
named depthMask
Lcom/mojang/blaze3d/platform/GlStateManager;depthMask(Z)V
-
disableBlend
public static void disableBlend()- Mappings:
Namespace Name Mixin selector official n
Ldkr;n()V
intermediary method_22053
Lnet/minecraft/class_4493;method_22053()V
named disableBlend
Lcom/mojang/blaze3d/platform/GlStateManager;disableBlend()V
-
enableBlend
public static void enableBlend()- Mappings:
Namespace Name Mixin selector official o
Ldkr;o()V
intermediary method_22056
Lnet/minecraft/class_4493;method_22056()V
named enableBlend
Lcom/mojang/blaze3d/platform/GlStateManager;enableBlend()V
-
blendFunc
public static void blendFunc(int srcFactor, int dstFactor)- Mappings:
Namespace Name Mixin selector official b
Ldkr;b(II)V
intermediary method_21984
Lnet/minecraft/class_4493;method_21984(II)V
named blendFunc
Lcom/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 b
Ldkr;b(IIII)V
intermediary method_21950
Lnet/minecraft/class_4493;method_21950(IIII)V
named blendFuncSeparate
Lcom/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 a
Ldkr;a(FFFF)V
intermediary method_22883
Lnet/minecraft/class_4493;method_22883(FFFF)V
named blendColor
Lcom/mojang/blaze3d/platform/GlStateManager;blendColor(FFFF)V
-
blendEquation
public static void blendEquation(int mode)- Mappings:
Namespace Name Mixin selector official c
Ldkr;c(I)V
intermediary method_22015
Lnet/minecraft/class_4493;method_22015(I)V
named blendEquation
Lcom/mojang/blaze3d/platform/GlStateManager;blendEquation(I)V
-
initFramebufferSupport
Configures the frame buffer and populatesFramebufferInfo
with 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 a
Ldkr;a(Lorg/lwjgl/opengl/GLCapabilities;)Ljava/lang/String;
intermediary method_21973
Lnet/minecraft/class_4493;method_21973(Lorg/lwjgl/opengl/GLCapabilities;)Ljava/lang/String;
named initFramebufferSupport
Lcom/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 c
Ldkr;c(II)I
intermediary method_22002
Lnet/minecraft/class_4493;method_22002(II)I
named getProgram
Lcom/mojang/blaze3d/platform/GlStateManager;getProgram(II)I
-
attachShader
public static void attachShader(int program, int shader)- Mappings:
Namespace Name Mixin selector official d
Ldkr;d(II)V
intermediary method_22016
Lnet/minecraft/class_4493;method_22016(II)V
named attachShader
Lcom/mojang/blaze3d/platform/GlStateManager;attachShader(II)V
-
deleteShader
public static void deleteShader(int shader)- Mappings:
Namespace Name Mixin selector official d
Ldkr;d(I)V
intermediary method_22029
Lnet/minecraft/class_4493;method_22029(I)V
named deleteShader
Lcom/mojang/blaze3d/platform/GlStateManager;deleteShader(I)V
-
createShader
public static int createShader(int type)- Mappings:
Namespace Name Mixin selector official e
Ldkr;e(I)I
intermediary method_22035
Lnet/minecraft/class_4493;method_22035(I)I
named createShader
Lcom/mojang/blaze3d/platform/GlStateManager;createShader(I)I
-
shaderSource
- Mappings:
Namespace Name Mixin selector official a
Ldkr;a(ILjava/lang/CharSequence;)V
intermediary method_21961
Lnet/minecraft/class_4493;method_21961(ILjava/lang/CharSequence;)V
named shaderSource
Lcom/mojang/blaze3d/platform/GlStateManager;shaderSource(ILjava/lang/CharSequence;)V
-
compileShader
public static void compileShader(int shader)- Mappings:
Namespace Name Mixin selector official f
Ldkr;f(I)V
intermediary method_22041
Lnet/minecraft/class_4493;method_22041(I)V
named compileShader
Lcom/mojang/blaze3d/platform/GlStateManager;compileShader(I)V
-
getShader
public static int getShader(int shader, int pname)- Mappings:
Namespace Name Mixin selector official e
Ldkr;e(II)I
intermediary method_22023
Lnet/minecraft/class_4493;method_22023(II)I
named getShader
Lcom/mojang/blaze3d/platform/GlStateManager;getShader(II)I
-
useProgram
public static void useProgram(int program)- Mappings:
Namespace Name Mixin selector official g
Ldkr;g(I)V
intermediary method_22045
Lnet/minecraft/class_4493;method_22045(I)V
named useProgram
Lcom/mojang/blaze3d/platform/GlStateManager;useProgram(I)V
-
createProgram
public static int createProgram()- Mappings:
Namespace Name Mixin selector official p
Ldkr;p()I
intermediary method_22062
Lnet/minecraft/class_4493;method_22062()I
named createProgram
Lcom/mojang/blaze3d/platform/GlStateManager;createProgram()I
-
deleteProgram
public static void deleteProgram(int program)- Mappings:
Namespace Name Mixin selector official h
Ldkr;h(I)V
intermediary method_22048
Lnet/minecraft/class_4493;method_22048(I)V
named deleteProgram
Lcom/mojang/blaze3d/platform/GlStateManager;deleteProgram(I)V
-
linkProgram
public static void linkProgram(int program)- Mappings:
Namespace Name Mixin selector official i
Ldkr;i(I)V
intermediary method_22051
Lnet/minecraft/class_4493;method_22051(I)V
named linkProgram
Lcom/mojang/blaze3d/platform/GlStateManager;linkProgram(I)V
-
getUniformLocation
- Mappings:
Namespace Name Mixin selector official b
Ldkr;b(ILjava/lang/CharSequence;)I
intermediary method_21990
Lnet/minecraft/class_4493;method_21990(ILjava/lang/CharSequence;)I
named getUniformLocation
Lcom/mojang/blaze3d/platform/GlStateManager;getUniformLocation(ILjava/lang/CharSequence;)I
-
uniform1
- Mappings:
Namespace Name Mixin selector official a
Ldkr;a(ILjava/nio/IntBuffer;)V
intermediary method_21964
Lnet/minecraft/class_4493;method_21964(ILjava/nio/IntBuffer;)V
named uniform1
Lcom/mojang/blaze3d/platform/GlStateManager;uniform1(ILjava/nio/IntBuffer;)V
-
uniform1
public static void uniform1(int location, int value)- Mappings:
Namespace Name Mixin selector official f
Ldkr;f(II)V
intermediary method_22030
Lnet/minecraft/class_4493;method_22030(II)V
named uniform1
Lcom/mojang/blaze3d/platform/GlStateManager;uniform1(II)V
-
uniform1
- Mappings:
Namespace Name Mixin selector official b
Ldkr;b(ILjava/nio/FloatBuffer;)V
intermediary method_21991
Lnet/minecraft/class_4493;method_21991(ILjava/nio/FloatBuffer;)V
named uniform1
Lcom/mojang/blaze3d/platform/GlStateManager;uniform1(ILjava/nio/FloatBuffer;)V
-
uniform2
- Mappings:
Namespace Name Mixin selector official b
Ldkr;b(ILjava/nio/IntBuffer;)V
intermediary method_21992
Lnet/minecraft/class_4493;method_21992(ILjava/nio/IntBuffer;)V
named uniform2
Lcom/mojang/blaze3d/platform/GlStateManager;uniform2(ILjava/nio/IntBuffer;)V
-
uniform2
- Mappings:
Namespace Name Mixin selector official c
Ldkr;c(ILjava/nio/FloatBuffer;)V
intermediary method_22007
Lnet/minecraft/class_4493;method_22007(ILjava/nio/FloatBuffer;)V
named uniform2
Lcom/mojang/blaze3d/platform/GlStateManager;uniform2(ILjava/nio/FloatBuffer;)V
-
uniform3
- Mappings:
Namespace Name Mixin selector official c
Ldkr;c(ILjava/nio/IntBuffer;)V
intermediary method_22008
Lnet/minecraft/class_4493;method_22008(ILjava/nio/IntBuffer;)V
named uniform3
Lcom/mojang/blaze3d/platform/GlStateManager;uniform3(ILjava/nio/IntBuffer;)V
-
uniform3
- Mappings:
Namespace Name Mixin selector official d
Ldkr;d(ILjava/nio/FloatBuffer;)V
intermediary method_22019
Lnet/minecraft/class_4493;method_22019(ILjava/nio/FloatBuffer;)V
named uniform3
Lcom/mojang/blaze3d/platform/GlStateManager;uniform3(ILjava/nio/FloatBuffer;)V
-
uniform4
- Mappings:
Namespace Name Mixin selector official d
Ldkr;d(ILjava/nio/IntBuffer;)V
intermediary method_22020
Lnet/minecraft/class_4493;method_22020(ILjava/nio/IntBuffer;)V
named uniform4
Lcom/mojang/blaze3d/platform/GlStateManager;uniform4(ILjava/nio/IntBuffer;)V
-
uniform4
- Mappings:
Namespace Name Mixin selector official e
Ldkr;e(ILjava/nio/FloatBuffer;)V
intermediary method_22026
Lnet/minecraft/class_4493;method_22026(ILjava/nio/FloatBuffer;)V
named uniform4
Lcom/mojang/blaze3d/platform/GlStateManager;uniform4(ILjava/nio/FloatBuffer;)V
-
uniformMatrix2
- Mappings:
Namespace Name Mixin selector official a
Ldkr;a(IZLjava/nio/FloatBuffer;)V
intermediary method_21966
Lnet/minecraft/class_4493;method_21966(IZLjava/nio/FloatBuffer;)V
named uniformMatrix2
Lcom/mojang/blaze3d/platform/GlStateManager;uniformMatrix2(IZLjava/nio/FloatBuffer;)V
-
uniformMatrix3
- Mappings:
Namespace Name Mixin selector official b
Ldkr;b(IZLjava/nio/FloatBuffer;)V
intermediary method_21993
Lnet/minecraft/class_4493;method_21993(IZLjava/nio/FloatBuffer;)V
named uniformMatrix3
Lcom/mojang/blaze3d/platform/GlStateManager;uniformMatrix3(IZLjava/nio/FloatBuffer;)V
-
uniformMatrix4
- Mappings:
Namespace Name Mixin selector official c
Ldkr;c(IZLjava/nio/FloatBuffer;)V
intermediary method_22009
Lnet/minecraft/class_4493;method_22009(IZLjava/nio/FloatBuffer;)V
named uniformMatrix4
Lcom/mojang/blaze3d/platform/GlStateManager;uniformMatrix4(IZLjava/nio/FloatBuffer;)V
-
getAttribLocation
- Mappings:
Namespace Name Mixin selector official c
Ldkr;c(ILjava/lang/CharSequence;)I
intermediary method_22006
Lnet/minecraft/class_4493;method_22006(ILjava/lang/CharSequence;)I
named getAttribLocation
Lcom/mojang/blaze3d/platform/GlStateManager;getAttribLocation(ILjava/lang/CharSequence;)I
-
genBuffers
public static int genBuffers()- Mappings:
Namespace Name Mixin selector official q
Ldkr;q()I
intermediary method_22065
Lnet/minecraft/class_4493;method_22065()I
named genBuffers
Lcom/mojang/blaze3d/platform/GlStateManager;genBuffers()I
-
bindBuffer
public static void bindBuffer(int target, int buffer)- Mappings:
Namespace Name Mixin selector official g
Ldkr;g(II)V
intermediary method_22036
Lnet/minecraft/class_4493;method_22036(II)V
named bindBuffer
Lcom/mojang/blaze3d/platform/GlStateManager;bindBuffer(II)V
-
bufferData
- Mappings:
Namespace Name Mixin selector official a
Ldkr;a(ILjava/nio/ByteBuffer;I)V
intermediary method_21962
Lnet/minecraft/class_4493;method_21962(ILjava/nio/ByteBuffer;I)V
named bufferData
Lcom/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 a
Ldkr;a(IJI)V
intermediary method_31945
Lnet/minecraft/class_4493;method_31945(IJI)V
named bufferData
Lcom/mojang/blaze3d/platform/GlStateManager;bufferData(IJI)V
-
mapBuffer
- Mappings:
Namespace Name Mixin selector official h
Ldkr;h(II)Ljava/nio/ByteBuffer;
intermediary method_31946
Lnet/minecraft/class_4493;method_31946(II)Ljava/nio/ByteBuffer;
named mapBuffer
Lcom/mojang/blaze3d/platform/GlStateManager;mapBuffer(II)Ljava/nio/ByteBuffer;
-
unmapBuffer
public static void unmapBuffer(int target)- Mappings:
Namespace Name Mixin selector official j
Ldkr;j(I)V
intermediary method_31947
Lnet/minecraft/class_4493;method_31947(I)V
named unmapBuffer
Lcom/mojang/blaze3d/platform/GlStateManager;unmapBuffer(I)V
-
deleteBuffers
public static void deleteBuffers(int buffer)- Mappings:
Namespace Name Mixin selector official k
Ldkr;k(I)V
intermediary method_22054
Lnet/minecraft/class_4493;method_22054(I)V
named deleteBuffers
Lcom/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 a
Ldkr;a(IIIIIIII)V
intermediary method_29331
Lnet/minecraft/class_4493;method_29331(IIIIIIII)V
named copyTexSubImage2d
Lcom/mojang/blaze3d/platform/GlStateManager;copyTexSubImage2d(IIIIIIII)V
-
bindFramebuffer
public static void bindFramebuffer(int target, int framebuffer)- Mappings:
Namespace Name Mixin selector official i
Ldkr;i(II)V
intermediary method_22042
Lnet/minecraft/class_4493;method_22042(II)V
named bindFramebuffer
Lcom/mojang/blaze3d/platform/GlStateManager;bindFramebuffer(II)V
-
getFramebufferDepthAttachment
public static int getFramebufferDepthAttachment()- Mappings:
Namespace Name Mixin selector official r
Ldkr;r()I
intermediary method_29333
Lnet/minecraft/class_4493;method_29333()I
named getFramebufferDepthAttachment
Lcom/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 a
Ldkr;a(IIIIIIIIII)V
intermediary method_29332
Lnet/minecraft/class_4493;method_29332(IIIIIIIIII)V
named blitFramebuffer
Lcom/mojang/blaze3d/platform/GlStateManager;blitFramebuffer(IIIIIIIIII)V
-
deleteFramebuffers
public static void deleteFramebuffers(int framebuffers)- Mappings:
Namespace Name Mixin selector official l
Ldkr;l(I)V
intermediary method_22060
Lnet/minecraft/class_4493;method_22060(I)V
named deleteFramebuffers
Lcom/mojang/blaze3d/platform/GlStateManager;deleteFramebuffers(I)V
-
genFramebuffers
public static int genFramebuffers()- Mappings:
Namespace Name Mixin selector official s
Ldkr;s()I
intermediary method_22068
Lnet/minecraft/class_4493;method_22068()I
named genFramebuffers
Lcom/mojang/blaze3d/platform/GlStateManager;genFramebuffers()I
-
checkFramebufferStatus
public static int checkFramebufferStatus(int target)- Mappings:
Namespace Name Mixin selector official m
Ldkr;m(I)I
intermediary method_22063
Lnet/minecraft/class_4493;method_22063(I)I
named checkFramebufferStatus
Lcom/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 a
Ldkr;a(IIIII)V
intermediary method_21951
Lnet/minecraft/class_4493;method_21951(IIIII)V
named framebufferTexture2D
Lcom/mojang/blaze3d/platform/GlStateManager;framebufferTexture2D(IIIII)V
-
getActiveBoundTexture
Deprecated.- Mappings:
Namespace Name Mixin selector official t
Ldkr;t()I
intermediary method_29334
Lnet/minecraft/class_4493;method_29334()I
named getActiveBoundTexture
Lcom/mojang/blaze3d/platform/GlStateManager;getActiveBoundTexture()I
-
activeTextureUntracked
public static void activeTextureUntracked(int texture)- Mappings:
Namespace Name Mixin selector official n
Ldkr;n(I)V
intermediary method_22066
Lnet/minecraft/class_4493;method_22066(I)V
named activeTextureUntracked
Lcom/mojang/blaze3d/platform/GlStateManager;activeTextureUntracked(I)V
-
clientActiveTexture
Deprecated.- Mappings:
Namespace Name Mixin selector official o
Ldkr;o(I)V
intermediary method_22069
Lnet/minecraft/class_4493;method_22069(I)V
named clientActiveTexture
Lcom/mojang/blaze3d/platform/GlStateManager;clientActiveTexture(I)V
-
multiTexCoords2f
Deprecated.- Mappings:
Namespace Name Mixin selector official a
Ldkr;a(IFF)V
intermediary method_21946
Lnet/minecraft/class_4493;method_21946(IFF)V
named multiTexCoords2f
Lcom/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 c
Ldkr;c(IIII)V
intermediary method_22018
Lnet/minecraft/class_4493;method_22018(IIII)V
named blendFuncSeparateUntracked
Lcom/mojang/blaze3d/platform/GlStateManager;blendFuncSeparateUntracked(IIII)V
-
getShaderInfoLog
- Mappings:
Namespace Name Mixin selector official j
Ldkr;j(II)Ljava/lang/String;
intermediary method_22049
Lnet/minecraft/class_4493;method_22049(II)Ljava/lang/String;
named getShaderInfoLog
Lcom/mojang/blaze3d/platform/GlStateManager;getShaderInfoLog(II)Ljava/lang/String;
-
getProgramInfoLog
- Mappings:
Namespace Name Mixin selector official k
Ldkr;k(II)Ljava/lang/String;
intermediary method_22052
Lnet/minecraft/class_4493;method_22052(II)Ljava/lang/String;
named getProgramInfoLog
Lcom/mojang/blaze3d/platform/GlStateManager;getProgramInfoLog(II)Ljava/lang/String;
-
setupOutline
public static void setupOutline()- Mappings:
Namespace Name Mixin selector official u
Ldkr;u()V
intermediary method_23282
Lnet/minecraft/class_4493;method_23282()V
named setupOutline
Lcom/mojang/blaze3d/platform/GlStateManager;setupOutline()V
-
teardownOutline
public static void teardownOutline()- Mappings:
Namespace Name Mixin selector official v
Ldkr;v()V
intermediary method_23283
Lnet/minecraft/class_4493;method_23283()V
named teardownOutline
Lcom/mojang/blaze3d/platform/GlStateManager;teardownOutline()V
-
setupOverlayColor
public static void setupOverlayColor(int texture, int size)- Mappings:
Namespace Name Mixin selector official l
Ldkr;l(II)V
intermediary method_22610
Lnet/minecraft/class_4493;method_22610(II)V
named setupOverlayColor
Lcom/mojang/blaze3d/platform/GlStateManager;setupOverlayColor(II)V
-
teardownOverlayColor
public static void teardownOverlayColor()- Mappings:
Namespace Name Mixin selector official w
Ldkr;w()V
intermediary method_22618
Lnet/minecraft/class_4493;method_22618()V
named teardownOverlayColor
Lcom/mojang/blaze3d/platform/GlStateManager;teardownOverlayColor()V
-
combineColor
private static void combineColor(int combineColor, int source0Color)- Mappings:
Namespace Name Mixin selector official p
Ldkr;p(II)V
intermediary method_23281
Lnet/minecraft/class_4493;method_23281(II)V
named combineColor
Lcom/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 e
Ldkr;e(IIII)V
intermediary method_22885
Lnet/minecraft/class_4493;method_22885(IIII)V
named combineColor
Lcom/mojang/blaze3d/platform/GlStateManager;combineColor(IIII)V
-
combineAlpha
private static void combineAlpha(int combineAlpha, int source0Alpha)- Mappings:
Namespace Name Mixin selector official q
Ldkr;q(II)V
intermediary method_22886
Lnet/minecraft/class_4493;method_22886(II)V
named combineAlpha
Lcom/mojang/blaze3d/platform/GlStateManager;combineAlpha(II)V
-
setupLevelDiffuseLighting
- Mappings:
Namespace Name Mixin selector official a
Ldkr;a(Lg;Lg;Lb;)V
intermediary method_22616
Lnet/minecraft/class_4493;method_22616(Lnet/minecraft/class_1160;Lnet/minecraft/class_1160;Lnet/minecraft/class_1159;)V
named setupLevelDiffuseLighting
Lcom/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 a
Ldkr;a(Lg;Lg;)V
intermediary method_24221
Lnet/minecraft/class_4493;method_24221(Lnet/minecraft/class_1160;Lnet/minecraft/class_1160;)V
named setupGuiFlatDiffuseLighting
Lcom/mojang/blaze3d/platform/GlStateManager;setupGuiFlatDiffuseLighting(Lnet/minecraft/util/math/Vec3f;Lnet/minecraft/util/math/Vec3f;)V
-
setupGui3dDiffuseLighting
- Mappings:
Namespace Name Mixin selector official b
Ldkr;b(Lg;Lg;)V
intermediary method_24222
Lnet/minecraft/class_4493;method_24222(Lnet/minecraft/class_1160;Lnet/minecraft/class_1160;)V
named setupGui3dDiffuseLighting
Lcom/mojang/blaze3d/platform/GlStateManager;setupGui3dDiffuseLighting(Lnet/minecraft/util/math/Vec3f;Lnet/minecraft/util/math/Vec3f;)V
-
getBuffer
- Mappings:
Namespace Name Mixin selector official e
Ldkr;e(FFFF)Ljava/nio/FloatBuffer;
intermediary method_22613
Lnet/minecraft/class_4493;method_22613(FFFF)Ljava/nio/FloatBuffer;
named getBuffer
Lcom/mojang/blaze3d/platform/GlStateManager;getBuffer(FFFF)Ljava/nio/FloatBuffer;
-
setupEndPortalTexGen
public static void setupEndPortalTexGen()- Mappings:
Namespace Name Mixin selector official x
Ldkr;x()V
intermediary method_22887
Lnet/minecraft/class_4493;method_22887()V
named setupEndPortalTexGen
Lcom/mojang/blaze3d/platform/GlStateManager;setupEndPortalTexGen()V
-
clearTexGen
public static void clearTexGen()- Mappings:
Namespace Name Mixin selector official y
Ldkr;y()V
intermediary method_22888
Lnet/minecraft/class_4493;method_22888()V
named clearTexGen
Lcom/mojang/blaze3d/platform/GlStateManager;clearTexGen()V
-
mulTextureByProjModelView
public static void mulTextureByProjModelView()- Mappings:
Namespace Name Mixin selector official z
Ldkr;z()V
intermediary method_22889
Lnet/minecraft/class_4493;method_22889()V
named mulTextureByProjModelView
Lcom/mojang/blaze3d/platform/GlStateManager;mulTextureByProjModelView()V
-
enableFog
Deprecated.- Mappings:
Namespace Name Mixin selector official A
Ldkr;A()V
intermediary method_22072
Lnet/minecraft/class_4493;method_22072()V
named enableFog
Lcom/mojang/blaze3d/platform/GlStateManager;enableFog()V
-
disableFog
Deprecated.- Mappings:
Namespace Name Mixin selector official B
Ldkr;B()V
intermediary method_22074
Lnet/minecraft/class_4493;method_22074()V
named disableFog
Lcom/mojang/blaze3d/platform/GlStateManager;disableFog()V
-
fogMode
Deprecated.- Mappings:
Namespace Name Mixin selector official p
Ldkr;p(I)V
intermediary method_22071
Lnet/minecraft/class_4493;method_22071(I)V
named fogMode
Lcom/mojang/blaze3d/platform/GlStateManager;fogMode(I)V
-
fogDensity
Deprecated.- Mappings:
Namespace Name Mixin selector official a
Ldkr;a(F)V
intermediary method_21940
Lnet/minecraft/class_4493;method_21940(F)V
named fogDensity
Lcom/mojang/blaze3d/platform/GlStateManager;fogDensity(F)V
-
fogStart
Deprecated.- Mappings:
Namespace Name Mixin selector official b
Ldkr;b(F)V
intermediary method_21978
Lnet/minecraft/class_4493;method_21978(F)V
named fogStart
Lcom/mojang/blaze3d/platform/GlStateManager;fogStart(F)V
-
fogEnd
Deprecated.- Mappings:
Namespace Name Mixin selector official c
Ldkr;c(F)V
intermediary method_21998
Lnet/minecraft/class_4493;method_21998(F)V
named fogEnd
Lcom/mojang/blaze3d/platform/GlStateManager;fogEnd(F)V
-
fog
Deprecated.- Mappings:
Namespace Name Mixin selector official a
Ldkr;a(I[F)V
intermediary method_22033
Lnet/minecraft/class_4493;method_22033(I[F)V
named fog
Lcom/mojang/blaze3d/platform/GlStateManager;fog(I[F)V
-
fogi
Deprecated.- Mappings:
Namespace Name Mixin selector official m
Ldkr;m(II)V
intermediary method_22055
Lnet/minecraft/class_4493;method_22055(II)V
named fogi
Lcom/mojang/blaze3d/platform/GlStateManager;fogi(II)V
-
enableCull
public static void enableCull()- Mappings:
Namespace Name Mixin selector official C
Ldkr;C()V
intermediary method_22076
Lnet/minecraft/class_4493;method_22076()V
named enableCull
Lcom/mojang/blaze3d/platform/GlStateManager;enableCull()V
-
disableCull
public static void disableCull()- Mappings:
Namespace Name Mixin selector official D
Ldkr;D()V
intermediary method_22078
Lnet/minecraft/class_4493;method_22078()V
named disableCull
Lcom/mojang/blaze3d/platform/GlStateManager;disableCull()V
-
polygonMode
public static void polygonMode(int face, int mode)- Mappings:
Namespace Name Mixin selector official n
Ldkr;n(II)V
intermediary method_22058
Lnet/minecraft/class_4493;method_22058(II)V
named polygonMode
Lcom/mojang/blaze3d/platform/GlStateManager;polygonMode(II)V
-
enablePolygonOffset
public static void enablePolygonOffset()- Mappings:
Namespace Name Mixin selector official E
Ldkr;E()V
intermediary method_22080
Lnet/minecraft/class_4493;method_22080()V
named enablePolygonOffset
Lcom/mojang/blaze3d/platform/GlStateManager;enablePolygonOffset()V
-
disablePolygonOffset
public static void disablePolygonOffset()- Mappings:
Namespace Name Mixin selector official F
Ldkr;F()V
intermediary method_22082
Lnet/minecraft/class_4493;method_22082()V
named disablePolygonOffset
Lcom/mojang/blaze3d/platform/GlStateManager;disablePolygonOffset()V
-
enableLineOffset
public static void enableLineOffset()- Mappings:
Namespace Name Mixin selector official G
Ldkr;G()V
intermediary method_22084
Lnet/minecraft/class_4493;method_22084()V
named enableLineOffset
Lcom/mojang/blaze3d/platform/GlStateManager;enableLineOffset()V
-
disableLineOffset
public static void disableLineOffset()- Mappings:
Namespace Name Mixin selector official H
Ldkr;H()V
intermediary method_22086
Lnet/minecraft/class_4493;method_22086()V
named disableLineOffset
Lcom/mojang/blaze3d/platform/GlStateManager;disableLineOffset()V
-
polygonOffset
public static void polygonOffset(float factor, float units)- Mappings:
Namespace Name Mixin selector official a
Ldkr;a(FF)V
intermediary method_21941
Lnet/minecraft/class_4493;method_21941(FF)V
named polygonOffset
Lcom/mojang/blaze3d/platform/GlStateManager;polygonOffset(FF)V
-
enableColorLogicOp
public static void enableColorLogicOp()- Mappings:
Namespace Name Mixin selector official I
Ldkr;I()V
intermediary method_21906
Lnet/minecraft/class_4493;method_21906()V
named enableColorLogicOp
Lcom/mojang/blaze3d/platform/GlStateManager;enableColorLogicOp()V
-
disableColorLogicOp
public static void disableColorLogicOp()- Mappings:
Namespace Name Mixin selector official J
Ldkr;J()V
intermediary method_21908
Lnet/minecraft/class_4493;method_21908()V
named disableColorLogicOp
Lcom/mojang/blaze3d/platform/GlStateManager;disableColorLogicOp()V
-
logicOp
public static void logicOp(int op)- Mappings:
Namespace Name Mixin selector official q
Ldkr;q(I)V
intermediary method_22075
Lnet/minecraft/class_4493;method_22075(I)V
named logicOp
Lcom/mojang/blaze3d/platform/GlStateManager;logicOp(I)V
-
enableTexGen
Deprecated.- Mappings:
Namespace Name Mixin selector official a
Ldkr;a(Ldkr$u;)V
intermediary method_21968
Lnet/minecraft/class_4493;method_21968(Lnet/minecraft/class_4493$class_1036;)V
named enableTexGen
Lcom/mojang/blaze3d/platform/GlStateManager;enableTexGen(Lcom/mojang/blaze3d/platform/GlStateManager$TexCoord;)V
-
disableTexGen
Deprecated.- Mappings:
Namespace Name Mixin selector official b
Ldkr;b(Ldkr$u;)V
intermediary method_21995
Lnet/minecraft/class_4493;method_21995(Lnet/minecraft/class_4493$class_1036;)V
named disableTexGen
Lcom/mojang/blaze3d/platform/GlStateManager;disableTexGen(Lcom/mojang/blaze3d/platform/GlStateManager$TexCoord;)V
-
texGenMode
Deprecated.- Mappings:
Namespace Name Mixin selector official a
Ldkr;a(Ldkr$u;I)V
intermediary method_21969
Lnet/minecraft/class_4493;method_21969(Lnet/minecraft/class_4493$class_1036;I)V
named texGenMode
Lcom/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 a
Ldkr;a(Ldkr$u;ILjava/nio/FloatBuffer;)V
intermediary method_21970
Lnet/minecraft/class_4493;method_21970(Lnet/minecraft/class_4493$class_1036;ILjava/nio/FloatBuffer;)V
named texGenParam
Lcom/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 c
Ldkr;c(Ldkr$u;)Ldkr$v;
intermediary method_22010
Lnet/minecraft/class_4493;method_22010(Lnet/minecraft/class_4493$class_1036;)Lnet/minecraft/class_4493$class_1037;
named getGenCoordState
Lcom/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 r
Ldkr;r(I)V
intermediary method_22077
Lnet/minecraft/class_4493;method_22077(I)V
named activeTexture
Lcom/mojang/blaze3d/platform/GlStateManager;activeTexture(I)V
-
enableTexture
public static void enableTexture()- Mappings:
Namespace Name Mixin selector official K
Ldkr;K()V
intermediary method_21910
Lnet/minecraft/class_4493;method_21910()V
named enableTexture
Lcom/mojang/blaze3d/platform/GlStateManager;enableTexture()V
-
disableTexture
public static void disableTexture()- Mappings:
Namespace Name Mixin selector official L
Ldkr;L()V
intermediary method_21912
Lnet/minecraft/class_4493;method_21912()V
named disableTexture
Lcom/mojang/blaze3d/platform/GlStateManager;disableTexture()V
-
texEnv
Deprecated.- Mappings:
Namespace Name Mixin selector official a
Ldkr;a(III)V
intermediary method_21949
Lnet/minecraft/class_4493;method_21949(III)V
named texEnv
Lcom/mojang/blaze3d/platform/GlStateManager;texEnv(III)V
-
texParameter
public static void texParameter(int target, int pname, float param)- Mappings:
Namespace Name Mixin selector official a
Ldkr;a(IIF)V
intermediary method_21985
Lnet/minecraft/class_4493;method_21985(IIF)V
named texParameter
Lcom/mojang/blaze3d/platform/GlStateManager;texParameter(IIF)V
-
texParameter
public static void texParameter(int target, int pname, int param)- Mappings:
Namespace Name Mixin selector official b
Ldkr;b(III)V
intermediary method_21986
Lnet/minecraft/class_4493;method_21986(III)V
named texParameter
Lcom/mojang/blaze3d/platform/GlStateManager;texParameter(III)V
-
getTexLevelParameter
public static int getTexLevelParameter(int target, int level, int pname)- Mappings:
Namespace Name Mixin selector official c
Ldkr;c(III)I
intermediary method_22003
Lnet/minecraft/class_4493;method_22003(III)I
named getTexLevelParameter
Lcom/mojang/blaze3d/platform/GlStateManager;getTexLevelParameter(III)I
-
genTextures
public static int genTextures()- Mappings:
Namespace Name Mixin selector official M
Ldkr;M()I
intermediary method_21914
Lnet/minecraft/class_4493;method_21914()I
named genTextures
Lcom/mojang/blaze3d/platform/GlStateManager;genTextures()I
-
genTextures
public static void genTextures(int[] int2)- Mappings:
Namespace Name Mixin selector official a
Ldkr;a([I)V
intermediary method_30498
Lnet/minecraft/class_4493;method_30498([I)V
named genTextures
Lcom/mojang/blaze3d/platform/GlStateManager;genTextures([I)V
-
deleteTexture
public static void deleteTexture(int texture)- Mappings:
Namespace Name Mixin selector official s
Ldkr;s(I)V
intermediary method_22079
Lnet/minecraft/class_4493;method_22079(I)V
named deleteTexture
Lcom/mojang/blaze3d/platform/GlStateManager;deleteTexture(I)V
-
deleteTextures
public static void deleteTextures(int[] int2)- Mappings:
Namespace Name Mixin selector official b
Ldkr;b([I)V
intermediary method_30499
Lnet/minecraft/class_4493;method_30499([I)V
named deleteTextures
Lcom/mojang/blaze3d/platform/GlStateManager;deleteTextures([I)V
-
bindTexture
public static void bindTexture(int texture)- Mappings:
Namespace Name Mixin selector official t
Ldkr;t(I)V
intermediary method_22081
Lnet/minecraft/class_4493;method_22081(I)V
named bindTexture
Lcom/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 a
Ldkr;a(IIIIIIIILjava/nio/IntBuffer;)V
intermediary method_21954
Lnet/minecraft/class_4493;method_21954(IIIIIIIILjava/nio/IntBuffer;)V
named texImage2D
Lcom/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 a
Ldkr;a(IIIIIIIIJ)V
intermediary method_21953
Lnet/minecraft/class_4493;method_21953(IIIIIIIIJ)V
named texSubImage2D
Lcom/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 a
Ldkr;a(IIIIJ)V
intermediary method_21957
Lnet/minecraft/class_4493;method_21957(IIIIJ)V
named getTexImage
Lcom/mojang/blaze3d/platform/GlStateManager;getTexImage(IIIIJ)V
-
shadeModel
Deprecated.- Mappings:
Namespace Name Mixin selector official u
Ldkr;u(I)V
intermediary method_22083
Lnet/minecraft/class_4493;method_22083(I)V
named shadeModel
Lcom/mojang/blaze3d/platform/GlStateManager;shadeModel(I)V
-
enableRescaleNormal
Deprecated.- Mappings:
Namespace Name Mixin selector official N
Ldkr;N()V
intermediary method_21920
Lnet/minecraft/class_4493;method_21920()V
named enableRescaleNormal
Lcom/mojang/blaze3d/platform/GlStateManager;enableRescaleNormal()V
-
disableRescaleNormal
Deprecated.- Mappings:
Namespace Name Mixin selector official O
Ldkr;O()V
intermediary method_21922
Lnet/minecraft/class_4493;method_21922()V
named disableRescaleNormal
Lcom/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 d
Ldkr;d(IIII)V
intermediary method_22025
Lnet/minecraft/class_4493;method_22025(IIII)V
named viewport
Lcom/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 a
Ldkr;a(ZZZZ)V
intermediary method_21975
Lnet/minecraft/class_4493;method_21975(ZZZZ)V
named colorMask
Lcom/mojang/blaze3d/platform/GlStateManager;colorMask(ZZZZ)V
-
stencilFunc
public static void stencilFunc(int func, int ref, int mask)- Mappings:
Namespace Name Mixin selector official d
Ldkr;d(III)V
intermediary method_22017
Lnet/minecraft/class_4493;method_22017(III)V
named stencilFunc
Lcom/mojang/blaze3d/platform/GlStateManager;stencilFunc(III)V
-
stencilMask
public static void stencilMask(int mask)- Mappings:
Namespace Name Mixin selector official v
Ldkr;v(I)V
intermediary method_22085
Lnet/minecraft/class_4493;method_22085(I)V
named stencilMask
Lcom/mojang/blaze3d/platform/GlStateManager;stencilMask(I)V
-
stencilOp
public static void stencilOp(int sfail, int dpfail, int dppass)- Mappings:
Namespace Name Mixin selector official e
Ldkr;e(III)V
intermediary method_22024
Lnet/minecraft/class_4493;method_22024(III)V
named stencilOp
Lcom/mojang/blaze3d/platform/GlStateManager;stencilOp(III)V
-
clearDepth
public static void clearDepth(double depth)- Mappings:
Namespace Name Mixin selector official a
Ldkr;a(D)V
intermediary method_21936
Lnet/minecraft/class_4493;method_21936(D)V
named clearDepth
Lcom/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 b
Ldkr;b(FFFF)V
intermediary method_21943
Lnet/minecraft/class_4493;method_21943(FFFF)V
named clearColor
Lcom/mojang/blaze3d/platform/GlStateManager;clearColor(FFFF)V
-
clearStencil
public static void clearStencil(int stencil)- Mappings:
Namespace Name Mixin selector official w
Ldkr;w(I)V
intermediary method_22087
Lnet/minecraft/class_4493;method_22087(I)V
named clearStencil
Lcom/mojang/blaze3d/platform/GlStateManager;clearStencil(I)V
-
clear
public static void clear(int mask, boolean getError)- Mappings:
Namespace Name Mixin selector official a
Ldkr;a(IZ)V
intermediary method_21965
Lnet/minecraft/class_4493;method_21965(IZ)V
named clear
Lcom/mojang/blaze3d/platform/GlStateManager;clear(IZ)V
-
matrixMode
Deprecated.- Mappings:
Namespace Name Mixin selector official x
Ldkr;x(I)V
intermediary method_21907
Lnet/minecraft/class_4493;method_21907(I)V
named matrixMode
Lcom/mojang/blaze3d/platform/GlStateManager;matrixMode(I)V
-
loadIdentity
Deprecated.- Mappings:
Namespace Name Mixin selector official P
Ldkr;P()V
intermediary method_21924
Lnet/minecraft/class_4493;method_21924()V
named loadIdentity
Lcom/mojang/blaze3d/platform/GlStateManager;loadIdentity()V
-
pushMatrix
Deprecated.- Mappings:
Namespace Name Mixin selector official Q
Ldkr;Q()V
intermediary method_21926
Lnet/minecraft/class_4493;method_21926()V
named pushMatrix
Lcom/mojang/blaze3d/platform/GlStateManager;pushMatrix()V
-
popMatrix
Deprecated.- Mappings:
Namespace Name Mixin selector official R
Ldkr;R()V
intermediary method_21928
Lnet/minecraft/class_4493;method_21928()V
named popMatrix
Lcom/mojang/blaze3d/platform/GlStateManager;popMatrix()V
-
getFloat
Deprecated.- Mappings:
Namespace Name Mixin selector official f
Ldkr;f(ILjava/nio/FloatBuffer;)V
intermediary method_21989
Lnet/minecraft/class_4493;method_21989(ILjava/nio/FloatBuffer;)V
named getFloat
Lcom/mojang/blaze3d/platform/GlStateManager;getFloat(ILjava/nio/FloatBuffer;)V
-
ortho
Deprecated.- Mappings:
Namespace Name Mixin selector official a
Ldkr;a(DDDDDD)V
intermediary method_21939
Lnet/minecraft/class_4493;method_21939(DDDDDD)V
named ortho
Lcom/mojang/blaze3d/platform/GlStateManager;ortho(DDDDDD)V
-
rotatef
Deprecated.- Mappings:
Namespace Name Mixin selector official c
Ldkr;c(FFFF)V
intermediary method_21981
Lnet/minecraft/class_4493;method_21981(FFFF)V
named rotatef
Lcom/mojang/blaze3d/platform/GlStateManager;rotatef(FFFF)V
-
scalef
Deprecated.- Mappings:
Namespace Name Mixin selector official b
Ldkr;b(FFF)V
intermediary method_21980
Lnet/minecraft/class_4493;method_21980(FFF)V
named scalef
Lcom/mojang/blaze3d/platform/GlStateManager;scalef(FFF)V
-
scaled
Deprecated.- Mappings:
Namespace Name Mixin selector official a
Ldkr;a(DDD)V
intermediary method_21937
Lnet/minecraft/class_4493;method_21937(DDD)V
named scaled
Lcom/mojang/blaze3d/platform/GlStateManager;scaled(DDD)V
-
translatef
Deprecated.- Mappings:
Namespace Name Mixin selector official c
Ldkr;c(FFF)V
intermediary method_21999
Lnet/minecraft/class_4493;method_21999(FFF)V
named translatef
Lcom/mojang/blaze3d/platform/GlStateManager;translatef(FFF)V
-
translated
Deprecated.- Mappings:
Namespace Name Mixin selector official b
Ldkr;b(DDD)V
intermediary method_21938
Lnet/minecraft/class_4493;method_21938(DDD)V
named translated
Lcom/mojang/blaze3d/platform/GlStateManager;translated(DDD)V
-
multMatrix
Deprecated.- Mappings:
Namespace Name Mixin selector official a
Ldkr;a(Ljava/nio/FloatBuffer;)V
intermediary method_21972
Lnet/minecraft/class_4493;method_21972(Ljava/nio/FloatBuffer;)V
named multMatrix
Lcom/mojang/blaze3d/platform/GlStateManager;multMatrix(Ljava/nio/FloatBuffer;)V
-
multMatrix
Deprecated.- Mappings:
Namespace Name Mixin selector official a
Ldkr;a(Lb;)V
intermediary method_21971
Lnet/minecraft/class_4493;method_21971(Lnet/minecraft/class_1159;)V
named multMatrix
Lcom/mojang/blaze3d/platform/GlStateManager;multMatrix(Lnet/minecraft/util/math/Matrix4f;)V
-
color4f
Deprecated.- Mappings:
Namespace Name Mixin selector official d
Ldkr;d(FFFF)V
intermediary method_22000
Lnet/minecraft/class_4493;method_22000(FFFF)V
named color4f
Lcom/mojang/blaze3d/platform/GlStateManager;color4f(FFFF)V
-
clearCurrentColor
Deprecated.- Mappings:
Namespace Name Mixin selector official S
Ldkr;S()V
intermediary method_21930
Lnet/minecraft/class_4493;method_21930()V
named clearCurrentColor
Lcom/mojang/blaze3d/platform/GlStateManager;clearCurrentColor()V
-
normalPointer
Deprecated.- Mappings:
Namespace Name Mixin selector official a
Ldkr;a(IIJ)V
intermediary method_22031
Lnet/minecraft/class_4493;method_22031(IIJ)V
named normalPointer
Lcom/mojang/blaze3d/platform/GlStateManager;normalPointer(IIJ)V
-
texCoordPointer
Deprecated.- Mappings:
Namespace Name Mixin selector official a
Ldkr;a(IIIJ)V
intermediary method_22032
Lnet/minecraft/class_4493;method_22032(IIIJ)V
named texCoordPointer
Lcom/mojang/blaze3d/platform/GlStateManager;texCoordPointer(IIIJ)V
-
vertexPointer
Deprecated.- Mappings:
Namespace Name Mixin selector official b
Ldkr;b(IIIJ)V
intermediary method_22038
Lnet/minecraft/class_4493;method_22038(IIIJ)V
named vertexPointer
Lcom/mojang/blaze3d/platform/GlStateManager;vertexPointer(IIIJ)V
-
colorPointer
Deprecated.- Mappings:
Namespace Name Mixin selector official c
Ldkr;c(IIIJ)V
intermediary method_22043
Lnet/minecraft/class_4493;method_22043(IIIJ)V
named colorPointer
Lcom/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 a
Ldkr;a(IIIZIJ)V
intermediary method_22609
Lnet/minecraft/class_4493;method_22609(IIIZIJ)V
named vertexAttribPointer
Lcom/mojang/blaze3d/platform/GlStateManager;vertexAttribPointer(IIIZIJ)V
-
enableClientState
Deprecated.- Mappings:
Namespace Name Mixin selector official y
Ldkr;y(I)V
intermediary method_21913
Lnet/minecraft/class_4493;method_21913(I)V
named enableClientState
Lcom/mojang/blaze3d/platform/GlStateManager;enableClientState(I)V
-
disableClientState
Deprecated.- Mappings:
Namespace Name Mixin selector official z
Ldkr;z(I)V
intermediary method_21911
Lnet/minecraft/class_4493;method_21911(I)V
named disableClientState
Lcom/mojang/blaze3d/platform/GlStateManager;disableClientState(I)V
-
enableVertexAttribArray
public static void enableVertexAttribArray(int index)- Mappings:
Namespace Name Mixin selector official A
Ldkr;A(I)V
intermediary method_22606
Lnet/minecraft/class_4493;method_22606(I)V
named enableVertexAttribArray
Lcom/mojang/blaze3d/platform/GlStateManager;enableVertexAttribArray(I)V
-
method_22607
public static void method_22607(int index)- Mappings:
Namespace Name Mixin selector official B
Ldkr;B(I)V
intermediary method_22607
Lnet/minecraft/class_4493;method_22607(I)V
named method_22607
Lcom/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 d
Ldkr;d(IIIJ)V
intermediary method_22037
Lnet/minecraft/class_4493;method_22037(IIIJ)V
named drawElements
Lcom/mojang/blaze3d/platform/GlStateManager;drawElements(IIIJ)V
-
lineWidth
public static void lineWidth(float width)- Mappings:
Namespace Name Mixin selector official d
Ldkr;d(F)V
intermediary method_22013
Lnet/minecraft/class_4493;method_22013(F)V
named lineWidth
Lcom/mojang/blaze3d/platform/GlStateManager;lineWidth(F)V
-
pixelStore
public static void pixelStore(int pname, int param)- Mappings:
Namespace Name Mixin selector official o
Ldkr;o(II)V
intermediary method_22067
Lnet/minecraft/class_4493;method_22067(II)V
named pixelStore
Lcom/mojang/blaze3d/platform/GlStateManager;pixelStore(II)V
-
pixelTransfer
public static void pixelTransfer(int pname, float param)- Mappings:
Namespace Name Mixin selector official b
Ldkr;b(IF)V
intermediary method_21983
Lnet/minecraft/class_4493;method_21983(IF)V
named pixelTransfer
Lcom/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 a
Ldkr;a(IIIIIILjava/nio/ByteBuffer;)V
intermediary method_21956
Lnet/minecraft/class_4493;method_21956(IIIIIILjava/nio/ByteBuffer;)V
named readPixels
Lcom/mojang/blaze3d/platform/GlStateManager;readPixels(IIIIIILjava/nio/ByteBuffer;)V
-
getError
public static int getError()- Mappings:
Namespace Name Mixin selector official T
Ldkr;T()I
intermediary method_21934
Lnet/minecraft/class_4493;method_21934()I
named getError
Lcom/mojang/blaze3d/platform/GlStateManager;getError()I
-
getString
- Mappings:
Namespace Name Mixin selector official C
Ldkr;C(I)Ljava/lang/String;
intermediary method_21921
Lnet/minecraft/class_4493;method_21921(I)Ljava/lang/String;
named getString
Lcom/mojang/blaze3d/platform/GlStateManager;getString(I)Ljava/lang/String;
-
getInteger
public static int getInteger(int pname)- Mappings:
Namespace Name Mixin selector official D
Ldkr;D(I)I
intermediary method_21923
Lnet/minecraft/class_4493;method_21923(I)I
named getInteger
Lcom/mojang/blaze3d/platform/GlStateManager;getInteger(I)I
-
supportsGl30
public static boolean supportsGl30()- Mappings:
Namespace Name Mixin selector official U
Ldkr;U()Z
intermediary method_29330
Lnet/minecraft/class_4493;method_29330()Z
named supportsGl30
Lcom/mojang/blaze3d/platform/GlStateManager;supportsGl30()Z
-