Package net.minecraft.client.font
Interface Glyph.EmptyGlyph
- All Superinterfaces:
Glyph
- Enclosing interface:
Glyph
- Mappings:
Namespace Name named net/minecraft/client/font/Glyph$EmptyGlyph
intermediary net/minecraft/class_379$class_7167
official eyc$a
-
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 named bake
Lnet/minecraft/client/font/Glyph;bake(Ljava/util/function/Function;)Lnet/minecraft/client/font/GlyphRenderer;
intermediary bake
Lnet/minecraft/class_379;bake(Ljava/util/function/Function;)Lnet/minecraft/class_382;
official bake
Leyc;bake(Ljava/util/function/Function;)Lfkb;
-