Uses of Record Class
net.minecraft.client.font.BakedGlyph.Rectangle
Packages that use BakedGlyph.Rectangle
-
Uses of BakedGlyph.Rectangle in net.minecraft.client.font
Fields in net.minecraft.client.font with type parameters of type BakedGlyph.RectangleModifier and TypeFieldDescriptionprivate @Nullable List
<BakedGlyph.Rectangle> TextRenderer.Drawer.rectangles
Methods in net.minecraft.client.font with parameters of type BakedGlyph.RectangleModifier and TypeMethodDescriptionprivate void
TextRenderer.Drawer.addRectangle
(BakedGlyph.Rectangle rectangle) void
BakedGlyph.drawRectangle
(BakedGlyph.Rectangle rectangle, Matrix4f matrix, VertexConsumer vertexConsumer, int light)