Package com.mojang.blaze3d.systems
Class RenderSystem
java.lang.Object
com.mojang.blaze3d.systems.RenderSystem
- Mappings:
Namespace Name official com/mojang/blaze3d/systems/RenderSystemintermediary com/mojang/blaze3d/systems/RenderSystemnamed com/mojang/blaze3d/systems/RenderSystem
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static booleanprivate static booleanprivate static doubleprivate static Loggerprivate static intprivate static intprivate static Matrix4fprivate static MatrixStackprivate static Matrix4fprivate static ConcurrentLinkedQueue<RenderCall>private static Tessellatorprivate static Matrix4fprivate static float[]private static float[]private static floatprivate static floatprivate static floatprivate static Vec3f[]private static floatprivate static int[]private static RenderSystem.IndexBufferprivate static RenderSystem.IndexBufferprivate static RenderSystem.IndexBufferprivate static Matrix4f -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static voidprivate static voidprivate static void_setShaderColor(float float2, float float3, float float4, float float5)private static void_setShaderFogColor(float float2, float float3, float float4, float float5)private static void_setShaderFogEnd(float float2)private static void_setShaderFogStart(float float2)static void_setShaderLights(Vec3f vec3f, Vec3f vec3f2)static void_setShaderTexture(int int2, int int3)static void_setShaderTexture(int int2, Identifier identifier)static voidactiveTexture(int texture)static voidstatic voidassertThread(Supplier<Boolean> check)static voidstatic voidstatic voidbindTexture(int texture)static voidbindTextureForSetup(int int2)static voidblendEquation(int mode)static voidblendFunc(int srcFactor, int dstFactor)static voidblendFunc(GlStateManager.SrcFactor srcFactor, GlStateManager.DstFactor dstFactor)static voidblendFuncSeparate(int srcFactorRGB, int dstFactorRGB, int srcFactorAlpha, int dstFactorAlpha)static voidblendFuncSeparate(GlStateManager.SrcFactor srcFactor, GlStateManager.DstFactor dstFactor, GlStateManager.SrcFactor srcAlpha, GlStateManager.DstFactor dstAlpha)static voidclear(int mask, boolean getError)static voidclearColor(float red, float green, float blue, float alpha)static voidclearDepth(double depth)static voidclearStencil(int int2)static voidcolorMask(boolean red, boolean green, boolean blue, boolean alpha)static voidstatic voiddeleteTexture(int texture)static voiddepthFunc(int func)static voiddepthMask(boolean mask)static voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voiddrawElements(int mode, int first, int count)static voidstatic voidstatic voidstatic voidstatic voidstatic voidenableScissor(int int2, int int3, int int4, int int5)static voidstatic voidstatic voidflipFrame(long window)static Stringstatic Stringstatic Stringstatic Matrix4fstatic MatrixStackstatic Matrix4fstatic RenderSystem.IndexBuffergetSequentialBuffer(VertexFormat.DrawMode drawMode, int int2)static float[]static float[]static floatstatic floatstatic floatstatic floatstatic intgetShaderTexture(int int2)static voidstatic intgetTextureId(int int2)static Matrix4fstatic voidglBindBuffer(int int2, IntSupplier intSupplier)static voidglBindVertexArray(Supplier<Integer> supplier)static voidglBufferData(int target, ByteBuffer data, int usage)static voidglDeleteBuffers(int buffer)static voidglDeleteVertexArrays(int int2)static voidglGenBuffers(Consumer<Integer> consumer)static voidglGenVertexArrays(Consumer<Integer> consumer)static voidglUniform1(int location, FloatBuffer value)static voidglUniform1(int location, IntBuffer value)static voidglUniform1i(int location, int value)static voidglUniform2(int location, FloatBuffer value)static voidglUniform2(int location, IntBuffer value)static voidglUniform3(int location, FloatBuffer value)static voidglUniform3(int location, IntBuffer value)static voidglUniform4(int location, FloatBuffer value)static voidglUniform4(int location, IntBuffer value)static voidglUniformMatrix2(int location, boolean transpose, FloatBuffer value)static voidglUniformMatrix3(int location, boolean transpose, FloatBuffer value)static voidglUniformMatrix4(int location, boolean transpose, FloatBuffer value)static LongSupplierstatic voidinitGameThread(boolean assertNotRenderThread)static voidinitRenderer(int debugVerbosity, boolean debugSync)static voidstatic booleanstatic booleanstatic booleanstatic booleanstatic booleanstatic voidlimitDisplayFPS(int fps)static voidlineWidth(float width)static voidstatic intstatic voidpixelStore(int pname, int param)static voidpolygonMode(int int2, int int3)static voidpolygonOffset(float factor, float units)static voidreadPixels(int x, int y, int width, int height, int format, int type, ByteBuffer pixels)static voidrecordRenderCall(RenderCall renderCall)static voidrenderCrosshair(int size)static Tessellatorstatic voidstatic voidstatic voidstatic voidrunAsFancy(Runnable runnable)Deprecated.static voidsetErrorCallback(GLFWErrorCallbackI callback)static voidsetProjectionMatrix(Matrix4f matrix4f)static voidstatic voidsetShaderColor(float float2, float float3, float float4, float float5)static voidsetShaderFogColor(float float2, float float3, float float4)static voidsetShaderFogColor(float float2, float float3, float float4, float float5)static voidsetShaderFogEnd(float float2)static voidsetShaderFogStart(float float2)static voidsetShaderGameTime(long long2, float float2)static voidsetShaderLights(Vec3f vec3f, Vec3f vec3f2)static voidsetShaderTexture(int int2, int int3)static voidsetShaderTexture(int int2, Identifier identifier)static voidsetTextureMatrix(Matrix4f matrix4f)static voidsetupDefaultState(int x, int y, int width, int height)static voidsetupGui3DDiffuseLighting(Vec3f vec3f, Vec3f vec3f2)static voidsetupGuiFlatDiffuseLighting(Vec3f vec3f, Vec3f vec3f2)static voidsetupLevelDiffuseLighting(Vec3f vec3f, Vec3f vec3f2, Matrix4f matrix4f)static voidsetupOverlayColor(IntSupplier texture, int size)static voidsetupShaderLights(Shader shader)static voidstencilFunc(int func, int ref, int mask)static voidstencilMask(int int2)static voidstencilOp(int sfail, int dpfail, int dppass)static voidstatic voidtexParameter(int target, int pname, int param)static voidviewport(int x, int y, int width, int height)
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official LOGGERLcom/mojang/blaze3d/systems/RenderSystem;LOGGER:Lorg/apache/logging/log4j/Logger;intermediary LOGGERLcom/mojang/blaze3d/systems/RenderSystem;LOGGER:Lorg/apache/logging/log4j/Logger;named LOGGERLcom/mojang/blaze3d/systems/RenderSystem;LOGGER:Lorg/apache/logging/log4j/Logger;
-
recordingQueue
- Mappings:
Namespace Name Mixin selector official recordingQueueLcom/mojang/blaze3d/systems/RenderSystem;recordingQueue:Ljava/util/concurrent/ConcurrentLinkedQueue;intermediary recordingQueueLcom/mojang/blaze3d/systems/RenderSystem;recordingQueue:Ljava/util/concurrent/ConcurrentLinkedQueue;named recordingQueueLcom/mojang/blaze3d/systems/RenderSystem;recordingQueue:Ljava/util/concurrent/ConcurrentLinkedQueue;
-
RENDER_THREAD_TESSELATOR
- Mappings:
Namespace Name Mixin selector official RENDER_THREAD_TESSELATORLcom/mojang/blaze3d/systems/RenderSystem;RENDER_THREAD_TESSELATOR:Ldpl;intermediary RENDER_THREAD_TESSELATORLcom/mojang/blaze3d/systems/RenderSystem;RENDER_THREAD_TESSELATOR:Lnet/minecraft/class_289;named RENDER_THREAD_TESSELATORLcom/mojang/blaze3d/systems/RenderSystem;RENDER_THREAD_TESSELATOR:Lnet/minecraft/client/render/Tessellator;
-
MINIMUM_ATLAS_TEXTURE_SIZE
private static final int MINIMUM_ATLAS_TEXTURE_SIZE- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official MINIMUM_ATLAS_TEXTURE_SIZELcom/mojang/blaze3d/systems/RenderSystem;MINIMUM_ATLAS_TEXTURE_SIZE:Iintermediary MINIMUM_ATLAS_TEXTURE_SIZELcom/mojang/blaze3d/systems/RenderSystem;MINIMUM_ATLAS_TEXTURE_SIZE:Inamed MINIMUM_ATLAS_TEXTURE_SIZELcom/mojang/blaze3d/systems/RenderSystem;MINIMUM_ATLAS_TEXTURE_SIZE:I
-
isReplayingQueue
private static boolean isReplayingQueue- Mappings:
Namespace Name Mixin selector official isReplayingQueueLcom/mojang/blaze3d/systems/RenderSystem;isReplayingQueue:Zintermediary isReplayingQueueLcom/mojang/blaze3d/systems/RenderSystem;isReplayingQueue:Znamed isReplayingQueueLcom/mojang/blaze3d/systems/RenderSystem;isReplayingQueue:Z
-
gameThread
- Mappings:
Namespace Name Mixin selector official gameThreadLcom/mojang/blaze3d/systems/RenderSystem;gameThread:Ljava/lang/Thread;intermediary gameThreadLcom/mojang/blaze3d/systems/RenderSystem;gameThread:Ljava/lang/Thread;named gameThreadLcom/mojang/blaze3d/systems/RenderSystem;gameThread:Ljava/lang/Thread;
-
renderThread
- Mappings:
Namespace Name Mixin selector official renderThreadLcom/mojang/blaze3d/systems/RenderSystem;renderThread:Ljava/lang/Thread;intermediary renderThreadLcom/mojang/blaze3d/systems/RenderSystem;renderThread:Ljava/lang/Thread;named renderThreadLcom/mojang/blaze3d/systems/RenderSystem;renderThread:Ljava/lang/Thread;
-
MAX_SUPPORTED_TEXTURE_SIZE
private static int MAX_SUPPORTED_TEXTURE_SIZE- Mappings:
Namespace Name Mixin selector official MAX_SUPPORTED_TEXTURE_SIZELcom/mojang/blaze3d/systems/RenderSystem;MAX_SUPPORTED_TEXTURE_SIZE:Iintermediary MAX_SUPPORTED_TEXTURE_SIZELcom/mojang/blaze3d/systems/RenderSystem;MAX_SUPPORTED_TEXTURE_SIZE:Inamed MAX_SUPPORTED_TEXTURE_SIZELcom/mojang/blaze3d/systems/RenderSystem;MAX_SUPPORTED_TEXTURE_SIZE:I
-
isInInit
private static boolean isInInit- Mappings:
Namespace Name Mixin selector official isInInitLcom/mojang/blaze3d/systems/RenderSystem;isInInit:Zintermediary isInInitLcom/mojang/blaze3d/systems/RenderSystem;isInInit:Znamed isInInitLcom/mojang/blaze3d/systems/RenderSystem;isInInit:Z
-
lastDrawTime
private static double lastDrawTime- Mappings:
Namespace Name Mixin selector official lastDrawTimeLcom/mojang/blaze3d/systems/RenderSystem;lastDrawTime:Dintermediary lastDrawTimeLcom/mojang/blaze3d/systems/RenderSystem;lastDrawTime:Dnamed lastDrawTimeLcom/mojang/blaze3d/systems/RenderSystem;lastDrawTime:D
-
projectionMatrix
- Mappings:
Namespace Name Mixin selector official projectionMatrixLcom/mojang/blaze3d/systems/RenderSystem;projectionMatrix:Ld;intermediary projectionMatrixLcom/mojang/blaze3d/systems/RenderSystem;projectionMatrix:Lnet/minecraft/class_1159;named projectionMatrixLcom/mojang/blaze3d/systems/RenderSystem;projectionMatrix:Lnet/minecraft/util/math/Matrix4f;
-
savedProjectionMatrix
- Mappings:
Namespace Name Mixin selector official savedProjectionMatrixLcom/mojang/blaze3d/systems/RenderSystem;savedProjectionMatrix:Ld;intermediary savedProjectionMatrixLcom/mojang/blaze3d/systems/RenderSystem;savedProjectionMatrix:Lnet/minecraft/class_1159;named savedProjectionMatrixLcom/mojang/blaze3d/systems/RenderSystem;savedProjectionMatrix:Lnet/minecraft/util/math/Matrix4f;
-
modelViewStack
- Mappings:
Namespace Name Mixin selector official modelViewStackLcom/mojang/blaze3d/systems/RenderSystem;modelViewStack:Ldpj;intermediary modelViewStackLcom/mojang/blaze3d/systems/RenderSystem;modelViewStack:Lnet/minecraft/class_4587;named modelViewStackLcom/mojang/blaze3d/systems/RenderSystem;modelViewStack:Lnet/minecraft/client/util/math/MatrixStack;
-
modelViewMatrix
- Mappings:
Namespace Name Mixin selector official modelViewMatrixLcom/mojang/blaze3d/systems/RenderSystem;modelViewMatrix:Ld;intermediary modelViewMatrixLcom/mojang/blaze3d/systems/RenderSystem;modelViewMatrix:Lnet/minecraft/class_1159;named modelViewMatrixLcom/mojang/blaze3d/systems/RenderSystem;modelViewMatrix:Lnet/minecraft/util/math/Matrix4f;
-
textureMatrix
- Mappings:
Namespace Name Mixin selector official textureMatrixLcom/mojang/blaze3d/systems/RenderSystem;textureMatrix:Ld;intermediary textureMatrixLcom/mojang/blaze3d/systems/RenderSystem;textureMatrix:Lnet/minecraft/class_1159;named textureMatrixLcom/mojang/blaze3d/systems/RenderSystem;textureMatrix:Lnet/minecraft/util/math/Matrix4f;
-
shaderTextures
private static final int[] shaderTextures- Mappings:
Namespace Name Mixin selector official shaderTexturesLcom/mojang/blaze3d/systems/RenderSystem;shaderTextures:[Iintermediary shaderTexturesLcom/mojang/blaze3d/systems/RenderSystem;shaderTextures:[Inamed shaderTexturesLcom/mojang/blaze3d/systems/RenderSystem;shaderTextures:[I
-
shaderColor
private static final float[] shaderColor- Mappings:
Namespace Name Mixin selector official shaderColorLcom/mojang/blaze3d/systems/RenderSystem;shaderColor:[Fintermediary shaderColorLcom/mojang/blaze3d/systems/RenderSystem;shaderColor:[Fnamed shaderColorLcom/mojang/blaze3d/systems/RenderSystem;shaderColor:[F
-
shaderFogStart
private static float shaderFogStart- Mappings:
Namespace Name Mixin selector official shaderFogStartLcom/mojang/blaze3d/systems/RenderSystem;shaderFogStart:Fintermediary shaderFogStartLcom/mojang/blaze3d/systems/RenderSystem;shaderFogStart:Fnamed shaderFogStartLcom/mojang/blaze3d/systems/RenderSystem;shaderFogStart:F
-
shaderFogEnd
private static float shaderFogEnd- Mappings:
Namespace Name Mixin selector official shaderFogEndLcom/mojang/blaze3d/systems/RenderSystem;shaderFogEnd:Fintermediary shaderFogEndLcom/mojang/blaze3d/systems/RenderSystem;shaderFogEnd:Fnamed shaderFogEndLcom/mojang/blaze3d/systems/RenderSystem;shaderFogEnd:F
-
shaderFogColor
private static final float[] shaderFogColor- Mappings:
Namespace Name Mixin selector official shaderFogColorLcom/mojang/blaze3d/systems/RenderSystem;shaderFogColor:[Fintermediary shaderFogColorLcom/mojang/blaze3d/systems/RenderSystem;shaderFogColor:[Fnamed shaderFogColorLcom/mojang/blaze3d/systems/RenderSystem;shaderFogColor:[F
-
shaderLightDirections
- Mappings:
Namespace Name Mixin selector official shaderLightDirectionsLcom/mojang/blaze3d/systems/RenderSystem;shaderLightDirections:[Lk;intermediary shaderLightDirectionsLcom/mojang/blaze3d/systems/RenderSystem;shaderLightDirections:[Lnet/minecraft/class_1160;named shaderLightDirectionsLcom/mojang/blaze3d/systems/RenderSystem;shaderLightDirections:[Lnet/minecraft/util/math/Vec3f;
-
shaderGameTime
private static float shaderGameTime- Mappings:
Namespace Name Mixin selector official shaderGameTimeLcom/mojang/blaze3d/systems/RenderSystem;shaderGameTime:Fintermediary shaderGameTimeLcom/mojang/blaze3d/systems/RenderSystem;shaderGameTime:Fnamed shaderGameTimeLcom/mojang/blaze3d/systems/RenderSystem;shaderGameTime:F
-
shaderLineWidth
private static float shaderLineWidth- Mappings:
Namespace Name Mixin selector official shaderLineWidthLcom/mojang/blaze3d/systems/RenderSystem;shaderLineWidth:Fintermediary shaderLineWidthLcom/mojang/blaze3d/systems/RenderSystem;shaderLineWidth:Fnamed shaderLineWidthLcom/mojang/blaze3d/systems/RenderSystem;shaderLineWidth:F
-
shader
- Mappings:
Namespace Name Mixin selector official shaderLcom/mojang/blaze3d/systems/RenderSystem;shader:Lemm;intermediary shaderLcom/mojang/blaze3d/systems/RenderSystem;shader:Lnet/minecraft/class_5944;named shaderLcom/mojang/blaze3d/systems/RenderSystem;shader:Lnet/minecraft/client/render/Shader;
-
-
Constructor Details
-
RenderSystem
public RenderSystem()
-
-
Method Details
-
initRenderThread
public static void initRenderThread()- Mappings:
Namespace Name Mixin selector official initRenderThreadLcom/mojang/blaze3d/systems/RenderSystem;initRenderThread()Vintermediary initRenderThreadLcom/mojang/blaze3d/systems/RenderSystem;initRenderThread()Vnamed initRenderThreadLcom/mojang/blaze3d/systems/RenderSystem;initRenderThread()V
-
isOnRenderThread
public static boolean isOnRenderThread()- Mappings:
Namespace Name Mixin selector official isOnRenderThreadLcom/mojang/blaze3d/systems/RenderSystem;isOnRenderThread()Zintermediary isOnRenderThreadLcom/mojang/blaze3d/systems/RenderSystem;isOnRenderThread()Znamed isOnRenderThreadLcom/mojang/blaze3d/systems/RenderSystem;isOnRenderThread()Z
-
isOnRenderThreadOrInit
public static boolean isOnRenderThreadOrInit()- Mappings:
Namespace Name Mixin selector official isOnRenderThreadOrInitLcom/mojang/blaze3d/systems/RenderSystem;isOnRenderThreadOrInit()Zintermediary isOnRenderThreadOrInitLcom/mojang/blaze3d/systems/RenderSystem;isOnRenderThreadOrInit()Znamed isOnRenderThreadOrInitLcom/mojang/blaze3d/systems/RenderSystem;isOnRenderThreadOrInit()Z
-
initGameThread
public static void initGameThread(boolean assertNotRenderThread)- Mappings:
Namespace Name Mixin selector official initGameThreadLcom/mojang/blaze3d/systems/RenderSystem;initGameThread(Z)Vintermediary initGameThreadLcom/mojang/blaze3d/systems/RenderSystem;initGameThread(Z)Vnamed initGameThreadLcom/mojang/blaze3d/systems/RenderSystem;initGameThread(Z)V
-
isOnGameThread
public static boolean isOnGameThread()- Mappings:
Namespace Name Mixin selector official isOnGameThreadLcom/mojang/blaze3d/systems/RenderSystem;isOnGameThread()Zintermediary isOnGameThreadLcom/mojang/blaze3d/systems/RenderSystem;isOnGameThread()Znamed isOnGameThreadLcom/mojang/blaze3d/systems/RenderSystem;isOnGameThread()Z
-
isOnGameThreadOrInit
public static boolean isOnGameThreadOrInit()- Mappings:
Namespace Name Mixin selector official isOnGameThreadOrInitLcom/mojang/blaze3d/systems/RenderSystem;isOnGameThreadOrInit()Zintermediary isOnGameThreadOrInitLcom/mojang/blaze3d/systems/RenderSystem;isOnGameThreadOrInit()Znamed isOnGameThreadOrInitLcom/mojang/blaze3d/systems/RenderSystem;isOnGameThreadOrInit()Z
-
assertThread
- Mappings:
Namespace Name Mixin selector official assertThreadLcom/mojang/blaze3d/systems/RenderSystem;assertThread(Ljava/util/function/Supplier;)Vintermediary assertThreadLcom/mojang/blaze3d/systems/RenderSystem;assertThread(Ljava/util/function/Supplier;)Vnamed assertThreadLcom/mojang/blaze3d/systems/RenderSystem;assertThread(Ljava/util/function/Supplier;)V
-
isInInitPhase
public static boolean isInInitPhase()- Mappings:
Namespace Name Mixin selector official isInInitPhaseLcom/mojang/blaze3d/systems/RenderSystem;isInInitPhase()Zintermediary isInInitPhaseLcom/mojang/blaze3d/systems/RenderSystem;isInInitPhase()Znamed isInInitPhaseLcom/mojang/blaze3d/systems/RenderSystem;isInInitPhase()Z
-
recordRenderCall
- Mappings:
Namespace Name Mixin selector official recordRenderCallLcom/mojang/blaze3d/systems/RenderSystem;recordRenderCall(Ldnw;)Vintermediary recordRenderCallLcom/mojang/blaze3d/systems/RenderSystem;recordRenderCall(Lnet/minecraft/class_4573;)Vnamed recordRenderCallLcom/mojang/blaze3d/systems/RenderSystem;recordRenderCall(Lcom/mojang/blaze3d/systems/RenderCall;)V
-
flipFrame
public static void flipFrame(long window)- Mappings:
Namespace Name Mixin selector official flipFrameLcom/mojang/blaze3d/systems/RenderSystem;flipFrame(J)Vintermediary flipFrameLcom/mojang/blaze3d/systems/RenderSystem;flipFrame(J)Vnamed flipFrameLcom/mojang/blaze3d/systems/RenderSystem;flipFrame(J)V
-
replayQueue
public static void replayQueue()- Mappings:
Namespace Name Mixin selector official replayQueueLcom/mojang/blaze3d/systems/RenderSystem;replayQueue()Vintermediary replayQueueLcom/mojang/blaze3d/systems/RenderSystem;replayQueue()Vnamed replayQueueLcom/mojang/blaze3d/systems/RenderSystem;replayQueue()V
-
limitDisplayFPS
public static void limitDisplayFPS(int fps)- Mappings:
Namespace Name Mixin selector official limitDisplayFPSLcom/mojang/blaze3d/systems/RenderSystem;limitDisplayFPS(I)Vintermediary limitDisplayFPSLcom/mojang/blaze3d/systems/RenderSystem;limitDisplayFPS(I)Vnamed limitDisplayFPSLcom/mojang/blaze3d/systems/RenderSystem;limitDisplayFPS(I)V
-
disableDepthTest
public static void disableDepthTest()- Mappings:
Namespace Name Mixin selector official disableDepthTestLcom/mojang/blaze3d/systems/RenderSystem;disableDepthTest()Vintermediary disableDepthTestLcom/mojang/blaze3d/systems/RenderSystem;disableDepthTest()Vnamed disableDepthTestLcom/mojang/blaze3d/systems/RenderSystem;disableDepthTest()V
-
enableDepthTest
public static void enableDepthTest()- Mappings:
Namespace Name Mixin selector official enableDepthTestLcom/mojang/blaze3d/systems/RenderSystem;enableDepthTest()Vintermediary enableDepthTestLcom/mojang/blaze3d/systems/RenderSystem;enableDepthTest()Vnamed enableDepthTestLcom/mojang/blaze3d/systems/RenderSystem;enableDepthTest()V
-
enableScissor
public static void enableScissor(int int2, int int3, int int4, int int5)- Mappings:
Namespace Name Mixin selector official enableScissorLcom/mojang/blaze3d/systems/RenderSystem;enableScissor(IIII)Vintermediary enableScissorLcom/mojang/blaze3d/systems/RenderSystem;enableScissor(IIII)Vnamed enableScissorLcom/mojang/blaze3d/systems/RenderSystem;enableScissor(IIII)V
-
disableScissor
public static void disableScissor()- Mappings:
Namespace Name Mixin selector official disableScissorLcom/mojang/blaze3d/systems/RenderSystem;disableScissor()Vintermediary disableScissorLcom/mojang/blaze3d/systems/RenderSystem;disableScissor()Vnamed disableScissorLcom/mojang/blaze3d/systems/RenderSystem;disableScissor()V
-
depthFunc
public static void depthFunc(int func)- Mappings:
Namespace Name Mixin selector official depthFuncLcom/mojang/blaze3d/systems/RenderSystem;depthFunc(I)Vintermediary depthFuncLcom/mojang/blaze3d/systems/RenderSystem;depthFunc(I)Vnamed depthFuncLcom/mojang/blaze3d/systems/RenderSystem;depthFunc(I)V
-
depthMask
public static void depthMask(boolean mask)- Mappings:
Namespace Name Mixin selector official depthMaskLcom/mojang/blaze3d/systems/RenderSystem;depthMask(Z)Vintermediary depthMaskLcom/mojang/blaze3d/systems/RenderSystem;depthMask(Z)Vnamed depthMaskLcom/mojang/blaze3d/systems/RenderSystem;depthMask(Z)V
-
enableBlend
public static void enableBlend()- Mappings:
Namespace Name Mixin selector official enableBlendLcom/mojang/blaze3d/systems/RenderSystem;enableBlend()Vintermediary enableBlendLcom/mojang/blaze3d/systems/RenderSystem;enableBlend()Vnamed enableBlendLcom/mojang/blaze3d/systems/RenderSystem;enableBlend()V
-
disableBlend
public static void disableBlend()- Mappings:
Namespace Name Mixin selector official disableBlendLcom/mojang/blaze3d/systems/RenderSystem;disableBlend()Vintermediary disableBlendLcom/mojang/blaze3d/systems/RenderSystem;disableBlend()Vnamed disableBlendLcom/mojang/blaze3d/systems/RenderSystem;disableBlend()V
-
blendFunc
public static void blendFunc(GlStateManager.SrcFactor srcFactor, GlStateManager.DstFactor dstFactor)- Mappings:
Namespace Name Mixin selector official blendFuncLcom/mojang/blaze3d/systems/RenderSystem;blendFunc(Lcom/mojang/blaze3d/platform/GlStateManager$SourceFactor;Lcom/mojang/blaze3d/platform/GlStateManager$DestFactor;)Vintermediary blendFuncLcom/mojang/blaze3d/systems/RenderSystem;blendFunc(Lcom/mojang/blaze3d/platform/GlStateManager$class_4535;Lcom/mojang/blaze3d/platform/GlStateManager$class_4534;)Vnamed blendFuncLcom/mojang/blaze3d/systems/RenderSystem;blendFunc(Lcom/mojang/blaze3d/platform/GlStateManager$SrcFactor;Lcom/mojang/blaze3d/platform/GlStateManager$DstFactor;)V
-
blendFunc
public static void blendFunc(int srcFactor, int dstFactor)- Mappings:
Namespace Name Mixin selector official blendFuncLcom/mojang/blaze3d/systems/RenderSystem;blendFunc(II)Vintermediary blendFuncLcom/mojang/blaze3d/systems/RenderSystem;blendFunc(II)Vnamed blendFuncLcom/mojang/blaze3d/systems/RenderSystem;blendFunc(II)V
-
blendFuncSeparate
public static void blendFuncSeparate(GlStateManager.SrcFactor srcFactor, GlStateManager.DstFactor dstFactor, GlStateManager.SrcFactor srcAlpha, GlStateManager.DstFactor dstAlpha)- Mappings:
Namespace Name Mixin selector official blendFuncSeparateLcom/mojang/blaze3d/systems/RenderSystem;blendFuncSeparate(Lcom/mojang/blaze3d/platform/GlStateManager$SourceFactor;Lcom/mojang/blaze3d/platform/GlStateManager$DestFactor;Lcom/mojang/blaze3d/platform/GlStateManager$SourceFactor;Lcom/mojang/blaze3d/platform/GlStateManager$DestFactor;)Vintermediary blendFuncSeparateLcom/mojang/blaze3d/systems/RenderSystem;blendFuncSeparate(Lcom/mojang/blaze3d/platform/GlStateManager$class_4535;Lcom/mojang/blaze3d/platform/GlStateManager$class_4534;Lcom/mojang/blaze3d/platform/GlStateManager$class_4535;Lcom/mojang/blaze3d/platform/GlStateManager$class_4534;)Vnamed blendFuncSeparateLcom/mojang/blaze3d/systems/RenderSystem;blendFuncSeparate(Lcom/mojang/blaze3d/platform/GlStateManager$SrcFactor;Lcom/mojang/blaze3d/platform/GlStateManager$DstFactor;Lcom/mojang/blaze3d/platform/GlStateManager$SrcFactor;Lcom/mojang/blaze3d/platform/GlStateManager$DstFactor;)V
-
blendFuncSeparate
public static void blendFuncSeparate(int srcFactorRGB, int dstFactorRGB, int srcFactorAlpha, int dstFactorAlpha)- Mappings:
Namespace Name Mixin selector official blendFuncSeparateLcom/mojang/blaze3d/systems/RenderSystem;blendFuncSeparate(IIII)Vintermediary blendFuncSeparateLcom/mojang/blaze3d/systems/RenderSystem;blendFuncSeparate(IIII)Vnamed blendFuncSeparateLcom/mojang/blaze3d/systems/RenderSystem;blendFuncSeparate(IIII)V
-
blendEquation
public static void blendEquation(int mode)- Mappings:
Namespace Name Mixin selector official blendEquationLcom/mojang/blaze3d/systems/RenderSystem;blendEquation(I)Vintermediary blendEquationLcom/mojang/blaze3d/systems/RenderSystem;blendEquation(I)Vnamed blendEquationLcom/mojang/blaze3d/systems/RenderSystem;blendEquation(I)V
-
enableCull
public static void enableCull()- Mappings:
Namespace Name Mixin selector official enableCullLcom/mojang/blaze3d/systems/RenderSystem;enableCull()Vintermediary enableCullLcom/mojang/blaze3d/systems/RenderSystem;enableCull()Vnamed enableCullLcom/mojang/blaze3d/systems/RenderSystem;enableCull()V
-
disableCull
public static void disableCull()- Mappings:
Namespace Name Mixin selector official disableCullLcom/mojang/blaze3d/systems/RenderSystem;disableCull()Vintermediary disableCullLcom/mojang/blaze3d/systems/RenderSystem;disableCull()Vnamed disableCullLcom/mojang/blaze3d/systems/RenderSystem;disableCull()V
-
polygonMode
public static void polygonMode(int int2, int int3)- Mappings:
Namespace Name Mixin selector official polygonModeLcom/mojang/blaze3d/systems/RenderSystem;polygonMode(II)Vintermediary polygonModeLcom/mojang/blaze3d/systems/RenderSystem;polygonMode(II)Vnamed polygonModeLcom/mojang/blaze3d/systems/RenderSystem;polygonMode(II)V
-
enablePolygonOffset
public static void enablePolygonOffset()- Mappings:
Namespace Name Mixin selector official enablePolygonOffsetLcom/mojang/blaze3d/systems/RenderSystem;enablePolygonOffset()Vintermediary enablePolygonOffsetLcom/mojang/blaze3d/systems/RenderSystem;enablePolygonOffset()Vnamed enablePolygonOffsetLcom/mojang/blaze3d/systems/RenderSystem;enablePolygonOffset()V
-
disablePolygonOffset
public static void disablePolygonOffset()- Mappings:
Namespace Name Mixin selector official disablePolygonOffsetLcom/mojang/blaze3d/systems/RenderSystem;disablePolygonOffset()Vintermediary disablePolygonOffsetLcom/mojang/blaze3d/systems/RenderSystem;disablePolygonOffset()Vnamed disablePolygonOffsetLcom/mojang/blaze3d/systems/RenderSystem;disablePolygonOffset()V
-
polygonOffset
public static void polygonOffset(float factor, float units)- Mappings:
Namespace Name Mixin selector official polygonOffsetLcom/mojang/blaze3d/systems/RenderSystem;polygonOffset(FF)Vintermediary polygonOffsetLcom/mojang/blaze3d/systems/RenderSystem;polygonOffset(FF)Vnamed polygonOffsetLcom/mojang/blaze3d/systems/RenderSystem;polygonOffset(FF)V
-
enableColorLogicOp
public static void enableColorLogicOp()- Mappings:
Namespace Name Mixin selector official enableColorLogicOpLcom/mojang/blaze3d/systems/RenderSystem;enableColorLogicOp()Vintermediary enableColorLogicOpLcom/mojang/blaze3d/systems/RenderSystem;enableColorLogicOp()Vnamed enableColorLogicOpLcom/mojang/blaze3d/systems/RenderSystem;enableColorLogicOp()V
-
disableColorLogicOp
public static void disableColorLogicOp()- Mappings:
Namespace Name Mixin selector official disableColorLogicOpLcom/mojang/blaze3d/systems/RenderSystem;disableColorLogicOp()Vintermediary disableColorLogicOpLcom/mojang/blaze3d/systems/RenderSystem;disableColorLogicOp()Vnamed disableColorLogicOpLcom/mojang/blaze3d/systems/RenderSystem;disableColorLogicOp()V
-
logicOp
- Mappings:
Namespace Name Mixin selector official logicOpLcom/mojang/blaze3d/systems/RenderSystem;logicOp(Lcom/mojang/blaze3d/platform/GlStateManager$g;)Vintermediary logicOpLcom/mojang/blaze3d/systems/RenderSystem;logicOp(Lcom/mojang/blaze3d/platform/GlStateManager$class_1030;)Vnamed logicOpLcom/mojang/blaze3d/systems/RenderSystem;logicOp(Lcom/mojang/blaze3d/platform/GlStateManager$LogicOp;)V
-
activeTexture
public static void activeTexture(int texture)- Mappings:
Namespace Name Mixin selector official activeTextureLcom/mojang/blaze3d/systems/RenderSystem;activeTexture(I)Vintermediary activeTextureLcom/mojang/blaze3d/systems/RenderSystem;activeTexture(I)Vnamed activeTextureLcom/mojang/blaze3d/systems/RenderSystem;activeTexture(I)V
-
enableTexture
public static void enableTexture()- Mappings:
Namespace Name Mixin selector official enableTextureLcom/mojang/blaze3d/systems/RenderSystem;enableTexture()Vintermediary enableTextureLcom/mojang/blaze3d/systems/RenderSystem;enableTexture()Vnamed enableTextureLcom/mojang/blaze3d/systems/RenderSystem;enableTexture()V
-
disableTexture
public static void disableTexture()- Mappings:
Namespace Name Mixin selector official disableTextureLcom/mojang/blaze3d/systems/RenderSystem;disableTexture()Vintermediary disableTextureLcom/mojang/blaze3d/systems/RenderSystem;disableTexture()Vnamed disableTextureLcom/mojang/blaze3d/systems/RenderSystem;disableTexture()V
-
texParameter
public static void texParameter(int target, int pname, int param)- Mappings:
Namespace Name Mixin selector official texParameterLcom/mojang/blaze3d/systems/RenderSystem;texParameter(III)Vintermediary texParameterLcom/mojang/blaze3d/systems/RenderSystem;texParameter(III)Vnamed texParameterLcom/mojang/blaze3d/systems/RenderSystem;texParameter(III)V
-
deleteTexture
public static void deleteTexture(int texture)- Mappings:
Namespace Name Mixin selector official deleteTextureLcom/mojang/blaze3d/systems/RenderSystem;deleteTexture(I)Vintermediary deleteTextureLcom/mojang/blaze3d/systems/RenderSystem;deleteTexture(I)Vnamed deleteTextureLcom/mojang/blaze3d/systems/RenderSystem;deleteTexture(I)V
-
bindTextureForSetup
public static void bindTextureForSetup(int int2)- Mappings:
Namespace Name Mixin selector official bindTextureForSetupLcom/mojang/blaze3d/systems/RenderSystem;bindTextureForSetup(I)Vintermediary bindTextureForSetupLcom/mojang/blaze3d/systems/RenderSystem;bindTextureForSetup(I)Vnamed bindTextureForSetupLcom/mojang/blaze3d/systems/RenderSystem;bindTextureForSetup(I)V
-
bindTexture
public static void bindTexture(int texture)- Mappings:
Namespace Name Mixin selector official bindTextureLcom/mojang/blaze3d/systems/RenderSystem;bindTexture(I)Vintermediary bindTextureLcom/mojang/blaze3d/systems/RenderSystem;bindTexture(I)Vnamed bindTextureLcom/mojang/blaze3d/systems/RenderSystem;bindTexture(I)V
-
viewport
public static void viewport(int x, int y, int width, int height)- Mappings:
Namespace Name Mixin selector official viewportLcom/mojang/blaze3d/systems/RenderSystem;viewport(IIII)Vintermediary viewportLcom/mojang/blaze3d/systems/RenderSystem;viewport(IIII)Vnamed viewportLcom/mojang/blaze3d/systems/RenderSystem;viewport(IIII)V
-
colorMask
public static void colorMask(boolean red, boolean green, boolean blue, boolean alpha)- Mappings:
Namespace Name Mixin selector official colorMaskLcom/mojang/blaze3d/systems/RenderSystem;colorMask(ZZZZ)Vintermediary colorMaskLcom/mojang/blaze3d/systems/RenderSystem;colorMask(ZZZZ)Vnamed colorMaskLcom/mojang/blaze3d/systems/RenderSystem;colorMask(ZZZZ)V
-
stencilFunc
public static void stencilFunc(int func, int ref, int mask)- Mappings:
Namespace Name Mixin selector official stencilFuncLcom/mojang/blaze3d/systems/RenderSystem;stencilFunc(III)Vintermediary stencilFuncLcom/mojang/blaze3d/systems/RenderSystem;stencilFunc(III)Vnamed stencilFuncLcom/mojang/blaze3d/systems/RenderSystem;stencilFunc(III)V
-
stencilMask
public static void stencilMask(int int2)- Mappings:
Namespace Name Mixin selector official stencilMaskLcom/mojang/blaze3d/systems/RenderSystem;stencilMask(I)Vintermediary stencilMaskLcom/mojang/blaze3d/systems/RenderSystem;stencilMask(I)Vnamed stencilMaskLcom/mojang/blaze3d/systems/RenderSystem;stencilMask(I)V
-
stencilOp
public static void stencilOp(int sfail, int dpfail, int dppass)- Mappings:
Namespace Name Mixin selector official stencilOpLcom/mojang/blaze3d/systems/RenderSystem;stencilOp(III)Vintermediary stencilOpLcom/mojang/blaze3d/systems/RenderSystem;stencilOp(III)Vnamed stencilOpLcom/mojang/blaze3d/systems/RenderSystem;stencilOp(III)V
-
clearDepth
public static void clearDepth(double depth)- Mappings:
Namespace Name Mixin selector official clearDepthLcom/mojang/blaze3d/systems/RenderSystem;clearDepth(D)Vintermediary clearDepthLcom/mojang/blaze3d/systems/RenderSystem;clearDepth(D)Vnamed clearDepthLcom/mojang/blaze3d/systems/RenderSystem;clearDepth(D)V
-
clearColor
public static void clearColor(float red, float green, float blue, float alpha)- Mappings:
Namespace Name Mixin selector official clearColorLcom/mojang/blaze3d/systems/RenderSystem;clearColor(FFFF)Vintermediary clearColorLcom/mojang/blaze3d/systems/RenderSystem;clearColor(FFFF)Vnamed clearColorLcom/mojang/blaze3d/systems/RenderSystem;clearColor(FFFF)V
-
clearStencil
public static void clearStencil(int int2)- Mappings:
Namespace Name Mixin selector official clearStencilLcom/mojang/blaze3d/systems/RenderSystem;clearStencil(I)Vintermediary clearStencilLcom/mojang/blaze3d/systems/RenderSystem;clearStencil(I)Vnamed clearStencilLcom/mojang/blaze3d/systems/RenderSystem;clearStencil(I)V
-
clear
public static void clear(int mask, boolean getError)- Mappings:
Namespace Name Mixin selector official clearLcom/mojang/blaze3d/systems/RenderSystem;clear(IZ)Vintermediary clearLcom/mojang/blaze3d/systems/RenderSystem;clear(IZ)Vnamed clearLcom/mojang/blaze3d/systems/RenderSystem;clear(IZ)V
-
setShaderFogStart
public static void setShaderFogStart(float float2)- Mappings:
Namespace Name Mixin selector official setShaderFogStartLcom/mojang/blaze3d/systems/RenderSystem;setShaderFogStart(F)Vintermediary setShaderFogStartLcom/mojang/blaze3d/systems/RenderSystem;setShaderFogStart(F)Vnamed setShaderFogStartLcom/mojang/blaze3d/systems/RenderSystem;setShaderFogStart(F)V
-
_setShaderFogStart
private static void _setShaderFogStart(float float2)- Mappings:
Namespace Name Mixin selector official _setShaderFogStartLcom/mojang/blaze3d/systems/RenderSystem;_setShaderFogStart(F)Vintermediary _setShaderFogStartLcom/mojang/blaze3d/systems/RenderSystem;_setShaderFogStart(F)Vnamed _setShaderFogStartLcom/mojang/blaze3d/systems/RenderSystem;_setShaderFogStart(F)V
-
getShaderFogStart
public static float getShaderFogStart()- Mappings:
Namespace Name Mixin selector official getShaderFogStartLcom/mojang/blaze3d/systems/RenderSystem;getShaderFogStart()Fintermediary getShaderFogStartLcom/mojang/blaze3d/systems/RenderSystem;getShaderFogStart()Fnamed getShaderFogStartLcom/mojang/blaze3d/systems/RenderSystem;getShaderFogStart()F
-
setShaderFogEnd
public static void setShaderFogEnd(float float2)- Mappings:
Namespace Name Mixin selector official setShaderFogEndLcom/mojang/blaze3d/systems/RenderSystem;setShaderFogEnd(F)Vintermediary setShaderFogEndLcom/mojang/blaze3d/systems/RenderSystem;setShaderFogEnd(F)Vnamed setShaderFogEndLcom/mojang/blaze3d/systems/RenderSystem;setShaderFogEnd(F)V
-
_setShaderFogEnd
private static void _setShaderFogEnd(float float2)- Mappings:
Namespace Name Mixin selector official _setShaderFogEndLcom/mojang/blaze3d/systems/RenderSystem;_setShaderFogEnd(F)Vintermediary _setShaderFogEndLcom/mojang/blaze3d/systems/RenderSystem;_setShaderFogEnd(F)Vnamed _setShaderFogEndLcom/mojang/blaze3d/systems/RenderSystem;_setShaderFogEnd(F)V
-
getShaderFogEnd
public static float getShaderFogEnd()- Mappings:
Namespace Name Mixin selector official getShaderFogEndLcom/mojang/blaze3d/systems/RenderSystem;getShaderFogEnd()Fintermediary getShaderFogEndLcom/mojang/blaze3d/systems/RenderSystem;getShaderFogEnd()Fnamed getShaderFogEndLcom/mojang/blaze3d/systems/RenderSystem;getShaderFogEnd()F
-
setShaderFogColor
public static void setShaderFogColor(float float2, float float3, float float4, float float5)- Mappings:
Namespace Name Mixin selector official setShaderFogColorLcom/mojang/blaze3d/systems/RenderSystem;setShaderFogColor(FFFF)Vintermediary setShaderFogColorLcom/mojang/blaze3d/systems/RenderSystem;setShaderFogColor(FFFF)Vnamed setShaderFogColorLcom/mojang/blaze3d/systems/RenderSystem;setShaderFogColor(FFFF)V
-
setShaderFogColor
public static void setShaderFogColor(float float2, float float3, float float4)- Mappings:
Namespace Name Mixin selector official setShaderFogColorLcom/mojang/blaze3d/systems/RenderSystem;setShaderFogColor(FFF)Vintermediary setShaderFogColorLcom/mojang/blaze3d/systems/RenderSystem;setShaderFogColor(FFF)Vnamed setShaderFogColorLcom/mojang/blaze3d/systems/RenderSystem;setShaderFogColor(FFF)V
-
_setShaderFogColor
private static void _setShaderFogColor(float float2, float float3, float float4, float float5)- Mappings:
Namespace Name Mixin selector official _setShaderFogColorLcom/mojang/blaze3d/systems/RenderSystem;_setShaderFogColor(FFFF)Vintermediary _setShaderFogColorLcom/mojang/blaze3d/systems/RenderSystem;_setShaderFogColor(FFFF)Vnamed _setShaderFogColorLcom/mojang/blaze3d/systems/RenderSystem;_setShaderFogColor(FFFF)V
-
getShaderFogColor
public static float[] getShaderFogColor()- Mappings:
Namespace Name Mixin selector official getShaderFogColorLcom/mojang/blaze3d/systems/RenderSystem;getShaderFogColor()[Fintermediary getShaderFogColorLcom/mojang/blaze3d/systems/RenderSystem;getShaderFogColor()[Fnamed getShaderFogColorLcom/mojang/blaze3d/systems/RenderSystem;getShaderFogColor()[F
-
setShaderLights
- Mappings:
Namespace Name Mixin selector official setShaderLightsLcom/mojang/blaze3d/systems/RenderSystem;setShaderLights(Lk;Lk;)Vintermediary setShaderLightsLcom/mojang/blaze3d/systems/RenderSystem;setShaderLights(Lnet/minecraft/class_1160;Lnet/minecraft/class_1160;)Vnamed setShaderLightsLcom/mojang/blaze3d/systems/RenderSystem;setShaderLights(Lnet/minecraft/util/math/Vec3f;Lnet/minecraft/util/math/Vec3f;)V
-
_setShaderLights
- Mappings:
Namespace Name Mixin selector official _setShaderLightsLcom/mojang/blaze3d/systems/RenderSystem;_setShaderLights(Lk;Lk;)Vintermediary _setShaderLightsLcom/mojang/blaze3d/systems/RenderSystem;_setShaderLights(Lnet/minecraft/class_1160;Lnet/minecraft/class_1160;)Vnamed _setShaderLightsLcom/mojang/blaze3d/systems/RenderSystem;_setShaderLights(Lnet/minecraft/util/math/Vec3f;Lnet/minecraft/util/math/Vec3f;)V
-
setupShaderLights
- Mappings:
Namespace Name Mixin selector official setupShaderLightsLcom/mojang/blaze3d/systems/RenderSystem;setupShaderLights(Lemm;)Vintermediary setupShaderLightsLcom/mojang/blaze3d/systems/RenderSystem;setupShaderLights(Lnet/minecraft/class_5944;)Vnamed setupShaderLightsLcom/mojang/blaze3d/systems/RenderSystem;setupShaderLights(Lnet/minecraft/client/render/Shader;)V
-
setShaderColor
public static void setShaderColor(float float2, float float3, float float4, float float5)- Mappings:
Namespace Name Mixin selector official setShaderColorLcom/mojang/blaze3d/systems/RenderSystem;setShaderColor(FFFF)Vintermediary setShaderColorLcom/mojang/blaze3d/systems/RenderSystem;setShaderColor(FFFF)Vnamed setShaderColorLcom/mojang/blaze3d/systems/RenderSystem;setShaderColor(FFFF)V
-
_setShaderColor
private static void _setShaderColor(float float2, float float3, float float4, float float5)- Mappings:
Namespace Name Mixin selector official _setShaderColorLcom/mojang/blaze3d/systems/RenderSystem;_setShaderColor(FFFF)Vintermediary _setShaderColorLcom/mojang/blaze3d/systems/RenderSystem;_setShaderColor(FFFF)Vnamed _setShaderColorLcom/mojang/blaze3d/systems/RenderSystem;_setShaderColor(FFFF)V
-
getShaderColor
public static float[] getShaderColor()- Mappings:
Namespace Name Mixin selector official getShaderColorLcom/mojang/blaze3d/systems/RenderSystem;getShaderColor()[Fintermediary getShaderColorLcom/mojang/blaze3d/systems/RenderSystem;getShaderColor()[Fnamed getShaderColorLcom/mojang/blaze3d/systems/RenderSystem;getShaderColor()[F
-
drawElements
public static void drawElements(int mode, int first, int count)- Mappings:
Namespace Name Mixin selector official drawElementsLcom/mojang/blaze3d/systems/RenderSystem;drawElements(III)Vintermediary drawElementsLcom/mojang/blaze3d/systems/RenderSystem;drawElements(III)Vnamed drawElementsLcom/mojang/blaze3d/systems/RenderSystem;drawElements(III)V
-
lineWidth
public static void lineWidth(float width)- Mappings:
Namespace Name Mixin selector official lineWidthLcom/mojang/blaze3d/systems/RenderSystem;lineWidth(F)Vintermediary lineWidthLcom/mojang/blaze3d/systems/RenderSystem;lineWidth(F)Vnamed lineWidthLcom/mojang/blaze3d/systems/RenderSystem;lineWidth(F)V
-
getShaderLineWidth
public static float getShaderLineWidth()- Mappings:
Namespace Name Mixin selector official getShaderLineWidthLcom/mojang/blaze3d/systems/RenderSystem;getShaderLineWidth()Fintermediary getShaderLineWidthLcom/mojang/blaze3d/systems/RenderSystem;getShaderLineWidth()Fnamed getShaderLineWidthLcom/mojang/blaze3d/systems/RenderSystem;getShaderLineWidth()F
-
pixelStore
public static void pixelStore(int pname, int param)- Mappings:
Namespace Name Mixin selector official pixelStoreLcom/mojang/blaze3d/systems/RenderSystem;pixelStore(II)Vintermediary pixelStoreLcom/mojang/blaze3d/systems/RenderSystem;pixelStore(II)Vnamed pixelStoreLcom/mojang/blaze3d/systems/RenderSystem;pixelStore(II)V
-
readPixels
public static void readPixels(int x, int y, int width, int height, int format, int type, ByteBuffer pixels)- Mappings:
Namespace Name Mixin selector official readPixelsLcom/mojang/blaze3d/systems/RenderSystem;readPixels(IIIIIILjava/nio/ByteBuffer;)Vintermediary readPixelsLcom/mojang/blaze3d/systems/RenderSystem;readPixels(IIIIIILjava/nio/ByteBuffer;)Vnamed readPixelsLcom/mojang/blaze3d/systems/RenderSystem;readPixels(IIIIIILjava/nio/ByteBuffer;)V
-
getString
- Mappings:
Namespace Name Mixin selector official getStringLcom/mojang/blaze3d/systems/RenderSystem;getString(ILjava/util/function/Consumer;)Vintermediary getStringLcom/mojang/blaze3d/systems/RenderSystem;getString(ILjava/util/function/Consumer;)Vnamed getStringLcom/mojang/blaze3d/systems/RenderSystem;getString(ILjava/util/function/Consumer;)V
-
getBackendDescription
- Mappings:
Namespace Name Mixin selector official getBackendDescriptionLcom/mojang/blaze3d/systems/RenderSystem;getBackendDescription()Ljava/lang/String;intermediary getBackendDescriptionLcom/mojang/blaze3d/systems/RenderSystem;getBackendDescription()Ljava/lang/String;named getBackendDescriptionLcom/mojang/blaze3d/systems/RenderSystem;getBackendDescription()Ljava/lang/String;
-
getApiDescription
- Mappings:
Namespace Name Mixin selector official getApiDescriptionLcom/mojang/blaze3d/systems/RenderSystem;getApiDescription()Ljava/lang/String;intermediary getApiDescriptionLcom/mojang/blaze3d/systems/RenderSystem;getApiDescription()Ljava/lang/String;named getApiDescriptionLcom/mojang/blaze3d/systems/RenderSystem;getApiDescription()Ljava/lang/String;
-
initBackendSystem
- Mappings:
Namespace Name Mixin selector official initBackendSystemLcom/mojang/blaze3d/systems/RenderSystem;initBackendSystem()Ljava/util/function/LongSupplier;intermediary initBackendSystemLcom/mojang/blaze3d/systems/RenderSystem;initBackendSystem()Ljava/util/function/LongSupplier;named initBackendSystemLcom/mojang/blaze3d/systems/RenderSystem;initBackendSystem()Ljava/util/function/LongSupplier;
-
initRenderer
public static void initRenderer(int debugVerbosity, boolean debugSync)- Mappings:
Namespace Name Mixin selector official initRendererLcom/mojang/blaze3d/systems/RenderSystem;initRenderer(IZ)Vintermediary initRendererLcom/mojang/blaze3d/systems/RenderSystem;initRenderer(IZ)Vnamed initRendererLcom/mojang/blaze3d/systems/RenderSystem;initRenderer(IZ)V
-
setErrorCallback
- Mappings:
Namespace Name Mixin selector official setErrorCallbackLcom/mojang/blaze3d/systems/RenderSystem;setErrorCallback(Lorg/lwjgl/glfw/GLFWErrorCallbackI;)Vintermediary setErrorCallbackLcom/mojang/blaze3d/systems/RenderSystem;setErrorCallback(Lorg/lwjgl/glfw/GLFWErrorCallbackI;)Vnamed setErrorCallbackLcom/mojang/blaze3d/systems/RenderSystem;setErrorCallback(Lorg/lwjgl/glfw/GLFWErrorCallbackI;)V
-
renderCrosshair
public static void renderCrosshair(int size)- Mappings:
Namespace Name Mixin selector official renderCrosshairLcom/mojang/blaze3d/systems/RenderSystem;renderCrosshair(I)Vintermediary renderCrosshairLcom/mojang/blaze3d/systems/RenderSystem;renderCrosshair(I)Vnamed renderCrosshairLcom/mojang/blaze3d/systems/RenderSystem;renderCrosshair(I)V
-
getCapsString
- Mappings:
Namespace Name Mixin selector official getCapsStringLcom/mojang/blaze3d/systems/RenderSystem;getCapsString()Ljava/lang/String;intermediary getCapsStringLcom/mojang/blaze3d/systems/RenderSystem;getCapsString()Ljava/lang/String;named getCapsStringLcom/mojang/blaze3d/systems/RenderSystem;getCapsString()Ljava/lang/String;
-
setupDefaultState
public static void setupDefaultState(int x, int y, int width, int height)- Mappings:
Namespace Name Mixin selector official setupDefaultStateLcom/mojang/blaze3d/systems/RenderSystem;setupDefaultState(IIII)Vintermediary setupDefaultStateLcom/mojang/blaze3d/systems/RenderSystem;setupDefaultState(IIII)Vnamed setupDefaultStateLcom/mojang/blaze3d/systems/RenderSystem;setupDefaultState(IIII)V
-
maxSupportedTextureSize
public static int maxSupportedTextureSize()- Mappings:
Namespace Name Mixin selector official maxSupportedTextureSizeLcom/mojang/blaze3d/systems/RenderSystem;maxSupportedTextureSize()Iintermediary maxSupportedTextureSizeLcom/mojang/blaze3d/systems/RenderSystem;maxSupportedTextureSize()Inamed maxSupportedTextureSizeLcom/mojang/blaze3d/systems/RenderSystem;maxSupportedTextureSize()I
-
glBindBuffer
- Mappings:
Namespace Name Mixin selector official glBindBufferLcom/mojang/blaze3d/systems/RenderSystem;glBindBuffer(ILjava/util/function/IntSupplier;)Vintermediary glBindBufferLcom/mojang/blaze3d/systems/RenderSystem;glBindBuffer(ILjava/util/function/IntSupplier;)Vnamed glBindBufferLcom/mojang/blaze3d/systems/RenderSystem;glBindBuffer(ILjava/util/function/IntSupplier;)V
-
glBindVertexArray
- Mappings:
Namespace Name Mixin selector official glBindVertexArrayLcom/mojang/blaze3d/systems/RenderSystem;glBindVertexArray(Ljava/util/function/Supplier;)Vintermediary glBindVertexArrayLcom/mojang/blaze3d/systems/RenderSystem;glBindVertexArray(Ljava/util/function/Supplier;)Vnamed glBindVertexArrayLcom/mojang/blaze3d/systems/RenderSystem;glBindVertexArray(Ljava/util/function/Supplier;)V
-
glBufferData
- Mappings:
Namespace Name Mixin selector official glBufferDataLcom/mojang/blaze3d/systems/RenderSystem;glBufferData(ILjava/nio/ByteBuffer;I)Vintermediary glBufferDataLcom/mojang/blaze3d/systems/RenderSystem;glBufferData(ILjava/nio/ByteBuffer;I)Vnamed glBufferDataLcom/mojang/blaze3d/systems/RenderSystem;glBufferData(ILjava/nio/ByteBuffer;I)V
-
glDeleteBuffers
public static void glDeleteBuffers(int buffer)- Mappings:
Namespace Name Mixin selector official glDeleteBuffersLcom/mojang/blaze3d/systems/RenderSystem;glDeleteBuffers(I)Vintermediary glDeleteBuffersLcom/mojang/blaze3d/systems/RenderSystem;glDeleteBuffers(I)Vnamed glDeleteBuffersLcom/mojang/blaze3d/systems/RenderSystem;glDeleteBuffers(I)V
-
glDeleteVertexArrays
public static void glDeleteVertexArrays(int int2)- Mappings:
Namespace Name Mixin selector official glDeleteVertexArraysLcom/mojang/blaze3d/systems/RenderSystem;glDeleteVertexArrays(I)Vintermediary glDeleteVertexArraysLcom/mojang/blaze3d/systems/RenderSystem;glDeleteVertexArrays(I)Vnamed glDeleteVertexArraysLcom/mojang/blaze3d/systems/RenderSystem;glDeleteVertexArrays(I)V
-
glUniform1i
public static void glUniform1i(int location, int value)- Mappings:
Namespace Name Mixin selector official glUniform1iLcom/mojang/blaze3d/systems/RenderSystem;glUniform1i(II)Vintermediary glUniform1iLcom/mojang/blaze3d/systems/RenderSystem;glUniform1i(II)Vnamed glUniform1iLcom/mojang/blaze3d/systems/RenderSystem;glUniform1i(II)V
-
glUniform1
- Mappings:
Namespace Name Mixin selector official glUniform1Lcom/mojang/blaze3d/systems/RenderSystem;glUniform1(ILjava/nio/IntBuffer;)Vintermediary glUniform1Lcom/mojang/blaze3d/systems/RenderSystem;glUniform1(ILjava/nio/IntBuffer;)Vnamed glUniform1Lcom/mojang/blaze3d/systems/RenderSystem;glUniform1(ILjava/nio/IntBuffer;)V
-
glUniform2
- Mappings:
Namespace Name Mixin selector official glUniform2Lcom/mojang/blaze3d/systems/RenderSystem;glUniform2(ILjava/nio/IntBuffer;)Vintermediary glUniform2Lcom/mojang/blaze3d/systems/RenderSystem;glUniform2(ILjava/nio/IntBuffer;)Vnamed glUniform2Lcom/mojang/blaze3d/systems/RenderSystem;glUniform2(ILjava/nio/IntBuffer;)V
-
glUniform3
- Mappings:
Namespace Name Mixin selector official glUniform3Lcom/mojang/blaze3d/systems/RenderSystem;glUniform3(ILjava/nio/IntBuffer;)Vintermediary glUniform3Lcom/mojang/blaze3d/systems/RenderSystem;glUniform3(ILjava/nio/IntBuffer;)Vnamed glUniform3Lcom/mojang/blaze3d/systems/RenderSystem;glUniform3(ILjava/nio/IntBuffer;)V
-
glUniform4
- Mappings:
Namespace Name Mixin selector official glUniform4Lcom/mojang/blaze3d/systems/RenderSystem;glUniform4(ILjava/nio/IntBuffer;)Vintermediary glUniform4Lcom/mojang/blaze3d/systems/RenderSystem;glUniform4(ILjava/nio/IntBuffer;)Vnamed glUniform4Lcom/mojang/blaze3d/systems/RenderSystem;glUniform4(ILjava/nio/IntBuffer;)V
-
glUniform1
- Mappings:
Namespace Name Mixin selector official glUniform1Lcom/mojang/blaze3d/systems/RenderSystem;glUniform1(ILjava/nio/FloatBuffer;)Vintermediary glUniform1Lcom/mojang/blaze3d/systems/RenderSystem;glUniform1(ILjava/nio/FloatBuffer;)Vnamed glUniform1Lcom/mojang/blaze3d/systems/RenderSystem;glUniform1(ILjava/nio/FloatBuffer;)V
-
glUniform2
- Mappings:
Namespace Name Mixin selector official glUniform2Lcom/mojang/blaze3d/systems/RenderSystem;glUniform2(ILjava/nio/FloatBuffer;)Vintermediary glUniform2Lcom/mojang/blaze3d/systems/RenderSystem;glUniform2(ILjava/nio/FloatBuffer;)Vnamed glUniform2Lcom/mojang/blaze3d/systems/RenderSystem;glUniform2(ILjava/nio/FloatBuffer;)V
-
glUniform3
- Mappings:
Namespace Name Mixin selector official glUniform3Lcom/mojang/blaze3d/systems/RenderSystem;glUniform3(ILjava/nio/FloatBuffer;)Vintermediary glUniform3Lcom/mojang/blaze3d/systems/RenderSystem;glUniform3(ILjava/nio/FloatBuffer;)Vnamed glUniform3Lcom/mojang/blaze3d/systems/RenderSystem;glUniform3(ILjava/nio/FloatBuffer;)V
-
glUniform4
- Mappings:
Namespace Name Mixin selector official glUniform4Lcom/mojang/blaze3d/systems/RenderSystem;glUniform4(ILjava/nio/FloatBuffer;)Vintermediary glUniform4Lcom/mojang/blaze3d/systems/RenderSystem;glUniform4(ILjava/nio/FloatBuffer;)Vnamed glUniform4Lcom/mojang/blaze3d/systems/RenderSystem;glUniform4(ILjava/nio/FloatBuffer;)V
-
glUniformMatrix2
- Mappings:
Namespace Name Mixin selector official glUniformMatrix2Lcom/mojang/blaze3d/systems/RenderSystem;glUniformMatrix2(IZLjava/nio/FloatBuffer;)Vintermediary glUniformMatrix2Lcom/mojang/blaze3d/systems/RenderSystem;glUniformMatrix2(IZLjava/nio/FloatBuffer;)Vnamed glUniformMatrix2Lcom/mojang/blaze3d/systems/RenderSystem;glUniformMatrix2(IZLjava/nio/FloatBuffer;)V
-
glUniformMatrix3
- Mappings:
Namespace Name Mixin selector official glUniformMatrix3Lcom/mojang/blaze3d/systems/RenderSystem;glUniformMatrix3(IZLjava/nio/FloatBuffer;)Vintermediary glUniformMatrix3Lcom/mojang/blaze3d/systems/RenderSystem;glUniformMatrix3(IZLjava/nio/FloatBuffer;)Vnamed glUniformMatrix3Lcom/mojang/blaze3d/systems/RenderSystem;glUniformMatrix3(IZLjava/nio/FloatBuffer;)V
-
glUniformMatrix4
- Mappings:
Namespace Name Mixin selector official glUniformMatrix4Lcom/mojang/blaze3d/systems/RenderSystem;glUniformMatrix4(IZLjava/nio/FloatBuffer;)Vintermediary glUniformMatrix4Lcom/mojang/blaze3d/systems/RenderSystem;glUniformMatrix4(IZLjava/nio/FloatBuffer;)Vnamed glUniformMatrix4Lcom/mojang/blaze3d/systems/RenderSystem;glUniformMatrix4(IZLjava/nio/FloatBuffer;)V
-
setupOverlayColor
- Mappings:
Namespace Name Mixin selector official setupOverlayColorLcom/mojang/blaze3d/systems/RenderSystem;setupOverlayColor(Ljava/util/function/IntSupplier;I)Vintermediary setupOverlayColorLcom/mojang/blaze3d/systems/RenderSystem;setupOverlayColor(Ljava/util/function/IntSupplier;I)Vnamed setupOverlayColorLcom/mojang/blaze3d/systems/RenderSystem;setupOverlayColor(Ljava/util/function/IntSupplier;I)V
-
teardownOverlayColor
public static void teardownOverlayColor()- Mappings:
Namespace Name Mixin selector official teardownOverlayColorLcom/mojang/blaze3d/systems/RenderSystem;teardownOverlayColor()Vintermediary teardownOverlayColorLcom/mojang/blaze3d/systems/RenderSystem;teardownOverlayColor()Vnamed teardownOverlayColorLcom/mojang/blaze3d/systems/RenderSystem;teardownOverlayColor()V
-
setupLevelDiffuseLighting
- Mappings:
Namespace Name Mixin selector official setupLevelDiffuseLightingLcom/mojang/blaze3d/systems/RenderSystem;setupLevelDiffuseLighting(Lk;Lk;Ld;)Vintermediary setupLevelDiffuseLightingLcom/mojang/blaze3d/systems/RenderSystem;setupLevelDiffuseLighting(Lnet/minecraft/class_1160;Lnet/minecraft/class_1160;Lnet/minecraft/class_1159;)Vnamed setupLevelDiffuseLightingLcom/mojang/blaze3d/systems/RenderSystem;setupLevelDiffuseLighting(Lnet/minecraft/util/math/Vec3f;Lnet/minecraft/util/math/Vec3f;Lnet/minecraft/util/math/Matrix4f;)V
-
setupGuiFlatDiffuseLighting
- Mappings:
Namespace Name Mixin selector official setupGuiFlatDiffuseLightingLcom/mojang/blaze3d/systems/RenderSystem;setupGuiFlatDiffuseLighting(Lk;Lk;)Vintermediary setupGuiFlatDiffuseLightingLcom/mojang/blaze3d/systems/RenderSystem;setupGuiFlatDiffuseLighting(Lnet/minecraft/class_1160;Lnet/minecraft/class_1160;)Vnamed setupGuiFlatDiffuseLightingLcom/mojang/blaze3d/systems/RenderSystem;setupGuiFlatDiffuseLighting(Lnet/minecraft/util/math/Vec3f;Lnet/minecraft/util/math/Vec3f;)V
-
setupGui3DDiffuseLighting
- Mappings:
Namespace Name Mixin selector official setupGui3DDiffuseLightingLcom/mojang/blaze3d/systems/RenderSystem;setupGui3DDiffuseLighting(Lk;Lk;)Vintermediary setupGui3DDiffuseLightingLcom/mojang/blaze3d/systems/RenderSystem;setupGui3DDiffuseLighting(Lnet/minecraft/class_1160;Lnet/minecraft/class_1160;)Vnamed setupGui3DDiffuseLightingLcom/mojang/blaze3d/systems/RenderSystem;setupGui3DDiffuseLighting(Lnet/minecraft/util/math/Vec3f;Lnet/minecraft/util/math/Vec3f;)V
-
beginInitialization
public static void beginInitialization()- Mappings:
Namespace Name Mixin selector official beginInitializationLcom/mojang/blaze3d/systems/RenderSystem;beginInitialization()Vintermediary beginInitializationLcom/mojang/blaze3d/systems/RenderSystem;beginInitialization()Vnamed beginInitializationLcom/mojang/blaze3d/systems/RenderSystem;beginInitialization()V
-
finishInitialization
public static void finishInitialization()- Mappings:
Namespace Name Mixin selector official finishInitializationLcom/mojang/blaze3d/systems/RenderSystem;finishInitialization()Vintermediary finishInitializationLcom/mojang/blaze3d/systems/RenderSystem;finishInitialization()Vnamed finishInitializationLcom/mojang/blaze3d/systems/RenderSystem;finishInitialization()V
-
glGenBuffers
- Mappings:
Namespace Name Mixin selector official glGenBuffersLcom/mojang/blaze3d/systems/RenderSystem;glGenBuffers(Ljava/util/function/Consumer;)Vintermediary glGenBuffersLcom/mojang/blaze3d/systems/RenderSystem;glGenBuffers(Ljava/util/function/Consumer;)Vnamed glGenBuffersLcom/mojang/blaze3d/systems/RenderSystem;glGenBuffers(Ljava/util/function/Consumer;)V
-
glGenVertexArrays
- Mappings:
Namespace Name Mixin selector official glGenVertexArraysLcom/mojang/blaze3d/systems/RenderSystem;glGenVertexArrays(Ljava/util/function/Consumer;)Vintermediary glGenVertexArraysLcom/mojang/blaze3d/systems/RenderSystem;glGenVertexArrays(Ljava/util/function/Consumer;)Vnamed glGenVertexArraysLcom/mojang/blaze3d/systems/RenderSystem;glGenVertexArrays(Ljava/util/function/Consumer;)V
-
renderThreadTesselator
- Mappings:
Namespace Name Mixin selector official renderThreadTesselatorLcom/mojang/blaze3d/systems/RenderSystem;renderThreadTesselator()Ldpl;intermediary renderThreadTesselatorLcom/mojang/blaze3d/systems/RenderSystem;renderThreadTesselator()Lnet/minecraft/class_289;named renderThreadTesselatorLcom/mojang/blaze3d/systems/RenderSystem;renderThreadTesselator()Lnet/minecraft/client/render/Tessellator;
-
defaultBlendFunc
public static void defaultBlendFunc()- Mappings:
Namespace Name Mixin selector official defaultBlendFuncLcom/mojang/blaze3d/systems/RenderSystem;defaultBlendFunc()Vintermediary defaultBlendFuncLcom/mojang/blaze3d/systems/RenderSystem;defaultBlendFunc()Vnamed defaultBlendFuncLcom/mojang/blaze3d/systems/RenderSystem;defaultBlendFunc()V
-
runAsFancy
Deprecated.- Mappings:
Namespace Name Mixin selector official runAsFancyLcom/mojang/blaze3d/systems/RenderSystem;runAsFancy(Ljava/lang/Runnable;)Vintermediary runAsFancyLcom/mojang/blaze3d/systems/RenderSystem;runAsFancy(Ljava/lang/Runnable;)Vnamed runAsFancyLcom/mojang/blaze3d/systems/RenderSystem;runAsFancy(Ljava/lang/Runnable;)V
-
setShader
- Mappings:
Namespace Name Mixin selector official setShaderLcom/mojang/blaze3d/systems/RenderSystem;setShader(Ljava/util/function/Supplier;)Vintermediary setShaderLcom/mojang/blaze3d/systems/RenderSystem;setShader(Ljava/util/function/Supplier;)Vnamed setShaderLcom/mojang/blaze3d/systems/RenderSystem;setShader(Ljava/util/function/Supplier;)V
-
getShader
- Mappings:
Namespace Name Mixin selector official getShaderLcom/mojang/blaze3d/systems/RenderSystem;getShader()Lemm;intermediary getShaderLcom/mojang/blaze3d/systems/RenderSystem;getShader()Lnet/minecraft/class_5944;named getShaderLcom/mojang/blaze3d/systems/RenderSystem;getShader()Lnet/minecraft/client/render/Shader;
-
getTextureId
public static int getTextureId(int int2)- Mappings:
Namespace Name Mixin selector official getTextureIdLcom/mojang/blaze3d/systems/RenderSystem;getTextureId(I)Iintermediary getTextureIdLcom/mojang/blaze3d/systems/RenderSystem;getTextureId(I)Inamed getTextureIdLcom/mojang/blaze3d/systems/RenderSystem;getTextureId(I)I
-
setShaderTexture
- Mappings:
Namespace Name Mixin selector official setShaderTextureLcom/mojang/blaze3d/systems/RenderSystem;setShaderTexture(ILwp;)Vintermediary setShaderTextureLcom/mojang/blaze3d/systems/RenderSystem;setShaderTexture(ILnet/minecraft/class_2960;)Vnamed setShaderTextureLcom/mojang/blaze3d/systems/RenderSystem;setShaderTexture(ILnet/minecraft/util/Identifier;)V
-
_setShaderTexture
- Mappings:
Namespace Name Mixin selector official _setShaderTextureLcom/mojang/blaze3d/systems/RenderSystem;_setShaderTexture(ILwp;)Vintermediary _setShaderTextureLcom/mojang/blaze3d/systems/RenderSystem;_setShaderTexture(ILnet/minecraft/class_2960;)Vnamed _setShaderTextureLcom/mojang/blaze3d/systems/RenderSystem;_setShaderTexture(ILnet/minecraft/util/Identifier;)V
-
setShaderTexture
public static void setShaderTexture(int int2, int int3)- Mappings:
Namespace Name Mixin selector official setShaderTextureLcom/mojang/blaze3d/systems/RenderSystem;setShaderTexture(II)Vintermediary setShaderTextureLcom/mojang/blaze3d/systems/RenderSystem;setShaderTexture(II)Vnamed setShaderTextureLcom/mojang/blaze3d/systems/RenderSystem;setShaderTexture(II)V
-
_setShaderTexture
public static void _setShaderTexture(int int2, int int3)- Mappings:
Namespace Name Mixin selector official _setShaderTextureLcom/mojang/blaze3d/systems/RenderSystem;_setShaderTexture(II)Vintermediary _setShaderTextureLcom/mojang/blaze3d/systems/RenderSystem;_setShaderTexture(II)Vnamed _setShaderTextureLcom/mojang/blaze3d/systems/RenderSystem;_setShaderTexture(II)V
-
getShaderTexture
public static int getShaderTexture(int int2)- Mappings:
Namespace Name Mixin selector official getShaderTextureLcom/mojang/blaze3d/systems/RenderSystem;getShaderTexture(I)Iintermediary getShaderTextureLcom/mojang/blaze3d/systems/RenderSystem;getShaderTexture(I)Inamed getShaderTextureLcom/mojang/blaze3d/systems/RenderSystem;getShaderTexture(I)I
-
setProjectionMatrix
- Mappings:
Namespace Name Mixin selector official setProjectionMatrixLcom/mojang/blaze3d/systems/RenderSystem;setProjectionMatrix(Ld;)Vintermediary setProjectionMatrixLcom/mojang/blaze3d/systems/RenderSystem;setProjectionMatrix(Lnet/minecraft/class_1159;)Vnamed setProjectionMatrixLcom/mojang/blaze3d/systems/RenderSystem;setProjectionMatrix(Lnet/minecraft/util/math/Matrix4f;)V
-
setTextureMatrix
- Mappings:
Namespace Name Mixin selector official setTextureMatrixLcom/mojang/blaze3d/systems/RenderSystem;setTextureMatrix(Ld;)Vintermediary setTextureMatrixLcom/mojang/blaze3d/systems/RenderSystem;setTextureMatrix(Lnet/minecraft/class_1159;)Vnamed setTextureMatrixLcom/mojang/blaze3d/systems/RenderSystem;setTextureMatrix(Lnet/minecraft/util/math/Matrix4f;)V
-
resetTextureMatrix
public static void resetTextureMatrix()- Mappings:
Namespace Name Mixin selector official resetTextureMatrixLcom/mojang/blaze3d/systems/RenderSystem;resetTextureMatrix()Vintermediary resetTextureMatrixLcom/mojang/blaze3d/systems/RenderSystem;resetTextureMatrix()Vnamed resetTextureMatrixLcom/mojang/blaze3d/systems/RenderSystem;resetTextureMatrix()V
-
applyModelViewMatrix
public static void applyModelViewMatrix()- Mappings:
Namespace Name Mixin selector official applyModelViewMatrixLcom/mojang/blaze3d/systems/RenderSystem;applyModelViewMatrix()Vintermediary applyModelViewMatrixLcom/mojang/blaze3d/systems/RenderSystem;applyModelViewMatrix()Vnamed applyModelViewMatrixLcom/mojang/blaze3d/systems/RenderSystem;applyModelViewMatrix()V
-
backupProjectionMatrix
public static void backupProjectionMatrix()- Mappings:
Namespace Name Mixin selector official backupProjectionMatrixLcom/mojang/blaze3d/systems/RenderSystem;backupProjectionMatrix()Vintermediary backupProjectionMatrixLcom/mojang/blaze3d/systems/RenderSystem;backupProjectionMatrix()Vnamed backupProjectionMatrixLcom/mojang/blaze3d/systems/RenderSystem;backupProjectionMatrix()V
-
_backupProjectionMatrix
private static void _backupProjectionMatrix()- Mappings:
Namespace Name Mixin selector official _backupProjectionMatrixLcom/mojang/blaze3d/systems/RenderSystem;_backupProjectionMatrix()Vintermediary _backupProjectionMatrixLcom/mojang/blaze3d/systems/RenderSystem;_backupProjectionMatrix()Vnamed _backupProjectionMatrixLcom/mojang/blaze3d/systems/RenderSystem;_backupProjectionMatrix()V
-
restoreProjectionMatrix
public static void restoreProjectionMatrix()- Mappings:
Namespace Name Mixin selector official restoreProjectionMatrixLcom/mojang/blaze3d/systems/RenderSystem;restoreProjectionMatrix()Vintermediary restoreProjectionMatrixLcom/mojang/blaze3d/systems/RenderSystem;restoreProjectionMatrix()Vnamed restoreProjectionMatrixLcom/mojang/blaze3d/systems/RenderSystem;restoreProjectionMatrix()V
-
_restoreProjectionMatrix
private static void _restoreProjectionMatrix()- Mappings:
Namespace Name Mixin selector official _restoreProjectionMatrixLcom/mojang/blaze3d/systems/RenderSystem;_restoreProjectionMatrix()Vintermediary _restoreProjectionMatrixLcom/mojang/blaze3d/systems/RenderSystem;_restoreProjectionMatrix()Vnamed _restoreProjectionMatrixLcom/mojang/blaze3d/systems/RenderSystem;_restoreProjectionMatrix()V
-
getProjectionMatrix
- Mappings:
Namespace Name Mixin selector official getProjectionMatrixLcom/mojang/blaze3d/systems/RenderSystem;getProjectionMatrix()Ld;intermediary getProjectionMatrixLcom/mojang/blaze3d/systems/RenderSystem;getProjectionMatrix()Lnet/minecraft/class_1159;named getProjectionMatrixLcom/mojang/blaze3d/systems/RenderSystem;getProjectionMatrix()Lnet/minecraft/util/math/Matrix4f;
-
getModelViewMatrix
- Mappings:
Namespace Name Mixin selector official getModelViewMatrixLcom/mojang/blaze3d/systems/RenderSystem;getModelViewMatrix()Ld;intermediary getModelViewMatrixLcom/mojang/blaze3d/systems/RenderSystem;getModelViewMatrix()Lnet/minecraft/class_1159;named getModelViewMatrixLcom/mojang/blaze3d/systems/RenderSystem;getModelViewMatrix()Lnet/minecraft/util/math/Matrix4f;
-
getModelViewStack
- Mappings:
Namespace Name Mixin selector official getModelViewStackLcom/mojang/blaze3d/systems/RenderSystem;getModelViewStack()Ldpj;intermediary getModelViewStackLcom/mojang/blaze3d/systems/RenderSystem;getModelViewStack()Lnet/minecraft/class_4587;named getModelViewStackLcom/mojang/blaze3d/systems/RenderSystem;getModelViewStack()Lnet/minecraft/client/util/math/MatrixStack;
-
getTextureMatrix
- Mappings:
Namespace Name Mixin selector official getTextureMatrixLcom/mojang/blaze3d/systems/RenderSystem;getTextureMatrix()Ld;intermediary getTextureMatrixLcom/mojang/blaze3d/systems/RenderSystem;getTextureMatrix()Lnet/minecraft/class_1159;named getTextureMatrixLcom/mojang/blaze3d/systems/RenderSystem;getTextureMatrix()Lnet/minecraft/util/math/Matrix4f;
-
getSequentialBuffer
public static RenderSystem.IndexBuffer getSequentialBuffer(VertexFormat.DrawMode drawMode, int int2)- Mappings:
Namespace Name Mixin selector official getSequentialBufferLcom/mojang/blaze3d/systems/RenderSystem;getSequentialBuffer(Ldpo$b;I)Lcom/mojang/blaze3d/systems/RenderSystem$a;intermediary getSequentialBufferLcom/mojang/blaze3d/systems/RenderSystem;getSequentialBuffer(Lnet/minecraft/class_293$class_5596;I)Lcom/mojang/blaze3d/systems/RenderSystem$class_5590;named getSequentialBufferLcom/mojang/blaze3d/systems/RenderSystem;getSequentialBuffer(Lnet/minecraft/client/render/VertexFormat$DrawMode;I)Lcom/mojang/blaze3d/systems/RenderSystem$IndexBuffer;
-
setShaderGameTime
public static void setShaderGameTime(long long2, float float2)- Mappings:
Namespace Name Mixin selector official setShaderGameTimeLcom/mojang/blaze3d/systems/RenderSystem;setShaderGameTime(JF)Vintermediary setShaderGameTimeLcom/mojang/blaze3d/systems/RenderSystem;setShaderGameTime(JF)Vnamed setShaderGameTimeLcom/mojang/blaze3d/systems/RenderSystem;setShaderGameTime(JF)V
-
getShaderGameTime
public static float getShaderGameTime()- Mappings:
Namespace Name Mixin selector official getShaderGameTimeLcom/mojang/blaze3d/systems/RenderSystem;getShaderGameTime()Fintermediary getShaderGameTimeLcom/mojang/blaze3d/systems/RenderSystem;getShaderGameTime()Fnamed getShaderGameTimeLcom/mojang/blaze3d/systems/RenderSystem;getShaderGameTime()F
-