Uses of Class
net.minecraft.client.font.GlyphRenderer
Packages that use GlyphRenderer
-
Uses of GlyphRenderer in net.minecraft.client.font
Subclasses of GlyphRenderer in net.minecraft.client.fontFields in net.minecraft.client.font declared as GlyphRendererModifier and TypeFieldDescriptionprivate GlyphRenderer
FontStorage.blankGlyphRenderer
private GlyphRenderer
FontStorage.whiteRectangleGlyphRenderer
Fields in net.minecraft.client.font with type parameters of type GlyphRendererModifier and TypeFieldDescriptionprivate final GlyphContainer
<GlyphRenderer> FontStorage.glyphRendererCache
Methods in net.minecraft.client.font that return GlyphRendererModifier 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) private GlyphRenderer
FontStorage.findGlyphRenderer
(int codePoint) FontStorage.getGlyphRenderer
(int codePoint) private GlyphRenderer
FontStorage.getGlyphRenderer
(RenderableGlyph c) GlyphAtlasTexture.getGlyphRenderer
(RenderableGlyph glyph) FontStorage.getObfuscatedGlyphRenderer
(Glyph glyph) FontStorage.getRectangleRenderer()
Methods in net.minecraft.client.font with parameters of type GlyphRendererModifier and TypeMethodDescription(package private) void
TextRenderer.drawGlyph
(GlyphRenderer glyphRenderer, boolean bold, boolean italic, float weight, float x, float y, Matrix4f matrix, VertexConsumer vertexConsumer, float red, float green, float blue, float alpha, int light) Method parameters in net.minecraft.client.font with type arguments of type GlyphRendererModifier 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)