Uses of Record Class
net.minecraft.client.texture.TextureSetup
Packages that use TextureSetup
Package
Description
The base package for all Minecraft classes.
-
Uses of TextureSetup in net.minecraft
Fields in net.minecraft declared as TextureSetupModifier and TypeFieldDescriptionprivate final TextureSetupclass_11228.class_11230.textureSetupThe field for thetextureSetuprecord component.private final TextureSetupclass_11241.textureSetupThe field for thetextureSetuprecord component.private final TextureSetupclass_11242.textureSetupThe field for thetextureSetuprecord component.private final TextureSetupclass_11243.textureSetupThe field for thetextureSetuprecord component.Methods in net.minecraft that return TextureSetupModifier and TypeMethodDescriptionclass_11228.class_11230.textureSetup()Returns the value of thetextureSetuprecord component.class_11241.textureSetup()Returns the value of thetextureSetuprecord component.class_11242.textureSetup()Returns the value of thetextureSetuprecord component.class_11243.textureSetup()Returns the value of thetextureSetuprecord component.class_11244.textureSetup()Methods in net.minecraft with parameters of type TextureSetupModifier and TypeMethodDescriptionprivate voidclass_11228.method_70883(BufferBuilder bufferBuilder, RenderPipeline renderPipeline, TextureSetup textureSetup, @Nullable ScreenRect screenRect) Constructors in net.minecraft with parameters of type TextureSetupModifierConstructorDescription(package private)class_11230(GpuBuffer gpuBuffer, VertexFormat.DrawMode drawMode, @Nullable GpuBuffer gpuBuffer2, VertexFormat.IndexType indexType, int int2, RenderPipeline renderPipeline, TextureSetup textureSetup, @Nullable ScreenRect screenRect) class_11241(RenderPipeline renderPipeline, TextureSetup textureSetup, Matrix3x2f matrix3x2f, int int2, int int3, int int4, int int5, float float2, float float3, float float4, float float5, float float6, int int6, GuiLayer guiLayer, @Nullable ScreenRect screenRect) class_11242(RenderPipeline renderPipeline, TextureSetup textureSetup, Matrix3x2f matrix3x2f, int int2, int int3, int int4, int int5, float float2, int int6, int int7, GuiLayer guiLayer, @Nullable ScreenRect screenRect) class_11243(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, float float12, int int2, int int3, GuiLayer guiLayer, @Nullable ScreenRect screenRect) -
Uses of TextureSetup in net.minecraft.client.gui
Methods in net.minecraft.client.gui with parameters of type TextureSetupModifier and TypeMethodDescriptionvoidDrawContext.fill(RenderPipeline renderPipeline, TextureSetup textureSetup, int y1, int x2, int y2, int color) private voidDrawContext.method_70848(RenderPipeline renderPipeline, TextureSetup textureSetup, int int2, int int3, int int4, int int5, int int6, @Nullable Integer integer) -
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)