Uses of Class
net.minecraft.client.font.GlyphRenderer
Packages that use GlyphRenderer
Package
Description
The base package for all Minecraft classes.
-
Uses of GlyphRenderer in net.minecraft
Methods in net.minecraft that return GlyphRendererModifier and TypeMethodDescriptiondefault GlyphRendererclass_7166.class_7167.bake(Function<RenderableGlyph, GlyphRenderer> function) class_7191.bake(Function<RenderableGlyph, GlyphRenderer> function) Method parameters in net.minecraft with type arguments of type GlyphRendererModifier and TypeMethodDescriptiondefault GlyphRendererclass_7166.class_7167.bake(Function<RenderableGlyph, GlyphRenderer> function) class_7191.bake(Function<RenderableGlyph, GlyphRenderer> function) -
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 GlyphRendererFontStorage.blankGlyphRendererprivate GlyphRendererFontStorage.whiteRectangleGlyphRendererFields in net.minecraft.client.font with type parameters of type GlyphRendererModifier and TypeFieldDescriptionprivate final Int2ObjectMap<GlyphRenderer>FontStorage.glyphRendererCacheMethods in net.minecraft.client.font that return GlyphRendererModifier and TypeMethodDescriptionBitmapFont.BitmapFontGlyph.bake(Function<RenderableGlyph, GlyphRenderer> function) Glyph.bake(Function<RenderableGlyph, GlyphRenderer> function) TrueTypeFont.TtfGlyph.bake(Function<RenderableGlyph, GlyphRenderer> function) UnicodeTextureFont.UnicodeTextureGlyph.bake(Function<RenderableGlyph, GlyphRenderer> function) FontStorage.getGlyphRenderer(int codePoint) private GlyphRendererFontStorage.getGlyphRenderer(RenderableGlyph c) GlyphAtlasTexture.getGlyphRenderer(RenderableGlyph glyph) FontStorage.getObfuscatedGlyphRenderer(Glyph glyph) FontStorage.getRectangleRenderer()private GlyphRendererFontStorage.method_41832(int int2) Methods in net.minecraft.client.font with parameters of type GlyphRendererModifier and TypeMethodDescription(package private) voidTextRenderer.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> function) Glyph.bake(Function<RenderableGlyph, GlyphRenderer> function) TrueTypeFont.TtfGlyph.bake(Function<RenderableGlyph, GlyphRenderer> function) UnicodeTextureFont.UnicodeTextureGlyph.bake(Function<RenderableGlyph, GlyphRenderer> function)