Uses of Interface
net.minecraft.client.font.RenderableGlyph
-
Uses of RenderableGlyph in net.minecraft.client.font
Modifier and TypeMethodDescription(package private) @Nullable GlyphAtlasTexture.Slot
GlyphAtlasTexture.Slot.findSlotFor
(RenderableGlyph glyph) private GlyphRenderer
FontStorage.getGlyphRenderer
(RenderableGlyph c) GlyphAtlasTexture.getGlyphRenderer
(RenderableGlyph glyph) Modifier and TypeMethodDescriptionBitmapFont.BitmapFontGlyph.bake
(Function<RenderableGlyph, GlyphRenderer> glyphRendererGetter) BuiltinEmptyGlyph.bake
(Function<RenderableGlyph, GlyphRenderer> glyphRendererGetter) Glyph.bake
(Function<RenderableGlyph, GlyphRenderer> glyphRendererGetter) default GlyphRenderer
Glyph.EmptyGlyph.bake
(Function<RenderableGlyph, GlyphRenderer> glyphRendererGetter) TrueTypeFont.TtfGlyph.bake
(Function<RenderableGlyph, GlyphRenderer> glyphRendererGetter) UnihexFont.UnicodeTextureGlyph.bake
(Function<RenderableGlyph, GlyphRenderer> glyphRendererGetter)