Uses of Record Class
net.minecraft.client.gui.render.TextureSetup
Packages that use TextureSetup
Package
Description
-
Uses of TextureSetup in net.minecraft.client.gui
Methods in net.minecraft.client.gui with parameters of type TextureSetupModifier and TypeMethodDescriptionvoid
GuiGraphics.fill
(RenderPipeline pPipeline, TextureSetup pTextureSetup, int pMinX, int pMinY, int pMaxX, int pMaxY) private void
GuiGraphics.submitColoredRectangle
(RenderPipeline pPipeline, TextureSetup pTextureSetup, int pMinX, int pMinY, int pMaxX, int pMaxY, int pColorFrom, Integer pColorTo) -
Uses of TextureSetup in net.minecraft.client.gui.render
Fields in net.minecraft.client.gui.render declared as TextureSetupModifier and TypeFieldDescriptionprivate static final TextureSetup
TextureSetup.NO_TEXTURE_SETUP
private TextureSetup
GuiRenderer.previousTextureSetup
private final TextureSetup
GuiRenderer.Draw.textureSetup
The field for thetextureSetup
record component.private final TextureSetup
GuiRenderer.MeshToDraw.textureSetup
The field for thetextureSetup
record component.Fields in net.minecraft.client.gui.render with type parameters of type TextureSetupModifier and TypeFieldDescriptionprivate static final Comparator
<TextureSetup> GuiRenderer.TEXTURE_COMPARATOR
Methods in net.minecraft.client.gui.render that return TextureSetupModifier and TypeMethodDescriptionstatic TextureSetup
TextureSetup.doubleTexture
(GpuTextureView pTexture1, GpuTextureView pTexture2) static TextureSetup
TextureSetup.noTexture()
static TextureSetup
TextureSetup.singleTexture
(GpuTextureView pTexture) static TextureSetup
TextureSetup.singleTextureWithLightmap
(GpuTextureView pTexture) GuiRenderer.Draw.textureSetup()
Returns the value of thetextureSetup
record component.GuiRenderer.MeshToDraw.textureSetup()
Returns the value of thetextureSetup
record component.Methods in net.minecraft.client.gui.render with parameters of type TextureSetupModifier and TypeMethodDescriptionprivate void
GuiRenderer.recordMesh
(BufferBuilder pBufferBuilder, RenderPipeline pPipeline, TextureSetup pTextureSetup, ScreenRectangle pScissorArea) Constructors in net.minecraft.client.gui.render with parameters of type TextureSetupModifierConstructorDescription(package private)
Draw
(GpuBuffer vertexBuffer, int baseVertex, VertexFormat.Mode mode, int indexCount, RenderPipeline pipeline, TextureSetup textureSetup, ScreenRectangle scissorArea) Creates an instance of aDraw
record class.(package private)
MeshToDraw
(MeshData mesh, RenderPipeline pipeline, TextureSetup textureSetup, ScreenRectangle scissorArea) Creates an instance of aMeshToDraw
record class. -
Uses of TextureSetup in net.minecraft.client.gui.render.state
Fields in net.minecraft.client.gui.render.state declared as TextureSetupModifier and TypeFieldDescriptionprivate final TextureSetup
BlitRenderState.textureSetup
The field for thetextureSetup
record component.private final TextureSetup
ColoredRectangleRenderState.textureSetup
The field for thetextureSetup
record component.Methods in net.minecraft.client.gui.render.state that return TextureSetupModifier and TypeMethodDescriptionBlitRenderState.textureSetup()
Returns the value of thetextureSetup
record component.ColoredRectangleRenderState.textureSetup()
Returns the value of thetextureSetup
record component.GlyphEffectRenderState.textureSetup()
GlyphRenderState.textureSetup()
GuiElementRenderState.textureSetup()
Constructors in net.minecraft.client.gui.render.state with parameters of type TextureSetupModifierConstructorDescriptionBlitRenderState
(RenderPipeline p_415865_, TextureSetup p_416394_, org.joml.Matrix3x2f p_415848_, int p_416365_, int p_416414_, int p_416112_, int p_416519_, float p_416693_, float p_415641_, float p_416035_, float p_415841_, int p_415610_, ScreenRectangle p_415846_) BlitRenderState
(RenderPipeline pipeline, TextureSetup textureSetup, org.joml.Matrix3x2f pose, int x0, int y0, int x1, int y1, float u0, float u1, float v0, float v1, int color, ScreenRectangle scissorArea, ScreenRectangle bounds) Creates an instance of aBlitRenderState
record class.ColoredRectangleRenderState
(RenderPipeline p_416046_, TextureSetup p_415678_, org.joml.Matrix3x2f p_416570_, int p_416448_, int p_416038_, int p_416700_, int p_416540_, int p_415887_, int p_416111_, ScreenRectangle p_416231_) ColoredRectangleRenderState
(RenderPipeline pipeline, TextureSetup textureSetup, org.joml.Matrix3x2f pose, int x0, int y0, int x1, int y1, int col1, int col2, ScreenRectangle scissorArea, ScreenRectangle bounds) Creates an instance of aColoredRectangleRenderState
record class.