net.minecraft.client.font

record BakedGlyphImpl$BakedGlyphRect

implements TextDrawable$DrawnGlyphRect

net.minecraft.client.gui.font.glyphs.BakedSheetGlyph$GlyphInstance
net.minecraft.class_382$class_10364
net.minecraft.client.font.BakedGlyphImpl$BakedGlyphRect

Field summary

Modifier and TypeField
private final float
x
comp_3313
x
private final float
y
comp_3314
y
private final int
color
comp_3315
color
private final int
shadowColor
comp_3338
shadowColor
private final BakedGlyphImpl
glyph
comp_3316
glyph
private final Style
style
comp_3317
style
private final float
boldOffset
comp_3318
boldOffset
private final float
shadowOffset
comp_3339
shadowOffset

Constructor summary

ModifierConstructor
private (float x, float y, int color, int shadowColor, BakedGlyphImpl glyph, Style style, float boldOffset, float shadowOffset)

Method summary

Modifier and TypeMethod
public float
left()
method_71829()
getEffectiveMinX()
public float
top()
method_71830()
getEffectiveMinY()
public float
right()
method_71831()
getEffectiveMaxX()
public float
activeRight()
method_75820()
getRight()
public float
bottom()
method_71832()
getEffectiveMaxY()
private boolean
hasShadow()
method_65184()
hasShadow()
public void
render(org.joml.Matrix4fc pose, VertexConsumer buffer, int packedLightCoords, boolean flat)
method_73403(org.joml.Matrix4fc arg0, class_4588 arg1, int arg2, boolean arg3)
render(org.joml.Matrix4fc arg0, VertexConsumer arg1, int arg2, boolean arg3)
public RenderLayer
renderType(Font$DisplayMode displayMode)
method_73401(class_327$class_6415 arg0)
getRenderLayer(TextRenderer$TextLayerType arg0)
public GpuTextureView
textureView()
comp_4629()
textureView()
public RenderPipeline
guiPipeline()
method_73400()
getPipeline()
public float
x()
comp_3313()
x()
public float
y()
comp_3314()
y()
public int
color()
comp_3315()
color()
public int
shadowColor()
comp_3338()
shadowColor()
public BakedGlyphImpl
glyph()
comp_3316()
glyph()
public Style
style()
comp_3317()
style()
public float
boldOffset()
comp_3318()
boldOffset()
public float
shadowOffset()
comp_3339()
shadowOffset()