Package com.mojang.blaze3d.systems
Class RenderSystem
java.lang.Object
com.mojang.blaze3d.systems.RenderSystem
@Environment(CLIENT) public class RenderSystem extends Object
- Mappings:
Namespace Name official com/mojang/blaze3d/systems/RenderSystemintermediary com/mojang/blaze3d/systems/RenderSystemnamed com/mojang/blaze3d/systems/RenderSystem
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRenderSystem.IndexBuffer -
Field Summary
Fields Modifier and Type Field Description static floatDEFAULTALPHACUTOFFprivate static ThreadgameThreadprivate static booleanisInInitprivate static booleanisReplayingQueueprivate static doublelastDrawTimeprivate static LoggerLOGGERprivate static intMAX_SUPPORTED_TEXTURE_SIZEprivate static intMINIMUM_ATLAS_TEXTURE_SIZEprivate static ConcurrentLinkedQueue<RenderCall>recordingQueueprivate static TessellatorRENDER_THREAD_TESSELATORprivate static ThreadrenderThreadprivate static RenderSystem.IndexBuffersharedSequentialprivate static RenderSystem.IndexBuffersharedSequentialQuad -
Constructor Summary
Constructors Constructor Description RenderSystem() -
Method Summary
Modifier and Type Method Description static voidactiveTexture(int texture)static voidalphaFunc(int func, float ref)Deprecated.static voidassertThread(Supplier<Boolean> check)static voidbeginInitialization()static voidbindTexture(int texture)static voidblendColor(float red, float green, float blue, float alpha)static voidblendEquation(int mode)static voidblendFunc(int srcFactor, int dstFactor)static 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 voidclearCurrentColor()Deprecated.static voidclearDepth(double depth)static voidclearStencil(int int2)static voidclearTexGen()static voidcolor3f(float red, float green, float blue)Deprecated.static voidcolor4f(float red, float green, float blue, float alpha)Deprecated.static voidcolorMask(boolean red, boolean green, boolean blue, boolean alpha)static voidcolorMaterial(int face, int mode)Deprecated.static voiddefaultAlphaFunc()static voiddefaultBlendFunc()static voiddeleteTexture(int texture)static voiddepthFunc(int func)static voiddepthMask(boolean mask)static voiddisableAlphaTest()Deprecated.static voiddisableBlend()static voiddisableColorLogicOp()static voiddisableColorMaterial()Deprecated.static voiddisableCull()static voiddisableDepthTest()static voiddisableFog()Deprecated.static voiddisableLighting()Deprecated.static voiddisableLineOffset()static voiddisablePolygonOffset()static voiddisableRescaleNormal()Deprecated.static voiddisableScissor()static voiddisableTexture()static voiddrawElements(int mode, int first, int count)static voidenableAlphaTest()Deprecated.static voidenableBlend()static voidenableColorLogicOp()static voidenableColorMaterial()Deprecated.static voidenableCull()static voidenableDepthTest()static voidenableFog()Deprecated.static voidenableLighting()Deprecated.static voidenableLineOffset()static voidenablePolygonOffset()static voidenableRescaleNormal()Deprecated.static voidenableScissor(int int2, int int3, int int4, int int5)static voidenableTexture()static voidfinishInitialization()static voidflipFrame(long window)static voidfog(int pname, float red, float green, float blue, float alpha)Deprecated.static voidfogDensity(float density)Deprecated.static voidfogEnd(float end)Deprecated.static voidfogi(int int2, int int3)Deprecated.static voidfogMode(int int2)Deprecated.static voidfogMode(GlStateManager.FogMode mode)Deprecated.static voidfogStart(float start)Deprecated.static StringgetApiDescription()static StringgetBackendDescription()static StringgetCapsString()static RenderSystem.IndexBuffergetSequentialBuffer(VertexFormat.DrawMode drawMode, int int2)static voidgetString(int name, Consumer<String> consumer)static voidglBindBuffer(int target, Supplier<Integer> buffer)static voidglBufferData(int target, ByteBuffer data, int usage)static voidglDeleteBuffers(int buffer)static voidglGenBuffers(Consumer<Integer> consumer)static voidglMultiTexCoord2f(int texture, float s, float t)Deprecated.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 LongSupplierinitBackendSystem()static voidinitGameThread(boolean assertNotRenderThread)static voidinitRenderer(int debugVerbosity, boolean debugSync)static voidinitRenderThread()static booleanisInInitPhase()static booleanisOnGameThread()static booleanisOnGameThreadOrInit()static booleanisOnRenderThread()static booleanisOnRenderThreadOrInit()static voidlimitDisplayFPS(int fps)static voidlineWidth(float width)static voidloadIdentity()Deprecated.static voidlogicOp(GlStateManager.LogicOp op)static voidmatrixMode(int mode)Deprecated.static intmaxSupportedTextureSize()static voidmulTextureByProjModelView()static voidmultMatrix(Matrix4f matrix)Deprecated.static voidnormal3f(float nx, float ny, float nz)Deprecated.static voidortho(double l, double r, double b, double t, double n, double f)Deprecated.static voidpixelStore(int pname, int param)static voidpixelTransfer(int int2, float float2)static voidpolygonMode(int int2, int int3)static voidpolygonOffset(float factor, float units)static voidpopAttributes()Deprecated.static voidpopMatrix()Deprecated.static voidpushLightingAttributes()Deprecated.static voidpushMatrix()Deprecated.static voidpushTextureAttributes()Deprecated.static voidreadPixels(int x, int y, int width, int height, int format, int type, ByteBuffer pixels)static voidrecordRenderCall(RenderCall renderCall)static voidrenderCrosshair(int size)static TessellatorrenderThreadTesselator()static voidreplayQueue()static voidrotatef(float angle, float x, float y, float z)Deprecated.static voidrunAsFancy(Runnable runnable)Deprecated.static voidscaled(double x, double y, double z)Deprecated.static voidscalef(float x, float y, float z)Deprecated.static voidsetErrorCallback(GLFWErrorCallbackI callback)static voidsetupDefaultState(int x, int y, int width, int height)static voidsetupEndPortalTexGen()static voidsetupGui3DDiffuseLighting(Vec3f vec3f, Vec3f vec3f2)static voidsetupGuiFlatDiffuseLighting(Vec3f vec3f, Vec3f vec3f2)static voidsetupLevelDiffuseLighting(Vec3f vec3f, Vec3f vec3f2, Matrix4f matrix4f)static voidsetupNvFogDistance()static voidsetupOutline()static voidsetupOverlayColor(IntSupplier texture, int size)static voidshadeModel(int mode)Deprecated.static voidstencilFunc(int func, int ref, int mask)static voidstencilMask(int int2)static voidstencilOp(int sfail, int dpfail, int dppass)static voidteardownOutline()static voidteardownOverlayColor()static voidtexParameter(int target, int pname, int param)static voidtranslated(double x, double y, double z)Deprecated.static voidtranslatef(float x, float y, float z)Deprecated.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:Ldlt;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;
-
DEFAULTALPHACUTOFF
public static final float DEFAULTALPHACUTOFF- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official DEFAULTALPHACUTOFFLcom/mojang/blaze3d/systems/RenderSystem;DEFAULTALPHACUTOFF:Fintermediary DEFAULTALPHACUTOFFLcom/mojang/blaze3d/systems/RenderSystem;DEFAULTALPHACUTOFF:Fnamed DEFAULTALPHACUTOFFLcom/mojang/blaze3d/systems/RenderSystem;DEFAULTALPHACUTOFF:F
-
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
-
-
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(Ldkj;)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
-
pushLightingAttributes
Deprecated.- Mappings:
Namespace Name Mixin selector official pushLightingAttributesLcom/mojang/blaze3d/systems/RenderSystem;pushLightingAttributes()Vintermediary pushLightingAttributesLcom/mojang/blaze3d/systems/RenderSystem;pushLightingAttributes()Vnamed pushLightingAttributesLcom/mojang/blaze3d/systems/RenderSystem;pushLightingAttributes()V
-
pushTextureAttributes
Deprecated.- Mappings:
Namespace Name Mixin selector official pushTextureAttributesLcom/mojang/blaze3d/systems/RenderSystem;pushTextureAttributes()Vintermediary pushTextureAttributesLcom/mojang/blaze3d/systems/RenderSystem;pushTextureAttributes()Vnamed pushTextureAttributesLcom/mojang/blaze3d/systems/RenderSystem;pushTextureAttributes()V
-
popAttributes
Deprecated.- Mappings:
Namespace Name Mixin selector official popAttributesLcom/mojang/blaze3d/systems/RenderSystem;popAttributes()Vintermediary popAttributesLcom/mojang/blaze3d/systems/RenderSystem;popAttributes()Vnamed popAttributesLcom/mojang/blaze3d/systems/RenderSystem;popAttributes()V
-
disableAlphaTest
Deprecated.- Mappings:
Namespace Name Mixin selector official disableAlphaTestLcom/mojang/blaze3d/systems/RenderSystem;disableAlphaTest()Vintermediary disableAlphaTestLcom/mojang/blaze3d/systems/RenderSystem;disableAlphaTest()Vnamed disableAlphaTestLcom/mojang/blaze3d/systems/RenderSystem;disableAlphaTest()V
-
enableAlphaTest
Deprecated.- Mappings:
Namespace Name Mixin selector official enableAlphaTestLcom/mojang/blaze3d/systems/RenderSystem;enableAlphaTest()Vintermediary enableAlphaTestLcom/mojang/blaze3d/systems/RenderSystem;enableAlphaTest()Vnamed enableAlphaTestLcom/mojang/blaze3d/systems/RenderSystem;enableAlphaTest()V
-
alphaFunc
Deprecated.- Mappings:
Namespace Name Mixin selector official alphaFuncLcom/mojang/blaze3d/systems/RenderSystem;alphaFunc(IF)Vintermediary alphaFuncLcom/mojang/blaze3d/systems/RenderSystem;alphaFunc(IF)Vnamed alphaFuncLcom/mojang/blaze3d/systems/RenderSystem;alphaFunc(IF)V
-
enableLighting
Deprecated.- Mappings:
Namespace Name Mixin selector official enableLightingLcom/mojang/blaze3d/systems/RenderSystem;enableLighting()Vintermediary enableLightingLcom/mojang/blaze3d/systems/RenderSystem;enableLighting()Vnamed enableLightingLcom/mojang/blaze3d/systems/RenderSystem;enableLighting()V
-
disableLighting
Deprecated.- Mappings:
Namespace Name Mixin selector official disableLightingLcom/mojang/blaze3d/systems/RenderSystem;disableLighting()Vintermediary disableLightingLcom/mojang/blaze3d/systems/RenderSystem;disableLighting()Vnamed disableLightingLcom/mojang/blaze3d/systems/RenderSystem;disableLighting()V
-
enableColorMaterial
Deprecated.- Mappings:
Namespace Name Mixin selector official enableColorMaterialLcom/mojang/blaze3d/systems/RenderSystem;enableColorMaterial()Vintermediary enableColorMaterialLcom/mojang/blaze3d/systems/RenderSystem;enableColorMaterial()Vnamed enableColorMaterialLcom/mojang/blaze3d/systems/RenderSystem;enableColorMaterial()V
-
disableColorMaterial
Deprecated.- Mappings:
Namespace Name Mixin selector official disableColorMaterialLcom/mojang/blaze3d/systems/RenderSystem;disableColorMaterial()Vintermediary disableColorMaterialLcom/mojang/blaze3d/systems/RenderSystem;disableColorMaterial()Vnamed disableColorMaterialLcom/mojang/blaze3d/systems/RenderSystem;disableColorMaterial()V
-
colorMaterial
Deprecated.- Mappings:
Namespace Name Mixin selector official colorMaterialLcom/mojang/blaze3d/systems/RenderSystem;colorMaterial(II)Vintermediary colorMaterialLcom/mojang/blaze3d/systems/RenderSystem;colorMaterial(II)Vnamed colorMaterialLcom/mojang/blaze3d/systems/RenderSystem;colorMaterial(II)V
-
normal3f
Deprecated.- Mappings:
Namespace Name Mixin selector official normal3fLcom/mojang/blaze3d/systems/RenderSystem;normal3f(FFF)Vintermediary normal3fLcom/mojang/blaze3d/systems/RenderSystem;normal3f(FFF)Vnamed normal3fLcom/mojang/blaze3d/systems/RenderSystem;normal3f(FFF)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(Ldkr$r;Ldkr$j;)Vintermediary blendFuncLcom/mojang/blaze3d/systems/RenderSystem;blendFunc(Lnet/minecraft/class_4493$class_4535;Lnet/minecraft/class_4493$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(Ldkr$r;Ldkr$j;Ldkr$r;Ldkr$j;)Vintermediary blendFuncSeparateLcom/mojang/blaze3d/systems/RenderSystem;blendFuncSeparate(Lnet/minecraft/class_4493$class_4535;Lnet/minecraft/class_4493$class_4534;Lnet/minecraft/class_4493$class_4535;Lnet/minecraft/class_4493$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
-
blendColor
public static void blendColor(float red, float green, float blue, float alpha)- Mappings:
Namespace Name Mixin selector official blendColorLcom/mojang/blaze3d/systems/RenderSystem;blendColor(FFFF)Vintermediary blendColorLcom/mojang/blaze3d/systems/RenderSystem;blendColor(FFFF)Vnamed blendColorLcom/mojang/blaze3d/systems/RenderSystem;blendColor(FFFF)V
-
enableFog
Deprecated.- Mappings:
Namespace Name Mixin selector official enableFogLcom/mojang/blaze3d/systems/RenderSystem;enableFog()Vintermediary enableFogLcom/mojang/blaze3d/systems/RenderSystem;enableFog()Vnamed enableFogLcom/mojang/blaze3d/systems/RenderSystem;enableFog()V
-
disableFog
Deprecated.- Mappings:
Namespace Name Mixin selector official disableFogLcom/mojang/blaze3d/systems/RenderSystem;disableFog()Vintermediary disableFogLcom/mojang/blaze3d/systems/RenderSystem;disableFog()Vnamed disableFogLcom/mojang/blaze3d/systems/RenderSystem;disableFog()V
-
fogMode
Deprecated.- Mappings:
Namespace Name Mixin selector official fogModeLcom/mojang/blaze3d/systems/RenderSystem;fogMode(Ldkr$m;)Vintermediary fogModeLcom/mojang/blaze3d/systems/RenderSystem;fogMode(Lnet/minecraft/class_4493$class_1028;)Vnamed fogModeLcom/mojang/blaze3d/systems/RenderSystem;fogMode(Lcom/mojang/blaze3d/platform/GlStateManager$FogMode;)V
-
fogMode
Deprecated.- Mappings:
Namespace Name Mixin selector official fogModeLcom/mojang/blaze3d/systems/RenderSystem;fogMode(I)Vintermediary fogModeLcom/mojang/blaze3d/systems/RenderSystem;fogMode(I)Vnamed fogModeLcom/mojang/blaze3d/systems/RenderSystem;fogMode(I)V
-
fogDensity
Deprecated.- Mappings:
Namespace Name Mixin selector official fogDensityLcom/mojang/blaze3d/systems/RenderSystem;fogDensity(F)Vintermediary fogDensityLcom/mojang/blaze3d/systems/RenderSystem;fogDensity(F)Vnamed fogDensityLcom/mojang/blaze3d/systems/RenderSystem;fogDensity(F)V
-
fogStart
Deprecated.- Mappings:
Namespace Name Mixin selector official fogStartLcom/mojang/blaze3d/systems/RenderSystem;fogStart(F)Vintermediary fogStartLcom/mojang/blaze3d/systems/RenderSystem;fogStart(F)Vnamed fogStartLcom/mojang/blaze3d/systems/RenderSystem;fogStart(F)V
-
fogEnd
Deprecated.- Mappings:
Namespace Name Mixin selector official fogEndLcom/mojang/blaze3d/systems/RenderSystem;fogEnd(F)Vintermediary fogEndLcom/mojang/blaze3d/systems/RenderSystem;fogEnd(F)Vnamed fogEndLcom/mojang/blaze3d/systems/RenderSystem;fogEnd(F)V
-
fog
Deprecated.- Mappings:
Namespace Name Mixin selector official fogLcom/mojang/blaze3d/systems/RenderSystem;fog(IFFFF)Vintermediary fogLcom/mojang/blaze3d/systems/RenderSystem;fog(IFFFF)Vnamed fogLcom/mojang/blaze3d/systems/RenderSystem;fog(IFFFF)V
-
fogi
Deprecated.- Mappings:
Namespace Name Mixin selector official fogiLcom/mojang/blaze3d/systems/RenderSystem;fogi(II)Vintermediary fogiLcom/mojang/blaze3d/systems/RenderSystem;fogi(II)Vnamed fogiLcom/mojang/blaze3d/systems/RenderSystem;fogi(II)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
-
enableLineOffset
public static void enableLineOffset()- Mappings:
Namespace Name Mixin selector official enableLineOffsetLcom/mojang/blaze3d/systems/RenderSystem;enableLineOffset()Vintermediary enableLineOffsetLcom/mojang/blaze3d/systems/RenderSystem;enableLineOffset()Vnamed enableLineOffsetLcom/mojang/blaze3d/systems/RenderSystem;enableLineOffset()V
-
disableLineOffset
public static void disableLineOffset()- Mappings:
Namespace Name Mixin selector official disableLineOffsetLcom/mojang/blaze3d/systems/RenderSystem;disableLineOffset()Vintermediary disableLineOffsetLcom/mojang/blaze3d/systems/RenderSystem;disableLineOffset()Vnamed disableLineOffsetLcom/mojang/blaze3d/systems/RenderSystem;disableLineOffset()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(Ldkr$o;)Vintermediary logicOpLcom/mojang/blaze3d/systems/RenderSystem;logicOp(Lnet/minecraft/class_4493$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
-
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
-
shadeModel
Deprecated.- Mappings:
Namespace Name Mixin selector official shadeModelLcom/mojang/blaze3d/systems/RenderSystem;shadeModel(I)Vintermediary shadeModelLcom/mojang/blaze3d/systems/RenderSystem;shadeModel(I)Vnamed shadeModelLcom/mojang/blaze3d/systems/RenderSystem;shadeModel(I)V
-
enableRescaleNormal
Deprecated.- Mappings:
Namespace Name Mixin selector official enableRescaleNormalLcom/mojang/blaze3d/systems/RenderSystem;enableRescaleNormal()Vintermediary enableRescaleNormalLcom/mojang/blaze3d/systems/RenderSystem;enableRescaleNormal()Vnamed enableRescaleNormalLcom/mojang/blaze3d/systems/RenderSystem;enableRescaleNormal()V
-
disableRescaleNormal
Deprecated.- Mappings:
Namespace Name Mixin selector official disableRescaleNormalLcom/mojang/blaze3d/systems/RenderSystem;disableRescaleNormal()Vintermediary disableRescaleNormalLcom/mojang/blaze3d/systems/RenderSystem;disableRescaleNormal()Vnamed disableRescaleNormalLcom/mojang/blaze3d/systems/RenderSystem;disableRescaleNormal()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
-
matrixMode
Deprecated.- Mappings:
Namespace Name Mixin selector official matrixModeLcom/mojang/blaze3d/systems/RenderSystem;matrixMode(I)Vintermediary matrixModeLcom/mojang/blaze3d/systems/RenderSystem;matrixMode(I)Vnamed matrixModeLcom/mojang/blaze3d/systems/RenderSystem;matrixMode(I)V
-
loadIdentity
Deprecated.- Mappings:
Namespace Name Mixin selector official loadIdentityLcom/mojang/blaze3d/systems/RenderSystem;loadIdentity()Vintermediary loadIdentityLcom/mojang/blaze3d/systems/RenderSystem;loadIdentity()Vnamed loadIdentityLcom/mojang/blaze3d/systems/RenderSystem;loadIdentity()V
-
pushMatrix
Deprecated.- Mappings:
Namespace Name Mixin selector official pushMatrixLcom/mojang/blaze3d/systems/RenderSystem;pushMatrix()Vintermediary pushMatrixLcom/mojang/blaze3d/systems/RenderSystem;pushMatrix()Vnamed pushMatrixLcom/mojang/blaze3d/systems/RenderSystem;pushMatrix()V
-
popMatrix
Deprecated.- Mappings:
Namespace Name Mixin selector official popMatrixLcom/mojang/blaze3d/systems/RenderSystem;popMatrix()Vintermediary popMatrixLcom/mojang/blaze3d/systems/RenderSystem;popMatrix()Vnamed popMatrixLcom/mojang/blaze3d/systems/RenderSystem;popMatrix()V
-
ortho
Deprecated.- Mappings:
Namespace Name Mixin selector official orthoLcom/mojang/blaze3d/systems/RenderSystem;ortho(DDDDDD)Vintermediary orthoLcom/mojang/blaze3d/systems/RenderSystem;ortho(DDDDDD)Vnamed orthoLcom/mojang/blaze3d/systems/RenderSystem;ortho(DDDDDD)V
-
rotatef
Deprecated.- Mappings:
Namespace Name Mixin selector official rotatefLcom/mojang/blaze3d/systems/RenderSystem;rotatef(FFFF)Vintermediary rotatefLcom/mojang/blaze3d/systems/RenderSystem;rotatef(FFFF)Vnamed rotatefLcom/mojang/blaze3d/systems/RenderSystem;rotatef(FFFF)V
-
scalef
Deprecated.- Mappings:
Namespace Name Mixin selector official scalefLcom/mojang/blaze3d/systems/RenderSystem;scalef(FFF)Vintermediary scalefLcom/mojang/blaze3d/systems/RenderSystem;scalef(FFF)Vnamed scalefLcom/mojang/blaze3d/systems/RenderSystem;scalef(FFF)V
-
scaled
Deprecated.- Mappings:
Namespace Name Mixin selector official scaledLcom/mojang/blaze3d/systems/RenderSystem;scaled(DDD)Vintermediary scaledLcom/mojang/blaze3d/systems/RenderSystem;scaled(DDD)Vnamed scaledLcom/mojang/blaze3d/systems/RenderSystem;scaled(DDD)V
-
translatef
Deprecated.- Mappings:
Namespace Name Mixin selector official translatefLcom/mojang/blaze3d/systems/RenderSystem;translatef(FFF)Vintermediary translatefLcom/mojang/blaze3d/systems/RenderSystem;translatef(FFF)Vnamed translatefLcom/mojang/blaze3d/systems/RenderSystem;translatef(FFF)V
-
translated
Deprecated.- Mappings:
Namespace Name Mixin selector official translatedLcom/mojang/blaze3d/systems/RenderSystem;translated(DDD)Vintermediary translatedLcom/mojang/blaze3d/systems/RenderSystem;translated(DDD)Vnamed translatedLcom/mojang/blaze3d/systems/RenderSystem;translated(DDD)V
-
multMatrix
Deprecated.- Mappings:
Namespace Name Mixin selector official multMatrixLcom/mojang/blaze3d/systems/RenderSystem;multMatrix(Lb;)Vintermediary multMatrixLcom/mojang/blaze3d/systems/RenderSystem;multMatrix(Lnet/minecraft/class_1159;)Vnamed multMatrixLcom/mojang/blaze3d/systems/RenderSystem;multMatrix(Lnet/minecraft/util/math/Matrix4f;)V
-
color4f
Deprecated.- Mappings:
Namespace Name Mixin selector official color4fLcom/mojang/blaze3d/systems/RenderSystem;color4f(FFFF)Vintermediary color4fLcom/mojang/blaze3d/systems/RenderSystem;color4f(FFFF)Vnamed color4fLcom/mojang/blaze3d/systems/RenderSystem;color4f(FFFF)V
-
color3f
Deprecated.- Mappings:
Namespace Name Mixin selector official color3fLcom/mojang/blaze3d/systems/RenderSystem;color3f(FFF)Vintermediary color3fLcom/mojang/blaze3d/systems/RenderSystem;color3f(FFF)Vnamed color3fLcom/mojang/blaze3d/systems/RenderSystem;color3f(FFF)V
-
clearCurrentColor
Deprecated.- Mappings:
Namespace Name Mixin selector official clearCurrentColorLcom/mojang/blaze3d/systems/RenderSystem;clearCurrentColor()Vintermediary clearCurrentColorLcom/mojang/blaze3d/systems/RenderSystem;clearCurrentColor()Vnamed clearCurrentColorLcom/mojang/blaze3d/systems/RenderSystem;clearCurrentColor()V
-
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
-
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
-
pixelTransfer
public static void pixelTransfer(int int2, float float2)- Mappings:
Namespace Name Mixin selector official pixelTransferLcom/mojang/blaze3d/systems/RenderSystem;pixelTransfer(IF)Vintermediary pixelTransferLcom/mojang/blaze3d/systems/RenderSystem;pixelTransfer(IF)Vnamed pixelTransferLcom/mojang/blaze3d/systems/RenderSystem;pixelTransfer(IF)V
-
readPixels
public static void readPixels(int x, int y, int width, int height, int format, int type, ByteBuffer pixels)- Mappings:
Namespace Name Mixin selector official 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
-
setupNvFogDistance
public static void setupNvFogDistance()- Mappings:
Namespace Name Mixin selector official setupNvFogDistanceLcom/mojang/blaze3d/systems/RenderSystem;setupNvFogDistance()Vintermediary setupNvFogDistanceLcom/mojang/blaze3d/systems/RenderSystem;setupNvFogDistance()Vnamed setupNvFogDistanceLcom/mojang/blaze3d/systems/RenderSystem;setupNvFogDistance()V
-
glMultiTexCoord2f
Deprecated.- Mappings:
Namespace Name Mixin selector official glMultiTexCoord2fLcom/mojang/blaze3d/systems/RenderSystem;glMultiTexCoord2f(IFF)Vintermediary glMultiTexCoord2fLcom/mojang/blaze3d/systems/RenderSystem;glMultiTexCoord2f(IFF)Vnamed glMultiTexCoord2fLcom/mojang/blaze3d/systems/RenderSystem;glMultiTexCoord2f(IFF)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/Supplier;)Vintermediary glBindBufferLcom/mojang/blaze3d/systems/RenderSystem;glBindBuffer(ILjava/util/function/Supplier;)Vnamed glBindBufferLcom/mojang/blaze3d/systems/RenderSystem;glBindBuffer(ILjava/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
-
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
-
setupOutline
public static void setupOutline()- Mappings:
Namespace Name Mixin selector official setupOutlineLcom/mojang/blaze3d/systems/RenderSystem;setupOutline()Vintermediary setupOutlineLcom/mojang/blaze3d/systems/RenderSystem;setupOutline()Vnamed setupOutlineLcom/mojang/blaze3d/systems/RenderSystem;setupOutline()V
-
teardownOutline
public static void teardownOutline()- Mappings:
Namespace Name Mixin selector official teardownOutlineLcom/mojang/blaze3d/systems/RenderSystem;teardownOutline()Vintermediary teardownOutlineLcom/mojang/blaze3d/systems/RenderSystem;teardownOutline()Vnamed teardownOutlineLcom/mojang/blaze3d/systems/RenderSystem;teardownOutline()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(Lg;Lg;Lb;)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(Lg;Lg;)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(Lg;Lg;)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
-
mulTextureByProjModelView
public static void mulTextureByProjModelView()- Mappings:
Namespace Name Mixin selector official mulTextureByProjModelViewLcom/mojang/blaze3d/systems/RenderSystem;mulTextureByProjModelView()Vintermediary mulTextureByProjModelViewLcom/mojang/blaze3d/systems/RenderSystem;mulTextureByProjModelView()Vnamed mulTextureByProjModelViewLcom/mojang/blaze3d/systems/RenderSystem;mulTextureByProjModelView()V
-
setupEndPortalTexGen
public static void setupEndPortalTexGen()- Mappings:
Namespace Name Mixin selector official setupEndPortalTexGenLcom/mojang/blaze3d/systems/RenderSystem;setupEndPortalTexGen()Vintermediary setupEndPortalTexGenLcom/mojang/blaze3d/systems/RenderSystem;setupEndPortalTexGen()Vnamed setupEndPortalTexGenLcom/mojang/blaze3d/systems/RenderSystem;setupEndPortalTexGen()V
-
clearTexGen
public static void clearTexGen()- Mappings:
Namespace Name Mixin selector official clearTexGenLcom/mojang/blaze3d/systems/RenderSystem;clearTexGen()Vintermediary clearTexGenLcom/mojang/blaze3d/systems/RenderSystem;clearTexGen()Vnamed clearTexGenLcom/mojang/blaze3d/systems/RenderSystem;clearTexGen()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
-
renderThreadTesselator
- Mappings:
Namespace Name Mixin selector official renderThreadTesselatorLcom/mojang/blaze3d/systems/RenderSystem;renderThreadTesselator()Ldlt;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
-
defaultAlphaFunc
public static void defaultAlphaFunc()- Mappings:
Namespace Name Mixin selector official defaultAlphaFuncLcom/mojang/blaze3d/systems/RenderSystem;defaultAlphaFunc()Vintermediary defaultAlphaFuncLcom/mojang/blaze3d/systems/RenderSystem;defaultAlphaFunc()Vnamed defaultAlphaFuncLcom/mojang/blaze3d/systems/RenderSystem;defaultAlphaFunc()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
-
getSequentialBuffer
public static RenderSystem.IndexBuffer getSequentialBuffer(VertexFormat.DrawMode drawMode, int int2)- Mappings:
Namespace Name Mixin selector official getSequentialBufferLcom/mojang/blaze3d/systems/RenderSystem;getSequentialBuffer(Ldlw$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;
-