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 renderPipeline, TextureSetup textureSetup, int x0, int y0, int x1, int y1) private voidGuiGraphics.submitColoredRectangle(RenderPipeline renderPipeline, TextureSetup textureSetup, int x0, int y0, int x1, int y1, int color1, @Nullable Integer color2) -
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 texture0, GpuSampler sampler0, GpuTextureView texture1, GpuSampler sampler1) static TextureSetupTextureSetup.noTexture()static TextureSetupTextureSetup.singleTexture(GpuTextureView texture, GpuSampler sampler) static TextureSetupTextureSetup.singleTextureWithLightmap(GpuTextureView texture, GpuSampler sampler) 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, @Nullable ScreenRectangle scissorArea) Constructors in net.minecraft.client.gui.render with parameters of type TextureSetupModifierConstructorDescriptionprivateDraw(GpuBuffer vertexBuffer, int baseVertex, VertexFormat.Mode mode, int indexCount, RenderPipeline pipeline, TextureSetup textureSetup, @Nullable ScreenRectangle scissorArea) Creates an instance of aDrawrecord class.privateMeshToDraw(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 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) 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 pipeline, TextureSetup textureSetup, Matrix3x2fc pose, int x0, int y0, int x1, int y1, int col1, int col2, @Nullable ScreenRectangle scissorArea) 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 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) 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.