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 TypeMethodDescriptionvoidGuiGraphics.fill(RenderPipeline pipeline, TextureSetup textureSetup, int minX, int minY, int maxX, int maxY) private voidGuiGraphics.submitColoredRectangle(RenderPipeline pipeline, TextureSetup textureSetup, int minX, int minY, int maxX, int maxY, int colorFrom, Integer colorTo) -
Uses of TextureSetup in net.minecraft.client.gui.render
Fields in net.minecraft.client.gui.render declared as TextureSetupModifier and TypeFieldDescriptionprivate static final TextureSetupTextureSetup.NO_TEXTURE_SETUPprivate TextureSetupGuiRenderer.previousTextureSetupprivate final TextureSetupGuiRenderer.Draw.textureSetupThe field for thetextureSetuprecord component.private final TextureSetupGuiRenderer.MeshToDraw.textureSetupThe field for thetextureSetuprecord component.Fields in net.minecraft.client.gui.render with type parameters of type TextureSetupModifier and TypeFieldDescriptionprivate static final Comparator<TextureSetup> GuiRenderer.TEXTURE_COMPARATORMethods in net.minecraft.client.gui.render that return TextureSetupModifier and TypeMethodDescriptionstatic TextureSetupTextureSetup.doubleTexture(GpuTextureView texture1, GpuTextureView texture2) static TextureSetupTextureSetup.noTexture()static TextureSetupTextureSetup.singleTexture(GpuTextureView texture) static TextureSetupTextureSetup.singleTextureWithLightmap(GpuTextureView texture) GuiRenderer.Draw.textureSetup()Returns the value of thetextureSetuprecord component.GuiRenderer.MeshToDraw.textureSetup()Returns the value of thetextureSetuprecord component.Methods in net.minecraft.client.gui.render with parameters of type TextureSetupModifier and TypeMethodDescriptionprivate voidGuiRenderer.recordMesh(BufferBuilder bufferBuilder, RenderPipeline pipeline, TextureSetup textureSetup, ScreenRectangle scissorArea) 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 aDrawrecord class.(package private)MeshToDraw(MeshData mesh, RenderPipeline pipeline, TextureSetup textureSetup, ScreenRectangle scissorArea) Creates an instance of aMeshToDrawrecord 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 TextureSetupBlitRenderState.textureSetupThe field for thetextureSetuprecord component.private final TextureSetupColoredRectangleRenderState.textureSetupThe field for thetextureSetuprecord component.Methods in net.minecraft.client.gui.render.state that return TextureSetupModifier and TypeMethodDescriptionBlitRenderState.textureSetup()Returns the value of thetextureSetuprecord component.ColoredRectangleRenderState.textureSetup()Returns the value of thetextureSetuprecord 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_, 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, 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 aBlitRenderStaterecord class.ColoredRectangleRenderState(RenderPipeline p_416046_, TextureSetup p_415678_, 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, Matrix3x2f pose, int x0, int y0, int x1, int y1, int col1, int col2, ScreenRectangle scissorArea, ScreenRectangle bounds) Creates an instance of aColoredRectangleRenderStaterecord class.