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 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> glyphRendererGetter) BuiltinEmptyGlyph.bake(Function<RenderableGlyph, GlyphRenderer> glyphRendererGetter) Glyph.bake(Function<RenderableGlyph, GlyphRenderer> glyphRendererGetter) default GlyphRendererGlyph.EmptyGlyph.bake(Function<RenderableGlyph, GlyphRenderer> glyphRendererGetter) TrueTypeFont.TtfGlyph.bake(Function<RenderableGlyph, GlyphRenderer> glyphRendererGetter) UnicodeTextureFont.UnicodeTextureGlyph.bake(Function<RenderableGlyph, GlyphRenderer> glyphRendererGetter) private GlyphRendererFontStorage.findGlyphRenderer(int codePoint) FontStorage.getGlyphRenderer(int codePoint) private GlyphRendererFontStorage.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) voidTextRenderer.drawGlyph(GlyphRenderer glyphRenderer, boolean bold, boolean bool, boolean bool2, float float2, float float3, float float4, Matrix4f matrix4f, VertexConsumer vertexConsumer, float float5, float float6, float float7, float float8, int int2) 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 GlyphRendererGlyph.EmptyGlyph.bake(Function<RenderableGlyph, GlyphRenderer> glyphRendererGetter) TrueTypeFont.TtfGlyph.bake(Function<RenderableGlyph, GlyphRenderer> glyphRendererGetter) UnicodeTextureFont.UnicodeTextureGlyph.bake(Function<RenderableGlyph, GlyphRenderer> glyphRendererGetter)