Uses of Interface
net.minecraft.client.font.RenderableGlyph
| Package | Description |
|---|---|
| net.minecraft.client.font |
-
Uses of RenderableGlyph in net.minecraft.client.font
Classes in net.minecraft.client.font that implement RenderableGlyph Modifier and Type Class Description (package private) static classBitmapFont.BitmapFontGlyphclassBlankGlyph(package private) classTrueTypeFont.TtfGlyph(package private) static classUnicodeTextureFont.UnicodeTextureGlyphclassWhiteRectangleGlyphMethods in net.minecraft.client.font that return RenderableGlyph Modifier and Type Method Description @Nullable RenderableGlyphBitmapFont. getGlyph(int codePoint)@Nullable RenderableGlyphBlankFont. getGlyph(int codePoint)default @Nullable RenderableGlyphFont. getGlyph(int codePoint)@Nullable RenderableGlyphUnicodeTextureFont. getGlyph(int codePoint)private RenderableGlyphFontStorage. getRenderableGlyph(int int2)Methods in net.minecraft.client.font with parameters of type RenderableGlyph Modifier and Type Method Description (package private) @Nullable GlyphAtlasTexture.SlotGlyphAtlasTexture.Slot. findSlotFor(RenderableGlyph glyph)private GlyphRendererFontStorage. getGlyphRenderer(RenderableGlyph c)@Nullable GlyphRendererGlyphAtlasTexture. getGlyphRenderer(RenderableGlyph glyph)