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