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 vertexBuffer, int baseVertex, VertexFormat.DrawMode mode, int indexCount, RenderPipeline pipeline, TextureSetup textureSetup, @Nullable ScreenRect scissorArea) Creates an instance of aDrawrecord class.(package private)Preparation(BuiltBuffer mesh, RenderPipeline pipeline, TextureSetup textureSetup, @Nullable ScreenRect scissorArea) Creates an instance of aPreparationrecord 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 TextureSetupColoredQuadGuiElementRenderState.textureSetupThe field for thetextureSetuprecord component.private final TextureSetupTexturedQuadGuiElementRenderState.textureSetupThe field for thetextureSetuprecord component.private final TextureSetupTiledTexturedQuadGuiElementRenderState.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()SimpleGuiElementRenderState.textureSetup()TexturedQuadGuiElementRenderState.textureSetup()Returns the value of thetextureSetuprecord component.TiledTexturedQuadGuiElementRenderState.textureSetup()Returns the value of thetextureSetuprecord component.Constructors in net.minecraft.client.gui.render.state with parameters of type TextureSetupModifierConstructorDescriptionColoredQuadGuiElementRenderState(RenderPipeline pipeline, TextureSetup textureSetup, Matrix3x2fc matrix3x2fc, int x0, int y0, int x1, int y1, int col1, int col2, @Nullable ScreenRect scissorArea) ColoredQuadGuiElementRenderState(RenderPipeline pipeline, TextureSetup textureSetup, Matrix3x2fc pose, int x0, int y0, int x1, int y1, int col1, int col2, @Nullable ScreenRect scissorArea, @Nullable ScreenRect bounds) Creates an instance of aColoredQuadGuiElementRenderStaterecord class.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 pipeline, TextureSetup textureSetup, Matrix3x2f pose, int x0, int y0, int x1, int y1, float u0, float u1, float v0, float v1, int color, @Nullable ScreenRect scissorArea, @Nullable ScreenRect bounds) TiledTexturedQuadGuiElementRenderState(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 ScreenRect scissorArea) TiledTexturedQuadGuiElementRenderState(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 ScreenRect scissorArea, @Nullable ScreenRect bounds) Creates an instance of aTiledTexturedQuadGuiElementRenderStaterecord class. -
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(GpuTextureView texture, GpuSampler gpuSampler) static TextureSetupTextureSetup.of(GpuTextureView texture0, GpuSampler gpuSampler, GpuTextureView gpuTextureView, GpuSampler gpuSampler2) static TextureSetupTextureSetup.withoutGlTexture(GpuTextureView texture, GpuSampler gpuSampler)