net.minecraft.client.gui.font.providers

record BitmapProvider$Glyph

implements GlyphInfo

fyt$b
net.minecraft.client.gui.font.providers.BitmapProvider$Glyph
net.minecraft.class_386$class_388

Field summary

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

Constructor summary

ModifierConstructor
(float arg0, NativeImage arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7)

Method summary

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