net.minecraft.client.gui.font.providers

record BitmapProvider$Glyph

implements GlyphInfo

frh$b
net.minecraft.client.gui.font.providers.BitmapProvider$Glyph
net.minecraft.class_386$class_388
net.minecraft.client.font.BitmapFont$BitmapFontGlyph

Field summary

Modifier and TypeField
final float
a
scale
comp_603
scaleFactor
final NativeImage
b
image
comp_604
image
final int
c
offsetX
comp_605
x
final int
d
offsetY
comp_606
y
final int
e
width
comp_607
width
final int
f
height
comp_608
height
private final int
g
advance
comp_609
advance
final int
h
ascent
comp_610
ascent

Constructor summary

ModifierConstructor
(float scaleFactor, NativeImage image, int x, int y, int width, int height, int advance, int ascent)

Method summary

Modifier and TypeMethod
public float
getAdvance()
getAdvance()
public BakedGlyph
bake(Function<fes, frc> arg0)
bake(Function<SheetGlyphInfo, BakedGlyph> arg0)
bake(Function<class_383, class_382> arg0)
bake(Function<RenderableGlyph, BakedGlyph> arg0)
public float
c()
scale()
comp_603()
scaleFactor()
public NativeImage
d()
image()
comp_604()
image()
public int
e()
offsetX()
comp_605()
x()
public int
f()
offsetY()
comp_606()
y()
public int
g()
width()
comp_607()
width()
public int
h()
height()
comp_608()
height()
public int
i()
advance()
comp_609()
advance()
public int
j()
ascent()
comp_610()
ascent()