net.minecraft.client.font

public record TextRenderLayerSet

net.minecraft.client.gui.font.GlyphRenderTypes
net.minecraft.class_8538
net.minecraft.client.font.TextRenderLayerSet

Field summary

Modifier and TypeField
private final RenderLayer
normal
comp_1501
normal
private final RenderLayer
seeThrough
comp_1502
seeThrough
private final RenderLayer
polygonOffset
comp_1503
polygonOffset
private final RenderPipeline
guiPipeline
comp_4371
guiPipeline

Constructor summary

ModifierConstructor
public (RenderLayer normal, RenderLayer seeThrough, RenderLayer polygonOffset, RenderPipeline guiPipeline)

Method summary

Modifier and TypeMethod
public static TextRenderLayerSet
createForIntensityTexture(Identifier name)
method_51641(class_2960 arg0)
ofIntensity(Identifier textureId)
public static TextRenderLayerSet
createForColorTexture(Identifier name)
method_51643(class_2960 arg0)
of(Identifier textureId)
public RenderLayer
select(Font$DisplayMode mode)
method_51642(class_327$class_6415 arg0)
getRenderLayer(TextRenderer$TextLayerType layerType)
public RenderLayer
normal()
comp_1501()
normal()
public RenderLayer
seeThrough()
comp_1502()
seeThrough()
public RenderLayer
polygonOffset()
comp_1503()
polygonOffset()
public RenderPipeline
guiPipeline()
comp_4371()
guiPipeline()