Package com.mojang.blaze3d.platform
Class GlStateManager
java.lang.Object
com.mojang.blaze3d.platform.GlStateManager
Allows calling the static methods in
GL11 without actually touching it- Mappings:
Namespace Name official bqgintermediary net/minecraft/class_2403named com/mojang/blaze3d/platform/GlStateManager
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static class(package private) static class(package private) static classstatic enumstatic enumstatic enumstatic enumstatic enumstatic enum(package private) static class(package private) static class(package private) static class(package private) static class(package private) static class(package private) static class(package private) static class(package private) static class(package private) static class(package private) static class(package private) static classstatic enum(package private) static class(package private) static class(package private) static class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static intStores the currently active textureprivate static final GlStateManager.AlphaTestStateStores the alpha test stateprivate static final GlStateManager.BlendFuncStateStores the blend stateprivate static final GlStateManager.ClearStateStores the color clear stateprivate static final GlStateManager.Color4Stores the color state in rgbaprivate static final GlStateManager.LogicOpStateStores the color logic stateprivate static final GlStateManager.ColorMaskStores the color mask stateprivate static final GlStateManager.ColorMaterialStateStores the color material stateprivate static final GlStateManager.CullFaceStateStores the cull stateprivate static final GlStateManager.DepthTestStateStores the depth testing stateprivate static final FloatBufferprivate static final FloatBufferprivate static final GlStateManager.FogStateStores the fog stateprivate static final GlStateManager.BooleanStateStores the lighting stateprivate static final GlStateManager.BooleanState[]Stores all lighting states in an arrayprivate static intStores the shading modeprivate static final GlStateManager.BooleanStateStores the normalization stateprivate static final GlStateManager.PolygonOffsetStateStores the polygon offset stateprivate static final GlStateManager.BooleanStateStores the normal rescale stateprivate static final GlStateManager.StencilStateStores the stencil stateprivate static final GlStateManager.TexGenStateStores the texture coordinate generation stateprivate static final GlStateManager.Texture2DState[]Stores all texture states in an array -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidactiveTexture(int texture) Sets the active texture unitstatic voidalphaFunc(int func, float ref) Sets the alpha test functionstatic voidbindTexture(int texture) Binds a certain specified texture to a texturing targetstatic voidblendFunc(int srcFactor, int dstFactor) Sets pixel arithmeticstatic voidblendFuncSeparate(int srcFactorRGB, int dstFactorRGB, int srcFactorAlpha, int dstFactorAlpha) Sets pixel arithmetic for RGB and alpha components separatelystatic voidcallList(int listId) Executes a display liststatic voidclear(int mode) Clears buffers to preset valuesstatic voidClears the current colorstatic voidclearColor(float red, float green, float blue, float alpha) Sets clear values for the color buffersstatic voidclearDepth(double depth) Sets the clear value for the depth bufferstatic voidcolor3f(float red, float green, float blue) Sets the current color without alphastatic voidcolor4f(float red, float green, float blue, float alpha) Sets the current colorstatic voidcolorMask(boolean red, boolean green, boolean blue, boolean alpha) Enables or Disables writing of frame buffer color componentsstatic voidcolorMaterial(int face, int mode) Causes a material color to track the current colorprivate static voidcullFace(int mode) Sets whether front- or back-facing facets can be culledstatic voiddeleteTexture(int texture) Deletes a certain specified texturestatic voiddepthFunc(int func) Sets the value used for depth buffer comparisonsstatic voiddepthMask(boolean mask) Enables or disables writing into the depth bufferstatic voidDisables alpha testingstatic voidEnables implementing transparency within objectsstatic voidDisables color index renderingstatic voidDisables tracking of the current color by the material colorstatic voidDisables Cullingstatic voidDisables depth testingstatic voidDisables fogstatic voiddisableLight(int index) Disables lighting for a certain elementstatic voidDisables lightingstatic voidDisables Normalizestatic voidDisables Polygon offsetstatic voidDisables rescalestatic voidDisables the generation of texture coordinatesstatic voidDisables active texture unitsstatic voidEnables alpha testingstatic voidDisables implementing transparency within objectsstatic voidEnables color index renderingstatic voidEnables tracking of the current color by the material colorstatic voidEnables cullingstatic voidEnables depth testingstatic voidEnabled fogstatic voidenableLight(int index) Enables lighting for a certain elementstatic voidEnables lightingstatic voidEnables normalizestatic voidEnables Polygon Offsetstatic voidEnables rescalestatic voidEnables active texture unitsstatic voidfogDensity(float density) Sets fog parametersstatic voidfogEnd(float end) Sets fog parametersprivate static voidfogMode(int mode) Sets fog parametersstatic voidfogStart(float start) Sets fog parametersstatic voidgenTex(GlStateManager.TexCoord coord, int mode) Allows controlling the generation of texture coordinatesstatic voidgenTex(GlStateManager.TexCoord coord, int mode, FloatBuffer buffer) Allows controling the generation of texture coordinates with a float bufferstatic voidgetFloat(int mode, FloatBuffer buffer) Gets a float for a float bufferprivate static GlStateManager.TexGenCoordStateRetrieves texture coordinate generation statestatic intGenerates texture namesstatic voidReplaces the current matrix with the identity matrixstatic voidlogicOp(int op) Sets a logical pixel operation for color index renderingstatic voidmatrixMode(int mode) Allows specifying which matrix is the current matrixstatic voidstatic voidstatic intstatic voidmethod_12272(float float2, float float3, float float4) static voidmethod_12273(int int2, int int3, float float2) static voidmethod_12274(int int2, int int3, int int4) static voidmethod_12275(int int2, int int3, int int4, int int5, int int6, int int7, int int8, int int9) static voidmethod_12276(int int2, int int3, int int4, int int5, int int6, int int7, int int8, int int9, IntBuffer intBuffer) static voidmethod_12277(int int2, int int3, int int4, int int5, int int6, int int7, IntBuffer intBuffer) static voidmethod_12278(int int2, int int3, int int4, int int5, IntBuffer intBuffer) static voidmethod_12279(int int2, int int3, int int4, ByteBuffer byteBuffer) static voidmethod_12280(int int2, int int3, ByteBuffer byteBuffer) static voidmethod_12281(int int2, int int3, FloatBuffer floatBuffer) static voidmethod_12282(int int2, FloatBuffer floatBuffer) static voidmethod_12283(int int2, IntBuffer intBuffer) static voidmethod_12284(GlStateManager.class_2865 class_2865) static voidmethod_12285(GlStateManager.class_2867 class_2867) static voidmethod_12286(GlStateManager.class_2869 class_2869) static voidmethod_12287(GlStateManager.class_2870 class_2870, GlStateManager.class_2866 class_2866) static voidmethod_12288(GlStateManager.class_2870 class_2870, GlStateManager.class_2866 class_2866, GlStateManager.class_2870 class_28702, GlStateManager.class_2866 class_28662) static voidmethod_12289(GlStateManager.TexCoord texCoord) static FloatBuffermethod_12290(FloatBuffer floatBuffer, org.lwjgl.util.vector.Quaternion quaternion) static voidmethod_12291(org.lwjgl.util.vector.Quaternion quaternion) static voidmethod_12292(float float2, float float3) static voidmethod_12293(int int2, int int3, float float2) static voidmethod_12294(int int2, int int3, int int4) static voidmethod_12295(int int2, int int3, int int4, int int5, int int6, int int7, int int8, int int9, IntBuffer intBuffer) static voidmethod_12296(int int2, int int3, int int4, ByteBuffer byteBuffer) static voidmethod_12297(int int2, int int3, FloatBuffer floatBuffer) static voidmethod_12298(int int2, FloatBuffer floatBuffer) static voidmethod_12299(GlStateManager.class_2869 class_2869) static voidmethod_12300(int int2, int int3) static intmethod_12301(int int2, int int3, int int4) static voidmethod_12302(int int2, int int3, int int4, int int5) static voidmethod_12303(int int2, int int3, int int4, ByteBuffer byteBuffer) static voidmethod_12304(float float2) static voidmethod_12305(int int2) static voidmethod_12306(int int2, int int3) static voidmethod_12307(int int2, int int3, int int4, int int5) static voidmethod_12308(float float2, float float3, float float4) static voidmethod_12309(int int2) static voidmethod_12310(int int2, int int3) static voidmethod_12311(int int2, int int3, int int4, int int5) static voidmethod_12312(int int2, int int3) static voidmethod_12313(int int2, int int3, int int4) static voidmethod_12314(int int2, int int3) static voidstatic voidmethod_12316(int int2) static voidmethod_12317(int int2) static voidmethod_12318(int int2) static intmethod_12319(int int2) static Stringmethod_12320(int int2) static intmethod_12321(int int2) static voidmethod_9807(GlStateManager.class_2868 class_2868) static voidmultiMatrix(FloatBuffer buffer) Multiplies the current matrix with the specified matrixstatic voidortho(double l, double r, double b, double t, double n, double f) Multiplies the current matrix with an orthographic matrixstatic voidpolygonOffset(float factor, float units) Sets the scale and units used to calculate depth valuesstatic voidPops the attribute stackstatic voidPops the current matrix stackstatic voidPushes the attribute stackstatic voidPushes the current matrix stackstatic voidrotatef(float angle, float x, float y, float z) Multiplies the current matrix by a rotation matrixstatic voidscaled(double x, double y, double z) Multiplies the current matrix by a general scaling matrixstatic voidscalef(float x, float y, float z) Multiplies the current matrix by a general scaling matrixstatic voidshadeModel(int mode) Sets shading mode as flat or smoothstatic voidtranslated(double x, double y, double z) Multiplies the current matrix by a translation matrixstatic voidtranslatef(float x, float y, float z) Multiplies the current matrix by a translation matrixstatic voidviewPort(int x, int y, int width, int height) Sets the viewport
-
Field Details
-
field_13464
- Mappings:
Namespace Name Mixin selector official aLbqg;a:Ljava/nio/FloatBuffer;intermediary field_13464Lnet/minecraft/class_2403;field_13464:Ljava/nio/FloatBuffer;named field_13464Lcom/mojang/blaze3d/platform/GlStateManager;field_13464:Ljava/nio/FloatBuffer;
-
field_13465
- Mappings:
Namespace Name Mixin selector official bLbqg;b:Ljava/nio/FloatBuffer;intermediary field_13465Lnet/minecraft/class_2403;field_13465:Ljava/nio/FloatBuffer;named field_13465Lcom/mojang/blaze3d/platform/GlStateManager;field_13465:Ljava/nio/FloatBuffer;
-
ALPHA_TEST
Stores the alpha test state- Mappings:
Namespace Name Mixin selector official cLbqg;c:Lbqg$a;intermediary field_10708Lnet/minecraft/class_2403;field_10708:Lnet/minecraft/class_2403$class_2404;named ALPHA_TESTLcom/mojang/blaze3d/platform/GlStateManager;ALPHA_TEST:Lcom/mojang/blaze3d/platform/GlStateManager$AlphaTestState;
-
LIGHTING
Stores the lighting state- Mappings:
Namespace Name Mixin selector official dLbqg;d:Lbqg$c;intermediary field_10709Lnet/minecraft/class_2403;field_10709:Lnet/minecraft/class_2403$class_2406;named LIGHTINGLcom/mojang/blaze3d/platform/GlStateManager;LIGHTING:Lcom/mojang/blaze3d/platform/GlStateManager$BooleanState;
-
LIGHTING_STATES
Stores all lighting states in an array- Mappings:
Namespace Name Mixin selector official eLbqg;e:[Lbqg$c;intermediary field_10710Lnet/minecraft/class_2403;field_10710:[Lnet/minecraft/class_2403$class_2406;named LIGHTING_STATESLcom/mojang/blaze3d/platform/GlStateManager;LIGHTING_STATES:[Lcom/mojang/blaze3d/platform/GlStateManager$BooleanState;
-
COLOR_MATERIAL
Stores the color material state- Mappings:
Namespace Name Mixin selector official fLbqg;f:Lbqg$h;intermediary field_10711Lnet/minecraft/class_2403;field_10711:Lnet/minecraft/class_2403$class_2411;named COLOR_MATERIALLcom/mojang/blaze3d/platform/GlStateManager;COLOR_MATERIAL:Lcom/mojang/blaze3d/platform/GlStateManager$ColorMaterialState;
-
BLEND
Stores the blend state- Mappings:
Namespace Name Mixin selector official gLbqg;g:Lbqg$b;intermediary field_10712Lnet/minecraft/class_2403;field_10712:Lnet/minecraft/class_2403$class_2405;named BLENDLcom/mojang/blaze3d/platform/GlStateManager;BLEND:Lcom/mojang/blaze3d/platform/GlStateManager$BlendFuncState;
-
DEPTH
Stores the depth testing state- Mappings:
Namespace Name Mixin selector official hLbqg;h:Lbqg$k;intermediary field_10713Lnet/minecraft/class_2403;field_10713:Lnet/minecraft/class_2403$class_2413;named DEPTHLcom/mojang/blaze3d/platform/GlStateManager;DEPTH:Lcom/mojang/blaze3d/platform/GlStateManager$DepthTestState;
-
FOG
Stores the fog state- Mappings:
Namespace Name Mixin selector official iLbqg;i:Lbqg$n;intermediary field_10714Lnet/minecraft/class_2403;field_10714:Lnet/minecraft/class_2403$class_2414;named FOGLcom/mojang/blaze3d/platform/GlStateManager;FOG:Lcom/mojang/blaze3d/platform/GlStateManager$FogState;
-
CULL
Stores the cull state- Mappings:
Namespace Name Mixin selector official jLbqg;j:Lbqg$j;intermediary field_10715Lnet/minecraft/class_2403;field_10715:Lnet/minecraft/class_2403$class_2412;named CULLLcom/mojang/blaze3d/platform/GlStateManager;CULL:Lcom/mojang/blaze3d/platform/GlStateManager$CullFaceState;
-
POLY_OFFSET
Stores the polygon offset state- Mappings:
Namespace Name Mixin selector official kLbqg;k:Lbqg$p;intermediary field_10716Lnet/minecraft/class_2403;field_10716:Lnet/minecraft/class_2403$class_2415;named POLY_OFFSETLcom/mojang/blaze3d/platform/GlStateManager;POLY_OFFSET:Lcom/mojang/blaze3d/platform/GlStateManager$PolygonOffsetState;
-
COLOR_LOGIC
Stores the color logic state- Mappings:
Namespace Name Mixin selector official lLbqg;l:Lbqg$f;intermediary field_10717Lnet/minecraft/class_2403;field_10717:Lnet/minecraft/class_2403$class_2409;named COLOR_LOGICLcom/mojang/blaze3d/platform/GlStateManager;COLOR_LOGIC:Lcom/mojang/blaze3d/platform/GlStateManager$LogicOpState;
-
TEX_GEN
Stores the texture coordinate generation state- Mappings:
Namespace Name Mixin selector official mLbqg;m:Lbqg$w;intermediary field_10718Lnet/minecraft/class_2403;field_10718:Lnet/minecraft/class_2403$class_2420;named TEX_GENLcom/mojang/blaze3d/platform/GlStateManager;TEX_GEN:Lcom/mojang/blaze3d/platform/GlStateManager$TexGenState;
-
CLEAR
Stores the color clear state- Mappings:
Namespace Name Mixin selector official nLbqg;n:Lbqg$d;intermediary field_10719Lnet/minecraft/class_2403;field_10719:Lnet/minecraft/class_2403$class_2407;named CLEARLcom/mojang/blaze3d/platform/GlStateManager;CLEAR:Lcom/mojang/blaze3d/platform/GlStateManager$ClearState;
-
STENCIL
Stores the stencil state- Mappings:
Namespace Name Mixin selector official oLbqg;o:Lbqg$t;intermediary field_10720Lnet/minecraft/class_2403;field_10720:Lnet/minecraft/class_2403$class_2417;named STENCILLcom/mojang/blaze3d/platform/GlStateManager;STENCIL:Lcom/mojang/blaze3d/platform/GlStateManager$StencilState;
-
NORMALIZE
Stores the normalization state- Mappings:
Namespace Name Mixin selector official pLbqg;p:Lbqg$c;intermediary field_10721Lnet/minecraft/class_2403;field_10721:Lnet/minecraft/class_2403$class_2406;named NORMALIZELcom/mojang/blaze3d/platform/GlStateManager;NORMALIZE:Lcom/mojang/blaze3d/platform/GlStateManager$BooleanState;
-
activeTexture
private static int activeTextureStores the currently active texture- Mappings:
Namespace Name Mixin selector official qLbqg;q:Iintermediary field_10722Lnet/minecraft/class_2403;field_10722:Inamed activeTextureLcom/mojang/blaze3d/platform/GlStateManager;activeTexture:I
-
TEXTURES
Stores all texture states in an array- Mappings:
Namespace Name Mixin selector official rLbqg;r:[Lbqg$x;intermediary field_10723Lnet/minecraft/class_2403;field_10723:[Lnet/minecraft/class_2403$class_2421;named TEXTURESLcom/mojang/blaze3d/platform/GlStateManager;TEXTURES:[Lcom/mojang/blaze3d/platform/GlStateManager$Texture2DState;
-
modelShadeMode
private static int modelShadeModeStores the shading mode- Mappings:
Namespace Name Mixin selector official sLbqg;s:Iintermediary field_10724Lnet/minecraft/class_2403;field_10724:Inamed modelShadeModeLcom/mojang/blaze3d/platform/GlStateManager;modelShadeMode:I
-
RESCALE_NORMAL
Stores the normal rescale state- Mappings:
Namespace Name Mixin selector official tLbqg;t:Lbqg$c;intermediary field_10725Lnet/minecraft/class_2403;field_10725:Lnet/minecraft/class_2403$class_2406;named RESCALE_NORMALLcom/mojang/blaze3d/platform/GlStateManager;RESCALE_NORMAL:Lcom/mojang/blaze3d/platform/GlStateManager$BooleanState;
-
COLOR_MASK
Stores the color mask state- Mappings:
Namespace Name Mixin selector official uLbqg;u:Lbqg$g;intermediary field_10726Lnet/minecraft/class_2403;field_10726:Lnet/minecraft/class_2403$class_2410;named COLOR_MASKLcom/mojang/blaze3d/platform/GlStateManager;COLOR_MASK:Lcom/mojang/blaze3d/platform/GlStateManager$ColorMask;
-
COLOR
Stores the color state in rgba- Mappings:
Namespace Name Mixin selector official vLbqg;v:Lbqg$e;intermediary field_10727Lnet/minecraft/class_2403;field_10727:Lnet/minecraft/class_2403$class_2408;named COLORLcom/mojang/blaze3d/platform/GlStateManager;COLOR:Lcom/mojang/blaze3d/platform/GlStateManager$Color4;
-
-
Constructor Details
-
GlStateManager
public GlStateManager()
-
-
Method Details
-
pushLightingAttributes
public static void pushLightingAttributes()Pushes the attribute stack- Mappings:
Namespace Name Mixin selector official aLbqg;a()Vintermediary method_9794Lnet/minecraft/class_2403;method_9794()Vnamed pushLightingAttributesLcom/mojang/blaze3d/platform/GlStateManager;pushLightingAttributes()V
-
popAttributes
public static void popAttributes()Pops the attribute stack- Mappings:
Namespace Name Mixin selector official cLbqg;c()Vintermediary method_9813Lnet/minecraft/class_2403;method_9813()Vnamed popAttributesLcom/mojang/blaze3d/platform/GlStateManager;popAttributes()V
-
disableAlphaTest
public static void disableAlphaTest()Disables alpha testing- Mappings:
Namespace Name Mixin selector official dLbqg;d()Vintermediary method_9822Lnet/minecraft/class_2403;method_9822()Vnamed disableAlphaTestLcom/mojang/blaze3d/platform/GlStateManager;disableAlphaTest()V
-
enableAlphaTest
public static void enableAlphaTest()Enables alpha testing- Mappings:
Namespace Name Mixin selector official eLbqg;e()Vintermediary method_9828Lnet/minecraft/class_2403;method_9828()Vnamed enableAlphaTestLcom/mojang/blaze3d/platform/GlStateManager;enableAlphaTest()V
-
alphaFunc
public static void alphaFunc(int func, float ref) Sets the alpha test function- Mappings:
Namespace Name Mixin selector official aLbqg;a(IF)Vintermediary method_9803Lnet/minecraft/class_2403;method_9803(IF)Vnamed alphaFuncLcom/mojang/blaze3d/platform/GlStateManager;alphaFunc(IF)V
-
enableLighting
public static void enableLighting()Enables lighting- Mappings:
Namespace Name Mixin selector official fLbqg;f()Vintermediary method_9830Lnet/minecraft/class_2403;method_9830()Vnamed enableLightingLcom/mojang/blaze3d/platform/GlStateManager;enableLighting()V
-
disableLighting
public static void disableLighting()Disables lighting- Mappings:
Namespace Name Mixin selector official gLbqg;g()Vintermediary method_9832Lnet/minecraft/class_2403;method_9832()Vnamed disableLightingLcom/mojang/blaze3d/platform/GlStateManager;disableLighting()V
-
enableLight
public static void enableLight(int index) Enables lighting for a certain element- Mappings:
Namespace Name Mixin selector official aLbqg;a(I)Vintermediary method_9802Lnet/minecraft/class_2403;method_9802(I)Vnamed enableLightLcom/mojang/blaze3d/platform/GlStateManager;enableLight(I)V
-
disableLight
public static void disableLight(int index) Disables lighting for a certain element- Mappings:
Namespace Name Mixin selector official bLbqg;b(I)Vintermediary method_9818Lnet/minecraft/class_2403;method_9818(I)Vnamed disableLightLcom/mojang/blaze3d/platform/GlStateManager;disableLight(I)V
-
enableColorMaterial
public static void enableColorMaterial()Enables tracking of the current color by the material color- Mappings:
Namespace Name Mixin selector official hLbqg;h()Vintermediary method_9834Lnet/minecraft/class_2403;method_9834()Vnamed enableColorMaterialLcom/mojang/blaze3d/platform/GlStateManager;enableColorMaterial()V
-
disableColorMaterial
public static void disableColorMaterial()Disables tracking of the current color by the material color- Mappings:
Namespace Name Mixin selector official iLbqg;i()Vintermediary method_9836Lnet/minecraft/class_2403;method_9836()Vnamed disableColorMaterialLcom/mojang/blaze3d/platform/GlStateManager;disableColorMaterial()V
-
colorMaterial
public static void colorMaterial(int face, int mode) Causes a material color to track the current color- Mappings:
Namespace Name Mixin selector official aLbqg;a(II)Vintermediary method_9804Lnet/minecraft/class_2403;method_9804(II)Vnamed colorMaterialLcom/mojang/blaze3d/platform/GlStateManager;colorMaterial(II)V
-
method_12281
- Mappings:
Namespace Name Mixin selector official aLbqg;a(IILjava/nio/FloatBuffer;)Vintermediary method_12281Lnet/minecraft/class_2403;method_12281(IILjava/nio/FloatBuffer;)Vnamed method_12281Lcom/mojang/blaze3d/platform/GlStateManager;method_12281(IILjava/nio/FloatBuffer;)V
-
method_12282
- Mappings:
Namespace Name Mixin selector official aLbqg;a(ILjava/nio/FloatBuffer;)Vintermediary method_12282Lnet/minecraft/class_2403;method_12282(ILjava/nio/FloatBuffer;)Vnamed method_12282Lcom/mojang/blaze3d/platform/GlStateManager;method_12282(ILjava/nio/FloatBuffer;)V
-
method_12272
public static void method_12272(float float2, float float3, float float4) - Mappings:
Namespace Name Mixin selector official aLbqg;a(FFF)Vintermediary method_12272Lnet/minecraft/class_2403;method_12272(FFF)Vnamed method_12272Lcom/mojang/blaze3d/platform/GlStateManager;method_12272(FFF)V
-
disableDepthTest
public static void disableDepthTest()Disables depth testing- Mappings:
Namespace Name Mixin selector official jLbqg;j()Vintermediary method_9838Lnet/minecraft/class_2403;method_9838()Vnamed disableDepthTestLcom/mojang/blaze3d/platform/GlStateManager;disableDepthTest()V
-
enableDepthTest
public static void enableDepthTest()Enables depth testing- Mappings:
Namespace Name Mixin selector official kLbqg;k()Vintermediary method_9840Lnet/minecraft/class_2403;method_9840()Vnamed enableDepthTestLcom/mojang/blaze3d/platform/GlStateManager;enableDepthTest()V
-
depthFunc
public static void depthFunc(int func) Sets the value used for depth buffer comparisons- Mappings:
Namespace Name Mixin selector official cLbqg;c(I)Vintermediary method_9826Lnet/minecraft/class_2403;method_9826(I)Vnamed depthFuncLcom/mojang/blaze3d/platform/GlStateManager;depthFunc(I)V
-
depthMask
public static void depthMask(boolean mask) Enables or disables writing into the depth buffer- Mappings:
Namespace Name Mixin selector official aLbqg;a(Z)Vintermediary method_9811Lnet/minecraft/class_2403;method_9811(Z)Vnamed depthMaskLcom/mojang/blaze3d/platform/GlStateManager;depthMask(Z)V
-
disableBlend
public static void disableBlend()Enables implementing transparency within objects- Mappings:
Namespace Name Mixin selector official lLbqg;l()Vintermediary method_9842Lnet/minecraft/class_2403;method_9842()Vnamed disableBlendLcom/mojang/blaze3d/platform/GlStateManager;disableBlend()V
-
enableBlend
public static void enableBlend()Disables implementing transparency within objects- Mappings:
Namespace Name Mixin selector official mLbqg;m()Vintermediary method_9843Lnet/minecraft/class_2403;method_9843()Vnamed enableBlendLcom/mojang/blaze3d/platform/GlStateManager;enableBlend()V
-
method_12287
public static void method_12287(GlStateManager.class_2870 class_2870, GlStateManager.class_2866 class_2866) - Mappings:
Namespace Name Mixin selector official aLbqg;a(Lbqg$r;Lbqg$l;)Vintermediary method_12287Lnet/minecraft/class_2403;method_12287(Lnet/minecraft/class_2403$class_2870;Lnet/minecraft/class_2403$class_2866;)Vnamed method_12287Lcom/mojang/blaze3d/platform/GlStateManager;method_12287(Lcom/mojang/blaze3d/platform/GlStateManager$class_2870;Lcom/mojang/blaze3d/platform/GlStateManager$class_2866;)V
-
blendFunc
public static void blendFunc(int srcFactor, int dstFactor) Sets pixel arithmetic- Mappings:
Namespace Name Mixin selector official bLbqg;b(II)Vintermediary method_9819Lnet/minecraft/class_2403;method_9819(II)Vnamed blendFuncLcom/mojang/blaze3d/platform/GlStateManager;blendFunc(II)V
-
method_12288
public static void method_12288(GlStateManager.class_2870 class_2870, GlStateManager.class_2866 class_2866, GlStateManager.class_2870 class_28702, GlStateManager.class_2866 class_28662) - Mappings:
Namespace Name Mixin selector official aLbqg;a(Lbqg$r;Lbqg$l;Lbqg$r;Lbqg$l;)Vintermediary method_12288Lnet/minecraft/class_2403;method_12288(Lnet/minecraft/class_2403$class_2870;Lnet/minecraft/class_2403$class_2866;Lnet/minecraft/class_2403$class_2870;Lnet/minecraft/class_2403$class_2866;)Vnamed method_12288Lcom/mojang/blaze3d/platform/GlStateManager;method_12288(Lcom/mojang/blaze3d/platform/GlStateManager$class_2870;Lcom/mojang/blaze3d/platform/GlStateManager$class_2866;Lcom/mojang/blaze3d/platform/GlStateManager$class_2870;Lcom/mojang/blaze3d/platform/GlStateManager$class_2866;)V
-
blendFuncSeparate
public static void blendFuncSeparate(int srcFactorRGB, int dstFactorRGB, int srcFactorAlpha, int dstFactorAlpha) Sets pixel arithmetic for RGB and alpha components separately- Mappings:
Namespace Name Mixin selector official aLbqg;a(IIII)Vintermediary method_9805Lnet/minecraft/class_2403;method_9805(IIII)Vnamed blendFuncSeparateLcom/mojang/blaze3d/platform/GlStateManager;blendFuncSeparate(IIII)V
-
method_12305
public static void method_12305(int int2) - Mappings:
Namespace Name Mixin selector official dLbqg;d(I)Vintermediary method_12305Lnet/minecraft/class_2403;method_12305(I)Vnamed method_12305Lcom/mojang/blaze3d/platform/GlStateManager;method_12305(I)V
-
method_12309
public static void method_12309(int int2) - Mappings:
Namespace Name Mixin selector official eLbqg;e(I)Vintermediary method_12309Lnet/minecraft/class_2403;method_12309(I)Vnamed method_12309Lcom/mojang/blaze3d/platform/GlStateManager;method_12309(I)V
-
method_12315
public static void method_12315()- Mappings:
Namespace Name Mixin selector official nLbqg;n()Vintermediary method_12315Lnet/minecraft/class_2403;method_12315()Vnamed method_12315Lcom/mojang/blaze3d/platform/GlStateManager;method_12315()V
-
enableFog
public static void enableFog()Enabled fog- Mappings:
Namespace Name Mixin selector official oLbqg;o()Vintermediary method_9844Lnet/minecraft/class_2403;method_9844()Vnamed enableFogLcom/mojang/blaze3d/platform/GlStateManager;enableFog()V
-
disableFog
public static void disableFog()Disables fog- Mappings:
Namespace Name Mixin selector official pLbqg;p()Vintermediary method_9846Lnet/minecraft/class_2403;method_9846()Vnamed disableFogLcom/mojang/blaze3d/platform/GlStateManager;disableFog()V
-
method_12285
- Mappings:
Namespace Name Mixin selector official aLbqg;a(Lbqg$m;)Vintermediary method_12285Lnet/minecraft/class_2403;method_12285(Lnet/minecraft/class_2403$class_2867;)Vnamed method_12285Lcom/mojang/blaze3d/platform/GlStateManager;method_12285(Lcom/mojang/blaze3d/platform/GlStateManager$class_2867;)V
-
fogMode
private static void fogMode(int mode) Sets fog parameters- Mappings:
Namespace Name Mixin selector official wLbqg;w(I)Vintermediary method_9829Lnet/minecraft/class_2403;method_9829(I)Vnamed fogModeLcom/mojang/blaze3d/platform/GlStateManager;fogMode(I)V
-
fogDensity
public static void fogDensity(float density) Sets fog parameters- Mappings:
Namespace Name Mixin selector official aLbqg;a(F)Vintermediary method_9798Lnet/minecraft/class_2403;method_9798(F)Vnamed fogDensityLcom/mojang/blaze3d/platform/GlStateManager;fogDensity(F)V
-
fogStart
public static void fogStart(float start) Sets fog parameters- Mappings:
Namespace Name Mixin selector official bLbqg;b(F)Vintermediary method_9815Lnet/minecraft/class_2403;method_9815(F)Vnamed fogStartLcom/mojang/blaze3d/platform/GlStateManager;fogStart(F)V
-
fogEnd
public static void fogEnd(float end) Sets fog parameters- Mappings:
Namespace Name Mixin selector official cLbqg;c(F)Vintermediary method_9823Lnet/minecraft/class_2403;method_9823(F)Vnamed fogEndLcom/mojang/blaze3d/platform/GlStateManager;fogEnd(F)V
-
method_12298
- Mappings:
Namespace Name Mixin selector official bLbqg;b(ILjava/nio/FloatBuffer;)Vintermediary method_12298Lnet/minecraft/class_2403;method_12298(ILjava/nio/FloatBuffer;)Vnamed method_12298Lcom/mojang/blaze3d/platform/GlStateManager;method_12298(ILjava/nio/FloatBuffer;)V
-
method_12300
public static void method_12300(int int2, int int3) - Mappings:
Namespace Name Mixin selector official cLbqg;c(II)Vintermediary method_12300Lnet/minecraft/class_2403;method_12300(II)Vnamed method_12300Lcom/mojang/blaze3d/platform/GlStateManager;method_12300(II)V
-
enableCull
public static void enableCull()Enables culling- Mappings:
Namespace Name Mixin selector official qLbqg;q()Vintermediary method_9848Lnet/minecraft/class_2403;method_9848()Vnamed enableCullLcom/mojang/blaze3d/platform/GlStateManager;enableCull()V
-
disableCull
public static void disableCull()Disables Culling- Mappings:
Namespace Name Mixin selector official rLbqg;r()Vintermediary method_9850Lnet/minecraft/class_2403;method_9850()Vnamed disableCullLcom/mojang/blaze3d/platform/GlStateManager;disableCull()V
-
method_12284
- Mappings:
Namespace Name Mixin selector official aLbqg;a(Lbqg$i;)Vintermediary method_12284Lnet/minecraft/class_2403;method_12284(Lnet/minecraft/class_2403$class_2865;)Vnamed method_12284Lcom/mojang/blaze3d/platform/GlStateManager;method_12284(Lcom/mojang/blaze3d/platform/GlStateManager$class_2865;)V
-
cullFace
private static void cullFace(int mode) Sets whether front- or back-facing facets can be culled- Mappings:
Namespace Name Mixin selector official xLbqg;x(I)Vintermediary method_9831Lnet/minecraft/class_2403;method_9831(I)Vnamed cullFaceLcom/mojang/blaze3d/platform/GlStateManager;cullFace(I)V
-
method_12306
public static void method_12306(int int2, int int3) - Mappings:
Namespace Name Mixin selector official dLbqg;d(II)Vintermediary method_12306Lnet/minecraft/class_2403;method_12306(II)Vnamed method_12306Lcom/mojang/blaze3d/platform/GlStateManager;method_12306(II)V
-
enablePolyOffset
public static void enablePolyOffset()Enables Polygon Offset- Mappings:
Namespace Name Mixin selector official sLbqg;s()Vintermediary method_9851Lnet/minecraft/class_2403;method_9851()Vnamed enablePolyOffsetLcom/mojang/blaze3d/platform/GlStateManager;enablePolyOffset()V
-
disablePolyOffset
public static void disablePolyOffset()Disables Polygon offset- Mappings:
Namespace Name Mixin selector official tLbqg;t()Vintermediary method_9852Lnet/minecraft/class_2403;method_9852()Vnamed disablePolyOffsetLcom/mojang/blaze3d/platform/GlStateManager;disablePolyOffset()V
-
polygonOffset
public static void polygonOffset(float factor, float units) Sets the scale and units used to calculate depth values- Mappings:
Namespace Name Mixin selector official aLbqg;a(FF)Vintermediary method_9799Lnet/minecraft/class_2403;method_9799(FF)Vnamed polygonOffsetLcom/mojang/blaze3d/platform/GlStateManager;polygonOffset(FF)V
-
enableColorLogic
public static void enableColorLogic()Enables color index rendering- Mappings:
Namespace Name Mixin selector official wLbqg;w()Vintermediary method_9853Lnet/minecraft/class_2403;method_9853()Vnamed enableColorLogicLcom/mojang/blaze3d/platform/GlStateManager;enableColorLogic()V
-
disableColorLogic
public static void disableColorLogic()Disables color index rendering- Mappings:
Namespace Name Mixin selector official xLbqg;x()Vintermediary method_9854Lnet/minecraft/class_2403;method_9854()Vnamed disableColorLogicLcom/mojang/blaze3d/platform/GlStateManager;disableColorLogic()V
-
method_9807
- Mappings:
Namespace Name Mixin selector official aLbqg;a(Lbqg$o;)Vintermediary method_9807Lnet/minecraft/class_2403;method_9807(Lnet/minecraft/class_2403$class_2868;)Vnamed method_9807Lcom/mojang/blaze3d/platform/GlStateManager;method_9807(Lcom/mojang/blaze3d/platform/GlStateManager$class_2868;)V
-
logicOp
public static void logicOp(int op) Sets a logical pixel operation for color index rendering- Mappings:
Namespace Name Mixin selector official fLbqg;f(I)Vintermediary method_9833Lnet/minecraft/class_2403;method_9833(I)Vnamed logicOpLcom/mojang/blaze3d/platform/GlStateManager;logicOp(I)V
-
method_12289
- Mappings:
Namespace Name Mixin selector official aLbqg;a(Lbqg$u;)Vintermediary method_12289Lnet/minecraft/class_2403;method_12289(Lnet/minecraft/class_2403$class_2418;)Vnamed method_12289Lcom/mojang/blaze3d/platform/GlStateManager;method_12289(Lcom/mojang/blaze3d/platform/GlStateManager$TexCoord;)V
-
disableTexCoord
Disables the generation of texture coordinates- Mappings:
Namespace Name Mixin selector official bLbqg;b(Lbqg$u;)Vintermediary method_9821Lnet/minecraft/class_2403;method_9821(Lnet/minecraft/class_2403$class_2418;)Vnamed disableTexCoordLcom/mojang/blaze3d/platform/GlStateManager;disableTexCoord(Lcom/mojang/blaze3d/platform/GlStateManager$TexCoord;)V
-
genTex
Allows controlling the generation of texture coordinates- Mappings:
Namespace Name Mixin selector official aLbqg;a(Lbqg$u;I)Vintermediary method_9808Lnet/minecraft/class_2403;method_9808(Lnet/minecraft/class_2403$class_2418;I)Vnamed genTexLcom/mojang/blaze3d/platform/GlStateManager;genTex(Lcom/mojang/blaze3d/platform/GlStateManager$TexCoord;I)V
-
genTex
Allows controling the generation of texture coordinates with a float buffer- Mappings:
Namespace Name Mixin selector official aLbqg;a(Lbqg$u;ILjava/nio/FloatBuffer;)Vintermediary method_9809Lnet/minecraft/class_2403;method_9809(Lnet/minecraft/class_2403$class_2418;ILjava/nio/FloatBuffer;)Vnamed genTexLcom/mojang/blaze3d/platform/GlStateManager;genTex(Lcom/mojang/blaze3d/platform/GlStateManager$TexCoord;ILjava/nio/FloatBuffer;)V
-
getGenCoordState
Retrieves texture coordinate generation state- Mappings:
Namespace Name Mixin selector official cLbqg;c(Lbqg$u;)Lbqg$v;intermediary method_9827Lnet/minecraft/class_2403;method_9827(Lnet/minecraft/class_2403$class_2418;)Lnet/minecraft/class_2403$class_2419;named getGenCoordStateLcom/mojang/blaze3d/platform/GlStateManager;getGenCoordState(Lcom/mojang/blaze3d/platform/GlStateManager$TexCoord;)Lcom/mojang/blaze3d/platform/GlStateManager$TexGenCoordState;
-
activeTexture
public static void activeTexture(int texture) Sets the active texture unit- Mappings:
Namespace Name Mixin selector official gLbqg;g(I)Vintermediary method_9835Lnet/minecraft/class_2403;method_9835(I)Vnamed activeTextureLcom/mojang/blaze3d/platform/GlStateManager;activeTexture(I)V
-
enableTexture
public static void enableTexture()Enables active texture units- Mappings:
Namespace Name Mixin selector official yLbqg;y()Vintermediary method_9855Lnet/minecraft/class_2403;method_9855()Vnamed enableTextureLcom/mojang/blaze3d/platform/GlStateManager;enableTexture()V
-
disableTexture
public static void disableTexture()Disables active texture units- Mappings:
Namespace Name Mixin selector official zLbqg;z()Vintermediary method_9856Lnet/minecraft/class_2403;method_9856()Vnamed disableTextureLcom/mojang/blaze3d/platform/GlStateManager;disableTexture()V
-
method_12297
- Mappings:
Namespace Name Mixin selector official bLbqg;b(IILjava/nio/FloatBuffer;)Vintermediary method_12297Lnet/minecraft/class_2403;method_12297(IILjava/nio/FloatBuffer;)Vnamed method_12297Lcom/mojang/blaze3d/platform/GlStateManager;method_12297(IILjava/nio/FloatBuffer;)V
-
method_12274
public static void method_12274(int int2, int int3, int int4) - Mappings:
Namespace Name Mixin selector official aLbqg;a(III)Vintermediary method_12274Lnet/minecraft/class_2403;method_12274(III)Vnamed method_12274Lcom/mojang/blaze3d/platform/GlStateManager;method_12274(III)V
-
method_12273
public static void method_12273(int int2, int int3, float float2) - Mappings:
Namespace Name Mixin selector official aLbqg;a(IIF)Vintermediary method_12273Lnet/minecraft/class_2403;method_12273(IIF)Vnamed method_12273Lcom/mojang/blaze3d/platform/GlStateManager;method_12273(IIF)V
-
method_12293
public static void method_12293(int int2, int int3, float float2) - Mappings:
Namespace Name Mixin selector official bLbqg;b(IIF)Vintermediary method_12293Lnet/minecraft/class_2403;method_12293(IIF)Vnamed method_12293Lcom/mojang/blaze3d/platform/GlStateManager;method_12293(IIF)V
-
method_12294
public static void method_12294(int int2, int int3, int int4) - Mappings:
Namespace Name Mixin selector official bLbqg;b(III)Vintermediary method_12294Lnet/minecraft/class_2403;method_12294(III)Vnamed method_12294Lcom/mojang/blaze3d/platform/GlStateManager;method_12294(III)V
-
method_12301
public static int method_12301(int int2, int int3, int int4) - Mappings:
Namespace Name Mixin selector official cLbqg;c(III)Iintermediary method_12301Lnet/minecraft/class_2403;method_12301(III)Inamed method_12301Lcom/mojang/blaze3d/platform/GlStateManager;method_12301(III)I
-
getTexLevelParameter
public static int getTexLevelParameter()Generates texture names- Mappings:
Namespace Name Mixin selector official ALbqg;A()Iintermediary method_9857Lnet/minecraft/class_2403;method_9857()Inamed getTexLevelParameterLcom/mojang/blaze3d/platform/GlStateManager;getTexLevelParameter()I
-
deleteTexture
public static void deleteTexture(int texture) Deletes a certain specified texture- Mappings:
Namespace Name Mixin selector official hLbqg;h(I)Vintermediary method_9837Lnet/minecraft/class_2403;method_9837(I)Vnamed deleteTextureLcom/mojang/blaze3d/platform/GlStateManager;deleteTexture(I)V
-
bindTexture
public static void bindTexture(int texture) Binds a certain specified texture to a texturing target- Mappings:
Namespace Name Mixin selector official iLbqg;i(I)Vintermediary method_9839Lnet/minecraft/class_2403;method_9839(I)Vnamed bindTextureLcom/mojang/blaze3d/platform/GlStateManager;bindTexture(I)V
-
method_12276
public static void method_12276(int int2, int int3, int int4, int int5, int int6, int int7, int int8, int int9, @Nullable IntBuffer intBuffer) - Mappings:
Namespace Name Mixin selector official aLbqg;a(IIIIIIIILjava/nio/IntBuffer;)Vintermediary method_12276Lnet/minecraft/class_2403;method_12276(IIIIIIIILjava/nio/IntBuffer;)Vnamed method_12276Lcom/mojang/blaze3d/platform/GlStateManager;method_12276(IIIIIIIILjava/nio/IntBuffer;)V
-
method_12295
public static void method_12295(int int2, int int3, int int4, int int5, int int6, int int7, int int8, int int9, IntBuffer intBuffer) - Mappings:
Namespace Name Mixin selector official bLbqg;b(IIIIIIIILjava/nio/IntBuffer;)Vintermediary method_12295Lnet/minecraft/class_2403;method_12295(IIIIIIIILjava/nio/IntBuffer;)Vnamed method_12295Lcom/mojang/blaze3d/platform/GlStateManager;method_12295(IIIIIIIILjava/nio/IntBuffer;)V
-
method_12275
public static void method_12275(int int2, int int3, int int4, int int5, int int6, int int7, int int8, int int9) - Mappings:
Namespace Name Mixin selector official aLbqg;a(IIIIIIII)Vintermediary method_12275Lnet/minecraft/class_2403;method_12275(IIIIIIII)Vnamed method_12275Lcom/mojang/blaze3d/platform/GlStateManager;method_12275(IIIIIIII)V
-
method_12278
- Mappings:
Namespace Name Mixin selector official aLbqg;a(IIIILjava/nio/IntBuffer;)Vintermediary method_12278Lnet/minecraft/class_2403;method_12278(IIIILjava/nio/IntBuffer;)Vnamed method_12278Lcom/mojang/blaze3d/platform/GlStateManager;method_12278(IIIILjava/nio/IntBuffer;)V
-
enableNormalize
public static void enableNormalize()Enables normalize- Mappings:
Namespace Name Mixin selector official BLbqg;B()Vintermediary method_9858Lnet/minecraft/class_2403;method_9858()Vnamed enableNormalizeLcom/mojang/blaze3d/platform/GlStateManager;enableNormalize()V
-
disableNormalize
public static void disableNormalize()Disables Normalize- Mappings:
Namespace Name Mixin selector official CLbqg;C()Vintermediary method_9787Lnet/minecraft/class_2403;method_9787()Vnamed disableNormalizeLcom/mojang/blaze3d/platform/GlStateManager;disableNormalize()V
-
shadeModel
public static void shadeModel(int mode) Sets shading mode as flat or smooth- Mappings:
Namespace Name Mixin selector official jLbqg;j(I)Vintermediary method_9841Lnet/minecraft/class_2403;method_9841(I)Vnamed shadeModelLcom/mojang/blaze3d/platform/GlStateManager;shadeModel(I)V
-
enableRescaleNormal
public static void enableRescaleNormal()Enables rescale- Mappings:
Namespace Name Mixin selector official DLbqg;D()Vintermediary method_9788Lnet/minecraft/class_2403;method_9788()Vnamed enableRescaleNormalLcom/mojang/blaze3d/platform/GlStateManager;enableRescaleNormal()V
-
disableRescaleNormal
public static void disableRescaleNormal()Disables rescale- Mappings:
Namespace Name Mixin selector official ELbqg;E()Vintermediary method_9789Lnet/minecraft/class_2403;method_9789()Vnamed disableRescaleNormalLcom/mojang/blaze3d/platform/GlStateManager;disableRescaleNormal()V
-
viewPort
public static void viewPort(int x, int y, int width, int height) Sets the viewport- Mappings:
Namespace Name Mixin selector official bLbqg;b(IIII)Vintermediary method_9820Lnet/minecraft/class_2403;method_9820(IIII)Vnamed viewPortLcom/mojang/blaze3d/platform/GlStateManager;viewPort(IIII)V
-
colorMask
public static void colorMask(boolean red, boolean green, boolean blue, boolean alpha) Enables or Disables writing of frame buffer color components- Mappings:
Namespace Name Mixin selector official aLbqg;a(ZZZZ)Vintermediary method_9812Lnet/minecraft/class_2403;method_9812(ZZZZ)Vnamed colorMaskLcom/mojang/blaze3d/platform/GlStateManager;colorMask(ZZZZ)V
-
clearDepth
public static void clearDepth(double depth) Sets the clear value for the depth buffer- Mappings:
Namespace Name Mixin selector official aLbqg;a(D)Vintermediary method_9795Lnet/minecraft/class_2403;method_9795(D)Vnamed clearDepthLcom/mojang/blaze3d/platform/GlStateManager;clearDepth(D)V
-
clearColor
public static void clearColor(float red, float green, float blue, float alpha) Sets clear values for the color buffers- Mappings:
Namespace Name Mixin selector official aLbqg;a(FFFF)Vintermediary method_9801Lnet/minecraft/class_2403;method_9801(FFFF)Vnamed clearColorLcom/mojang/blaze3d/platform/GlStateManager;clearColor(FFFF)V
-
clear
public static void clear(int mode) Clears buffers to preset values- Mappings:
Namespace Name Mixin selector official mLbqg;m(I)Vintermediary method_9845Lnet/minecraft/class_2403;method_9845(I)Vnamed clearLcom/mojang/blaze3d/platform/GlStateManager;clear(I)V
-
matrixMode
public static void matrixMode(int mode) Allows specifying which matrix is the current matrix- Mappings:
Namespace Name Mixin selector official nLbqg;n(I)Vintermediary method_9847Lnet/minecraft/class_2403;method_9847(I)Vnamed matrixModeLcom/mojang/blaze3d/platform/GlStateManager;matrixMode(I)V
-
loadIdentity
public static void loadIdentity()Replaces the current matrix with the identity matrix- Mappings:
Namespace Name Mixin selector official FLbqg;F()Vintermediary method_9790Lnet/minecraft/class_2403;method_9790()Vnamed loadIdentityLcom/mojang/blaze3d/platform/GlStateManager;loadIdentity()V
-
pushMatrix
public static void pushMatrix()Pushes the current matrix stack- Mappings:
Namespace Name Mixin selector official GLbqg;G()Vintermediary method_9791Lnet/minecraft/class_2403;method_9791()Vnamed pushMatrixLcom/mojang/blaze3d/platform/GlStateManager;pushMatrix()V
-
popMatrix
public static void popMatrix()Pops the current matrix stack- Mappings:
Namespace Name Mixin selector official HLbqg;H()Vintermediary method_9792Lnet/minecraft/class_2403;method_9792()Vnamed popMatrixLcom/mojang/blaze3d/platform/GlStateManager;popMatrix()V
-
getFloat
Gets a float for a float buffer- Mappings:
Namespace Name Mixin selector official cLbqg;c(ILjava/nio/FloatBuffer;)Vintermediary method_9806Lnet/minecraft/class_2403;method_9806(ILjava/nio/FloatBuffer;)Vnamed getFloatLcom/mojang/blaze3d/platform/GlStateManager;getFloat(ILjava/nio/FloatBuffer;)V
-
ortho
public static void ortho(double l, double r, double b, double t, double n, double f) Multiplies the current matrix with an orthographic matrix- Mappings:
Namespace Name Mixin selector official aLbqg;a(DDDDDD)Vintermediary method_9797Lnet/minecraft/class_2403;method_9797(DDDDDD)Vnamed orthoLcom/mojang/blaze3d/platform/GlStateManager;ortho(DDDDDD)V
-
rotatef
public static void rotatef(float angle, float x, float y, float z) Multiplies the current matrix by a rotation matrix- Mappings:
Namespace Name Mixin selector official bLbqg;b(FFFF)Vintermediary method_9817Lnet/minecraft/class_2403;method_9817(FFFF)Vnamed rotatefLcom/mojang/blaze3d/platform/GlStateManager;rotatef(FFFF)V
-
scalef
public static void scalef(float x, float y, float z) Multiplies the current matrix by a general scaling matrix- Mappings:
Namespace Name Mixin selector official bLbqg;b(FFF)Vintermediary method_9800Lnet/minecraft/class_2403;method_9800(FFF)Vnamed scalefLcom/mojang/blaze3d/platform/GlStateManager;scalef(FFF)V
-
scaled
public static void scaled(double x, double y, double z) Multiplies the current matrix by a general scaling matrix- Mappings:
Namespace Name Mixin selector official aLbqg;a(DDD)Vintermediary method_9796Lnet/minecraft/class_2403;method_9796(DDD)Vnamed scaledLcom/mojang/blaze3d/platform/GlStateManager;scaled(DDD)V
-
translatef
public static void translatef(float x, float y, float z) Multiplies the current matrix by a translation matrix- Mappings:
Namespace Name Mixin selector official cLbqg;c(FFF)Vintermediary method_9816Lnet/minecraft/class_2403;method_9816(FFF)Vnamed translatefLcom/mojang/blaze3d/platform/GlStateManager;translatef(FFF)V
-
translated
public static void translated(double x, double y, double z) Multiplies the current matrix by a translation matrix- Mappings:
Namespace Name Mixin selector official bLbqg;b(DDD)Vintermediary method_9814Lnet/minecraft/class_2403;method_9814(DDD)Vnamed translatedLcom/mojang/blaze3d/platform/GlStateManager;translated(DDD)V
-
multiMatrix
Multiplies the current matrix with the specified matrix- Mappings:
Namespace Name Mixin selector official aLbqg;a(Ljava/nio/FloatBuffer;)Vintermediary method_9810Lnet/minecraft/class_2403;method_9810(Ljava/nio/FloatBuffer;)Vnamed multiMatrixLcom/mojang/blaze3d/platform/GlStateManager;multiMatrix(Ljava/nio/FloatBuffer;)V
-
method_12291
public static void method_12291(org.lwjgl.util.vector.Quaternion quaternion) - Mappings:
Namespace Name Mixin selector official aLbqg;a(Lorg/lwjgl/util/vector/Quaternion;)Vintermediary method_12291Lnet/minecraft/class_2403;method_12291(Lorg/lwjgl/util/vector/Quaternion;)Vnamed method_12291Lcom/mojang/blaze3d/platform/GlStateManager;method_12291(Lorg/lwjgl/util/vector/Quaternion;)V
-
method_12290
public static FloatBuffer method_12290(FloatBuffer floatBuffer, org.lwjgl.util.vector.Quaternion quaternion) - Mappings:
Namespace Name Mixin selector official aLbqg;a(Ljava/nio/FloatBuffer;Lorg/lwjgl/util/vector/Quaternion;)Ljava/nio/FloatBuffer;intermediary method_12290Lnet/minecraft/class_2403;method_12290(Ljava/nio/FloatBuffer;Lorg/lwjgl/util/vector/Quaternion;)Ljava/nio/FloatBuffer;named method_12290Lcom/mojang/blaze3d/platform/GlStateManager;method_12290(Ljava/nio/FloatBuffer;Lorg/lwjgl/util/vector/Quaternion;)Ljava/nio/FloatBuffer;
-
color4f
public static void color4f(float red, float green, float blue, float alpha) Sets the current color- Mappings:
Namespace Name Mixin selector official cLbqg;c(FFFF)Vintermediary method_9825Lnet/minecraft/class_2403;method_9825(FFFF)Vnamed color4fLcom/mojang/blaze3d/platform/GlStateManager;color4f(FFFF)V
-
color3f
public static void color3f(float red, float green, float blue) Sets the current color without alpha- Mappings:
Namespace Name Mixin selector official dLbqg;d(FFF)Vintermediary method_9824Lnet/minecraft/class_2403;method_9824(FFF)Vnamed color3fLcom/mojang/blaze3d/platform/GlStateManager;color3f(FFF)V
-
method_12292
public static void method_12292(float float2, float float3) - Mappings:
Namespace Name Mixin selector official bLbqg;b(FF)Vintermediary method_12292Lnet/minecraft/class_2403;method_12292(FF)Vnamed method_12292Lcom/mojang/blaze3d/platform/GlStateManager;method_12292(FF)V
-
method_12308
public static void method_12308(float float2, float float3, float float4) - Mappings:
Namespace Name Mixin selector official eLbqg;e(FFF)Vintermediary method_12308Lnet/minecraft/class_2403;method_12308(FFF)Vnamed method_12308Lcom/mojang/blaze3d/platform/GlStateManager;method_12308(FFF)V
-
clearColor
public static void clearColor()Clears the current color- Mappings:
Namespace Name Mixin selector official ILbqg;I()Vintermediary method_9793Lnet/minecraft/class_2403;method_9793()Vnamed clearColorLcom/mojang/blaze3d/platform/GlStateManager;clearColor()V
-
method_12280
- Mappings:
Namespace Name Mixin selector official aLbqg;a(IILjava/nio/ByteBuffer;)Vintermediary method_12280Lnet/minecraft/class_2403;method_12280(IILjava/nio/ByteBuffer;)Vnamed method_12280Lcom/mojang/blaze3d/platform/GlStateManager;method_12280(IILjava/nio/ByteBuffer;)V
-
method_12302
public static void method_12302(int int2, int int3, int int4, int int5) - Mappings:
Namespace Name Mixin selector official cLbqg;c(IIII)Vintermediary method_12302Lnet/minecraft/class_2403;method_12302(IIII)Vnamed method_12302Lcom/mojang/blaze3d/platform/GlStateManager;method_12302(IIII)V
-
method_12279
- Mappings:
Namespace Name Mixin selector official aLbqg;a(IIILjava/nio/ByteBuffer;)Vintermediary method_12279Lnet/minecraft/class_2403;method_12279(IIILjava/nio/ByteBuffer;)Vnamed method_12279Lcom/mojang/blaze3d/platform/GlStateManager;method_12279(IIILjava/nio/ByteBuffer;)V
-
method_12307
public static void method_12307(int int2, int int3, int int4, int int5) - Mappings:
Namespace Name Mixin selector official dLbqg;d(IIII)Vintermediary method_12307Lnet/minecraft/class_2403;method_12307(IIII)Vnamed method_12307Lcom/mojang/blaze3d/platform/GlStateManager;method_12307(IIII)V
-
method_12296
- Mappings:
Namespace Name Mixin selector official bLbqg;b(IIILjava/nio/ByteBuffer;)Vintermediary method_12296Lnet/minecraft/class_2403;method_12296(IIILjava/nio/ByteBuffer;)Vnamed method_12296Lcom/mojang/blaze3d/platform/GlStateManager;method_12296(IIILjava/nio/ByteBuffer;)V
-
method_12311
public static void method_12311(int int2, int int3, int int4, int int5) - Mappings:
Namespace Name Mixin selector official eLbqg;e(IIII)Vintermediary method_12311Lnet/minecraft/class_2403;method_12311(IIII)Vnamed method_12311Lcom/mojang/blaze3d/platform/GlStateManager;method_12311(IIII)V
-
method_12303
- Mappings:
Namespace Name Mixin selector official cLbqg;c(IIILjava/nio/ByteBuffer;)Vintermediary method_12303Lnet/minecraft/class_2403;method_12303(IIILjava/nio/ByteBuffer;)Vnamed method_12303Lcom/mojang/blaze3d/platform/GlStateManager;method_12303(IIILjava/nio/ByteBuffer;)V
-
method_12316
public static void method_12316(int int2) - Mappings:
Namespace Name Mixin selector official pLbqg;p(I)Vintermediary method_12316Lnet/minecraft/class_2403;method_12316(I)Vnamed method_12316Lcom/mojang/blaze3d/platform/GlStateManager;method_12316(I)V
-
method_12317
public static void method_12317(int int2) - Mappings:
Namespace Name Mixin selector official qLbqg;q(I)Vintermediary method_12317Lnet/minecraft/class_2403;method_12317(I)Vnamed method_12317Lcom/mojang/blaze3d/platform/GlStateManager;method_12317(I)V
-
method_12318
public static void method_12318(int int2) - Mappings:
Namespace Name Mixin selector official rLbqg;r(I)Vintermediary method_12318Lnet/minecraft/class_2403;method_12318(I)Vnamed method_12318Lcom/mojang/blaze3d/platform/GlStateManager;method_12318(I)V
-
method_12269
public static void method_12269()- Mappings:
Namespace Name Mixin selector official JLbqg;J()Vintermediary method_12269Lnet/minecraft/class_2403;method_12269()Vnamed method_12269Lcom/mojang/blaze3d/platform/GlStateManager;method_12269()V
-
method_12313
public static void method_12313(int int2, int int3, int int4) - Mappings:
Namespace Name Mixin selector official fLbqg;f(III)Vintermediary method_12313Lnet/minecraft/class_2403;method_12313(III)Vnamed method_12313Lcom/mojang/blaze3d/platform/GlStateManager;method_12313(III)V
-
method_12304
public static void method_12304(float float2) - Mappings:
Namespace Name Mixin selector official dLbqg;d(F)Vintermediary method_12304Lnet/minecraft/class_2403;method_12304(F)Vnamed method_12304Lcom/mojang/blaze3d/platform/GlStateManager;method_12304(F)V
-
callList
public static void callList(int listId) Executes a display list- Mappings:
Namespace Name Mixin selector official sLbqg;s(I)Vintermediary method_9849Lnet/minecraft/class_2403;method_9849(I)Vnamed callListLcom/mojang/blaze3d/platform/GlStateManager;callList(I)V
-
method_12310
public static void method_12310(int int2, int int3) - Mappings:
Namespace Name Mixin selector official eLbqg;e(II)Vintermediary method_12310Lnet/minecraft/class_2403;method_12310(II)Vnamed method_12310Lcom/mojang/blaze3d/platform/GlStateManager;method_12310(II)V
-
method_12312
public static void method_12312(int int2, int int3) - Mappings:
Namespace Name Mixin selector official fLbqg;f(II)Vintermediary method_12312Lnet/minecraft/class_2403;method_12312(II)Vnamed method_12312Lcom/mojang/blaze3d/platform/GlStateManager;method_12312(II)V
-
method_12270
public static void method_12270()- Mappings:
Namespace Name Mixin selector official KLbqg;K()Vintermediary method_12270Lnet/minecraft/class_2403;method_12270()Vnamed method_12270Lcom/mojang/blaze3d/platform/GlStateManager;method_12270()V
-
method_12319
public static int method_12319(int int2) - Mappings:
Namespace Name Mixin selector official tLbqg;t(I)Iintermediary method_12319Lnet/minecraft/class_2403;method_12319(I)Inamed method_12319Lcom/mojang/blaze3d/platform/GlStateManager;method_12319(I)I
-
method_12314
public static void method_12314(int int2, int int3) - Mappings:
Namespace Name Mixin selector official gLbqg;g(II)Vintermediary method_12314Lnet/minecraft/class_2403;method_12314(II)Vnamed method_12314Lcom/mojang/blaze3d/platform/GlStateManager;method_12314(II)V
-
method_12277
public static void method_12277(int int2, int int3, int int4, int int5, int int6, int int7, IntBuffer intBuffer) - Mappings:
Namespace Name Mixin selector official aLbqg;a(IIIIIILjava/nio/IntBuffer;)Vintermediary method_12277Lnet/minecraft/class_2403;method_12277(IIIIIILjava/nio/IntBuffer;)Vnamed method_12277Lcom/mojang/blaze3d/platform/GlStateManager;method_12277(IIIIIILjava/nio/IntBuffer;)V
-
method_12271
public static int method_12271()- Mappings:
Namespace Name Mixin selector official LLbqg;L()Iintermediary method_12271Lnet/minecraft/class_2403;method_12271()Inamed method_12271Lcom/mojang/blaze3d/platform/GlStateManager;method_12271()I
-
method_12320
- Mappings:
Namespace Name Mixin selector official uLbqg;u(I)Ljava/lang/String;intermediary method_12320Lnet/minecraft/class_2403;method_12320(I)Ljava/lang/String;named method_12320Lcom/mojang/blaze3d/platform/GlStateManager;method_12320(I)Ljava/lang/String;
-
method_12283
- Mappings:
Namespace Name Mixin selector official aLbqg;a(ILjava/nio/IntBuffer;)Vintermediary method_12283Lnet/minecraft/class_2403;method_12283(ILjava/nio/IntBuffer;)Vnamed method_12283Lcom/mojang/blaze3d/platform/GlStateManager;method_12283(ILjava/nio/IntBuffer;)V
-
method_12321
public static int method_12321(int int2) - Mappings:
Namespace Name Mixin selector official vLbqg;v(I)Iintermediary method_12321Lnet/minecraft/class_2403;method_12321(I)Inamed method_12321Lcom/mojang/blaze3d/platform/GlStateManager;method_12321(I)I
-
method_12286
- Mappings:
Namespace Name Mixin selector official aLbqg;a(Lbqg$q;)Vintermediary method_12286Lnet/minecraft/class_2403;method_12286(Lnet/minecraft/class_2403$class_2869;)Vnamed method_12286Lcom/mojang/blaze3d/platform/GlStateManager;method_12286(Lcom/mojang/blaze3d/platform/GlStateManager$class_2869;)V
-
method_12299
- Mappings:
Namespace Name Mixin selector official bLbqg;b(Lbqg$q;)Vintermediary method_12299Lnet/minecraft/class_2403;method_12299(Lnet/minecraft/class_2403$class_2869;)Vnamed method_12299Lcom/mojang/blaze3d/platform/GlStateManager;method_12299(Lcom/mojang/blaze3d/platform/GlStateManager$class_2869;)V
-