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 TypeMethodDescriptionvoidDrawContext.fill(RenderPipeline pipeline, TextureSetup textureSetup, int x1, int y1, int x2, int y2) private voidDrawContext.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 TextureSetupGuiRenderer.Draw.textureSetupThe field for thetextureSetuprecord component.private final TextureSetupGuiRenderer.Preparation.textureSetupThe field for thetextureSetuprecord component.private @Nullable TextureSetupGuiRenderer.textureSetupFields in net.minecraft.client.gui.render with type parameters of type TextureSetupModifier and TypeFieldDescriptionprivate static final Comparator<TextureSetup> GuiRenderer.TEXTURE_SETUP_COMPARATORMethods in net.minecraft.client.gui.render that return TextureSetupModifier and TypeMethodDescriptionGuiRenderer.Draw.textureSetup()Returns the value of thetextureSetuprecord component.GuiRenderer.Preparation.textureSetup()Returns the value of thetextureSetuprecord component.Methods in net.minecraft.client.gui.render with parameters of type TextureSetupModifier and TypeMethodDescriptionprivate voidGuiRenderer.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 TextureSetupColoredQuadGuiElementRenderState.textureSetupThe field for thetextureSetuprecord component.private final TextureSetupGlyphGuiElementRenderState.textureSetupThe field for thetextureSetuprecord component.private final TextureSetupTexturedQuadGuiElementRenderState.textureSetupThe field for thetextureSetuprecord component.Methods in net.minecraft.client.gui.render.state that return TextureSetupModifier and TypeMethodDescriptionColoredQuadGuiElementRenderState.textureSetup()Returns the value of thetextureSetuprecord component.GlyphGuiElementRenderState.textureSetup()Returns the value of thetextureSetuprecord component.SimpleGuiElementRenderState.textureSetup()TexturedQuadGuiElementRenderState.textureSetup()Returns the value of thetextureSetuprecord component.Constructors in net.minecraft.client.gui.render.state with parameters of type TextureSetupModifierConstructorDescriptionColoredQuadGuiElementRenderState(RenderPipeline renderPipeline, TextureSetup textureSetup, Matrix3x2f matrix3x2f, int int2, int int3, int int4, int int5, int int6, int int7, @Nullable ScreenRect screenRect) 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) GlyphGuiElementRenderState(RenderPipeline renderPipeline, TextureSetup textureSetup, Matrix3x2f matrix3x2f, float float2, float float3, float float4, float float5, float float6, float float7, float float8, float float9, float float10, float float11, int int2, int int3, @Nullable ScreenRect screenRect) 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) 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 TextureSetupTextureSetup.empty()static TextureSetupTextureSetup.of(GpuTexture texture) static TextureSetupTextureSetup.of(GpuTexture texture0, GpuTexture texture1) static TextureSetupTextureSetup.withoutGlTexture(GpuTexture texture)