Uses of Record Class
net.minecraft.client.texture.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
DrawContext.fill
(RenderPipeline pipeline, TextureSetup textureSetup, int x1, int y1, int x2, int y2) private void
DrawContext.fill
(RenderPipeline pipeline, TextureSetup textureSetup, int x1, int y1, int x2, int y2, int color, @Nullable Integer color2) -
Uses of TextureSetup in net.minecraft.client.gui.render
Fields in net.minecraft.client.gui.render declared as TextureSetupModifier and TypeFieldDescriptionprivate final TextureSetup
GuiRenderer.Draw.textureSetup
The field for thetextureSetup
record component.private final TextureSetup
GuiRenderer.Preparation.textureSetup
The field for thetextureSetup
record component.private @Nullable TextureSetup
GuiRenderer.textureSetup
Fields in net.minecraft.client.gui.render with type parameters of type TextureSetupModifier and TypeFieldDescriptionprivate static final Comparator
<TextureSetup> GuiRenderer.TEXTURE_SETUP_COMPARATOR
Methods in net.minecraft.client.gui.render that return TextureSetupModifier and TypeMethodDescriptionGuiRenderer.Draw.textureSetup()
Returns the value of thetextureSetup
record component.GuiRenderer.Preparation.textureSetup()
Returns the value of thetextureSetup
record component.Methods in net.minecraft.client.gui.render with parameters of type TextureSetupModifier and TypeMethodDescriptionprivate void
GuiRenderer.endBuffer
(BufferBuilder builder, RenderPipeline pipeline, TextureSetup textureSetup, @Nullable ScreenRect scissorArea) Constructors in net.minecraft.client.gui.render with parameters of type TextureSetupModifierConstructorDescription(package private)
Draw
(GpuBuffer gpuBuffer, int int2, VertexFormat.DrawMode drawMode, int int3, RenderPipeline renderPipeline, TextureSetup textureSetup, @Nullable ScreenRect screenRect) (package private)
Preparation
(BuiltBuffer builtBuffer, RenderPipeline renderPipeline, TextureSetup textureSetup, @Nullable ScreenRect screenRect) -
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
ColoredQuadGuiElementRenderState.textureSetup
The field for thetextureSetup
record component.private final TextureSetup
TexturedQuadGuiElementRenderState.textureSetup
The field for thetextureSetup
record component.Methods in net.minecraft.client.gui.render.state that return TextureSetupModifier and TypeMethodDescriptionColoredQuadGuiElementRenderState.textureSetup()
Returns the value of thetextureSetup
record component.GlyphEffectGuiElementRenderState.textureSetup()
GlyphGuiElementRenderState.textureSetup()
SimpleGuiElementRenderState.textureSetup()
TexturedQuadGuiElementRenderState.textureSetup()
Returns the value of thetextureSetup
record component.Constructors in net.minecraft.client.gui.render.state with parameters of type TextureSetupModifierConstructorDescriptionColoredQuadGuiElementRenderState
(RenderPipeline pipeline, TextureSetup textureSetup, Matrix3x2f pose, int x0, int y0, int x1, int y1, int col1, int col2, @Nullable ScreenRect scissorArea) ColoredQuadGuiElementRenderState
(RenderPipeline renderPipeline, TextureSetup textureSetup, Matrix3x2f matrix3x2f, int int2, int int3, int int4, int int5, int int6, int int7, @Nullable ScreenRect screenRect, @Nullable ScreenRect screenRect2) TexturedQuadGuiElementRenderState
(RenderPipeline pipeline, TextureSetup textureSetup, Matrix3x2f pose, int x1, int y1, int x2, int y2, float u1, float u2, float v1, float v2, int color, @Nullable ScreenRect scissorArea) TexturedQuadGuiElementRenderState
(RenderPipeline renderPipeline, TextureSetup textureSetup, Matrix3x2f matrix3x2f, int int2, int int3, int int4, int int5, float float2, float float3, float float4, float float5, int int6, @Nullable ScreenRect screenRect, @Nullable ScreenRect screenRect2) -
Uses of TextureSetup in net.minecraft.client.texture
Fields in net.minecraft.client.texture declared as TextureSetupMethods in net.minecraft.client.texture that return TextureSetupModifier and TypeMethodDescriptionstatic TextureSetup
TextureSetup.empty()
static TextureSetup
TextureSetup.of
(GpuTextureView texture) static TextureSetup
TextureSetup.of
(GpuTextureView texture0, GpuTextureView texture1) static TextureSetup
TextureSetup.withoutGlTexture
(GpuTextureView texture)