Uses of Class
net.minecraft.client.font.GlyphRenderer
| Package | Description |
|---|---|
| net.minecraft.client.font |
-
Uses of GlyphRenderer in net.minecraft.client.font
Subclasses of GlyphRenderer in net.minecraft.client.font Modifier and Type Class Description classEmptyGlyphRendererFields in net.minecraft.client.font declared as GlyphRenderer Modifier and Type Field Description private GlyphRendererFontStorage. blankGlyphRendererprivate GlyphRendererFontStorage. whiteRectangleGlyphRendererFields in net.minecraft.client.font with type parameters of type GlyphRenderer Modifier and Type Field Description private Int2ObjectMap<GlyphRenderer>FontStorage. glyphRendererCacheMethods in net.minecraft.client.font that return GlyphRenderer Modifier and Type Method Description GlyphRendererFontStorage. getGlyphRenderer(int int2)private GlyphRendererFontStorage. getGlyphRenderer(RenderableGlyph c)@Nullable GlyphRendererGlyphAtlasTexture. getGlyphRenderer(RenderableGlyph glyph)GlyphRendererFontStorage. getObfuscatedGlyphRenderer(Glyph glyph)GlyphRendererFontStorage. getRectangleRenderer()Methods in net.minecraft.client.font with parameters of type GlyphRenderer Modifier and Type Method Description 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)