Uses of Interface
net.minecraft.client.font.RenderableGlyph
Packages that use RenderableGlyph
-
Uses of RenderableGlyph in net.minecraft.client.font
Methods in net.minecraft.client.font with parameters of type RenderableGlyphModifier and TypeMethodDescription(package private) @Nullable GlyphAtlasTexture.Slot
GlyphAtlasTexture.Slot.findSlotFor
(RenderableGlyph glyph) private GlyphRenderer
FontStorage.getGlyphRenderer
(RenderableGlyph c) GlyphAtlasTexture.getGlyphRenderer
(RenderableGlyph glyph) Method parameters in net.minecraft.client.font with type arguments of type RenderableGlyphModifier 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)