Package net.minecraft.client.font
Interface Glyph
- All Known Subinterfaces:
Glyph.EmptyGlyph
- All Known Implementing Classes:
BitmapFont.BitmapFontGlyph
,BuiltinEmptyGlyph
,TrueTypeFont.TtfGlyph
,UnicodeTextureFont.UnicodeTextureGlyph
- Mappings:
Namespace Name official dys
intermediary net/minecraft/class_379
named net/minecraft/client/font/Glyph
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionbake
(Function<RenderableGlyph, GlyphRenderer> glyphRendererGetter) float
default float
getAdvance
(boolean bold) default float
default float
-
Method Details
-
getAdvance
float getAdvance() -
getAdvance
default float getAdvance(boolean bold) - Mappings:
Namespace Name Mixin selector official a
Ldys;a(Z)F
intermediary method_16798
Lnet/minecraft/class_379;method_16798(Z)F
named getAdvance
Lnet/minecraft/client/font/Glyph;getAdvance(Z)F
-
getBoldOffset
default float getBoldOffset()- Mappings:
Namespace Name Mixin selector official a
Ldys;a()F
intermediary method_16799
Lnet/minecraft/class_379;method_16799()F
named getBoldOffset
Lnet/minecraft/client/font/Glyph;getBoldOffset()F
-
getShadowOffset
default float getShadowOffset()- Mappings:
Namespace Name Mixin selector official b
Ldys;b()F
intermediary method_16800
Lnet/minecraft/class_379;method_16800()F
named getShadowOffset
Lnet/minecraft/client/font/Glyph;getShadowOffset()F
-
bake
- Mappings:
Namespace Name Mixin selector official bake
Ldys;bake(Ljava/util/function/Function;)Leji;
intermediary bake
Lnet/minecraft/class_379;bake(Ljava/util/function/Function;)Lnet/minecraft/class_382;
named bake
Lnet/minecraft/client/font/Glyph;bake(Ljava/util/function/Function;)Lnet/minecraft/client/font/GlyphRenderer;
-