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 pPipeline, TextureSetup pTextureSetup, int pMinX, int pMinY, int pMaxX, int pMaxY) private voidGuiGraphics.submitColoredRectangle(RenderPipeline pPipeline, TextureSetup pTextureSetup, int pMinX, int pMinY, int pMaxX, int pMaxY, int pColorFrom, @Nullable 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 TextureSetupTextureSetup.NO_TEXTURE_SETUPprivate @Nullable 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 pTexture1, GpuSampler pSampler1, GpuTextureView pTexture2, GpuSampler pSampler2) static TextureSetupTextureSetup.noTexture()static TextureSetupTextureSetup.singleTexture(GpuTextureView pTexture, GpuSampler pSampler) static TextureSetupTextureSetup.singleTextureWithLightmap(GpuTextureView pTexture, GpuSampler pSampler) 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 pBufferBuilder, RenderPipeline pPipeline, TextureSetup pTextureSetup, @Nullable 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, @Nullable ScreenRectangle scissorArea) Creates an instance of aDrawrecord class.(package private)MeshToDraw(MeshData mesh, RenderPipeline pipeline, TextureSetup textureSetup, @Nullable 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.private final TextureSetupTiledBlitRenderState.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.GlyphRenderState.textureSetup()GuiElementRenderState.textureSetup()TiledBlitRenderState.textureSetup()Returns the value of thetextureSetuprecord component.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_, @Nullable 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, @Nullable ScreenRectangle scissorArea, @Nullable ScreenRectangle bounds) Creates an instance of aBlitRenderStaterecord class.ColoredRectangleRenderState(RenderPipeline p_416046_, TextureSetup p_415678_, Matrix3x2fc p_457521_, int p_416448_, int p_416038_, int p_416700_, int p_416540_, int p_415887_, int p_416111_, @Nullable ScreenRectangle p_416231_) ColoredRectangleRenderState(RenderPipeline pipeline, TextureSetup textureSetup, Matrix3x2fc pose, int x0, int y0, int x1, int y1, int col1, int col2, @Nullable ScreenRectangle scissorArea, @Nullable ScreenRectangle bounds) Creates an instance of aColoredRectangleRenderStaterecord class.TiledBlitRenderState(RenderPipeline p_449927_, TextureSetup p_449129_, Matrix3x2f p_449634_, int p_449008_, int p_449445_, int p_449624_, int p_449934_, int p_449960_, int p_449423_, float p_449551_, float p_449831_, float p_449073_, float p_449677_, int p_449197_, @Nullable ScreenRectangle p_449741_) TiledBlitRenderState(RenderPipeline pipeline, TextureSetup textureSetup, Matrix3x2f pose, int tileWidth, int tileHeight, int x0, int y0, int x1, int y1, float u0, float u1, float v0, float v1, int color, @Nullable ScreenRectangle scissorArea, @Nullable ScreenRectangle bounds) Creates an instance of aTiledBlitRenderStaterecord class.