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 class
EmptyGlyphRenderer
Fields in net.minecraft.client.font declared as GlyphRenderer Modifier and Type Field Description private GlyphRenderer
FontStorage. blankGlyphRenderer
private GlyphRenderer
FontStorage. whiteRectangleGlyphRenderer
Fields in net.minecraft.client.font with type parameters of type GlyphRenderer Modifier and Type Field Description private Int2ObjectMap<GlyphRenderer>
FontStorage. glyphRendererCache
Methods in net.minecraft.client.font that return GlyphRenderer Modifier and Type Method Description GlyphRenderer
FontStorage. getGlyphRenderer(int int2)
private GlyphRenderer
FontStorage. getGlyphRenderer(RenderableGlyph c)
@Nullable GlyphRenderer
GlyphAtlasTexture. getGlyphRenderer(RenderableGlyph glyph)
GlyphRenderer
FontStorage. getObfuscatedGlyphRenderer(Glyph glyph)
GlyphRenderer
FontStorage. getRectangleRenderer()
Methods in net.minecraft.client.font with parameters of type GlyphRenderer Modifier and Type Method Description 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)