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 TypeMethodDescriptionprivate BakedGlyph
FontStorage.bake
(RenderableGlyph c) GlyphAtlasTexture.bake
(RenderableGlyph glyph) (package private) @Nullable GlyphAtlasTexture.Slot
GlyphAtlasTexture.Slot.findSlotFor
(RenderableGlyph glyph) Method parameters in net.minecraft.client.font with type arguments of type RenderableGlyphModifier 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)