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 @Nullable TextureSetupGuiRenderer.field_60036private final TextureSetupGuiRenderer.Draw.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.field_60039Methods in net.minecraft.client.gui.render that return TextureSetupModifier and TypeMethodDescriptionGuiRenderer.Draw.textureSetup()Returns the value of thetextureSetuprecord component.Methods in net.minecraft.client.gui.render with parameters of type TextureSetupModifier and TypeMethodDescriptionprivate voidGuiRenderer.endBuffer(BufferBuilder buffer, RenderPipeline pipeline, TextureSetup textureSetup, @Nullable ScreenRect scissorArea) Constructors in net.minecraft.client.gui.render with parameters of type TextureSetupModifierConstructorDescription(package private)Draw(GpuBuffer gpuBuffer, VertexFormat.DrawMode drawMode, @Nullable GpuBuffer gpuBuffer2, VertexFormat.IndexType indexType, int int2, 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) 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) -
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 gpuTexture) static TextureSetupTextureSetup.of(GpuTexture gpuTexture, GpuTexture gpuTexture2) static TextureSetupTextureSetup.withoutGlTexture(GpuTexture gpuTexture)