Package net.minecraft.client.font
Interface Glyph
- All Known Subinterfaces:
 Glyph.EmptyGlyph
- All Known Implementing Classes:
 BitmapFont.BitmapFontGlyph,BuiltinEmptyGlyph,TrueTypeFont.TtfGlyph,UnihexFont.UnicodeTextureGlyph
- Mappings:
 Namespace Name named net/minecraft/client/font/Glyphintermediary net/minecraft/class_379official flp
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionbake(Function<RenderableGlyph, BakedGlyph> glyphRendererGetter) floatdefault floatgetAdvance(boolean bold) default floatdefault float 
- 
Method Details
- 
getAdvance
float getAdvance() - 
getAdvance
default float getAdvance(boolean bold) - Mappings:
 Namespace Name Mixin selector named getAdvanceLnet/minecraft/client/font/Glyph;getAdvance(Z)Fintermediary method_16798Lnet/minecraft/class_379;method_16798(Z)Fofficial aLflp;a(Z)F
 - 
getBoldOffset
default float getBoldOffset()- Mappings:
 Namespace Name Mixin selector named getBoldOffsetLnet/minecraft/client/font/Glyph;getBoldOffset()Fintermediary method_16799Lnet/minecraft/class_379;method_16799()Fofficial aLflp;a()F
 - 
getShadowOffset
default float getShadowOffset()- Mappings:
 Namespace Name Mixin selector named getShadowOffsetLnet/minecraft/client/font/Glyph;getShadowOffset()Fintermediary method_16800Lnet/minecraft/class_379;method_16800()Fofficial bLflp;b()F
 - 
bake
- Mappings:
 Namespace Name Mixin selector named bakeLnet/minecraft/client/font/Glyph;bake(Ljava/util/function/Function;)Lnet/minecraft/client/font/BakedGlyph;intermediary bakeLnet/minecraft/class_379;bake(Ljava/util/function/Function;)Lnet/minecraft/class_382;official bakeLflp;bake(Ljava/util/function/Function;)Lgas;
 
 -