net.minecraft.client.font

record BakedGlyphImpl$Rectangle

implements TextDrawable

net.minecraft.client.gui.font.glyphs.BakedSheetGlyph$EffectInstance
net.minecraft.class_382$class_328
net.minecraft.client.font.BakedGlyphImpl$Rectangle

Field summary

Modifier and TypeField
private final BakedGlyphImpl
glyph
comp_4636
glyph
private final float
x0
comp_3307
minX
private final float
y0
comp_3308
minY
private final float
x1
comp_3309
maxX
private final float
y1
comp_3310
maxY
private final float
depth
comp_3311
zIndex
private final int
color
comp_3312
color
private final int
shadowColor
comp_3336
shadowColor
private final float
shadowOffset
comp_3337
shadowOffset

Constructor summary

ModifierConstructor
private (BakedGlyphImpl glyph, float minX, float minY, float maxX, float maxY, float zIndex, int color, int shadowColor, 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
bottom()
method_71832()
getEffectiveMaxY()
private boolean
hasShadow()
method_65183()
hasShadow()
public void
render(org.joml.Matrix4f pose, VertexConsumer buffer, int packedLightCoords, boolean flat)
method_73403(org.joml.Matrix4f arg0, class_4588 arg1, int arg2, boolean arg3)
render(org.joml.Matrix4f 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 BakedGlyphImpl
glyph()
comp_4636()
glyph()
public float
x0()
comp_3307()
minX()
public float
y0()
comp_3308()
minY()
public float
x1()
comp_3309()
maxX()
public float
y1()
comp_3310()
maxY()
public float
depth()
comp_3311()
zIndex()
public int
color()
comp_3312()
color()
public int
shadowColor()
comp_3336()
shadowColor()
public float
shadowOffset()
comp_3337()
shadowOffset()