Package net.minecraft.client.font
Interface Glyph.EmptyGlyph
- All Superinterfaces:
Glyph
- Enclosing interface:
Glyph
- Mappings:
Namespace Name official ejr$a
intermediary net/minecraft/class_379$class_7167
named net/minecraft/client/font/Glyph$EmptyGlyph
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.font.Glyph
Glyph.EmptyGlyph
-
Method Summary
Modifier and TypeMethodDescriptiondefault GlyphRenderer
bake
(Function<RenderableGlyph, GlyphRenderer> glyphRendererGetter) Methods inherited from interface net.minecraft.client.font.Glyph
getAdvance, getAdvance, getBoldOffset, getShadowOffset
-
Method Details
-
bake
- Specified by:
bake
in interfaceGlyph
- Mappings:
Namespace Name Mixin selector official bake
Lejr;bake(Ljava/util/function/Function;)Levi;
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;
-