net.minecraft.client.texture

record SpriteAtlasGlyphs$AtlasGlyph

implements DrawnSpriteGlyph

net.minecraft.client.gui.font.AtlasGlyphProvider$Instance
net.minecraft.class_11714$class_11765
net.minecraft.client.texture.SpriteAtlasGlyphs$AtlasGlyph

Field summary

Modifier and TypeField
private final TextRenderLayerSet
renderTypes
comp_4628
renderTypes
private final GpuTextureView
textureView
comp_4629
textureView
private final Sprite
sprite
comp_4630
sprite
private final float
x
comp_4631
x
private final float
y
comp_4632
y
private final int
color
comp_4633
color
private final int
shadowColor
comp_4634
shadowColor
private final float
shadowOffset
comp_4635
shadowOffset
private final Style
style
comp_3317
style

Constructor summary

ModifierConstructor
private (TextRenderLayerSet renderTypes, GpuTextureView textureView, Sprite sprite, float x, float y, int color, int shadowColor, float shadowOffset, Style style)

Method summary

Modifier and TypeMethod
public void
renderSprite(org.joml.Matrix4fc pose, VertexConsumer buffer, int packedLightCoords, float offsetX, float offsetY, float z, int color)
method_73402(org.joml.Matrix4fc arg0, class_4588 arg1, int arg2, float arg3, float arg4, float arg5, int arg6)
draw(org.joml.Matrix4fc arg0, VertexConsumer arg1, int arg2, float arg3, float arg4, float arg5, int arg6)
public RenderLayer
renderType(Font$DisplayMode displayMode)
method_73401(class_327$class_6415 arg0)
getRenderLayer(TextRenderer$TextLayerType arg0)
public RenderPipeline
guiPipeline()
method_73400()
getPipeline()
public GpuTextureView
textureView()
comp_4629()
textureView()
public TextRenderLayerSet
renderTypes()
comp_4628()
renderTypes()
public Sprite
sprite()
comp_4630()
sprite()
public float
x()
comp_4631()
x()
public float
y()
comp_4632()
y()
public int
color()
comp_4633()
color()
public int
shadowColor()
comp_4634()
shadowColor()
public float
shadowOffset()
comp_4635()
shadowOffset()
public Style
style()
comp_3317()
style()