Uses of Record Class
net.minecraft.client.font.BakedGlyph.Rectangle
Packages that use BakedGlyph.Rectangle
Package
Description
The base package for all Minecraft classes.
-
Uses of BakedGlyph.Rectangle in net.minecraft
Fields in net.minecraft with type parameters of type BakedGlyph.RectangleModifier and TypeFieldDescriptionprivate final @Nullable List<BakedGlyph.Rectangle> class_11248.effectsThe field for theeffectsrecord component.Methods in net.minecraft that return types with arguments of type 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.rectanglesMethods in net.minecraft.client.font with parameters of type BakedGlyph.RectangleModifier and TypeMethodDescriptionprivate voidTextRenderer.Drawer.addRectangle(BakedGlyph.Rectangle rectangle) private voidBakedGlyph.drawRectangle(BakedGlyph.Rectangle rectangle, float shadowOffset, float zOffset, int color, VertexConsumer vertexConsumer, int light, Matrix4f matrix) voidBakedGlyph.drawRectangle(BakedGlyph.Rectangle rectangle, Matrix4f matrix, VertexConsumer vertexConsumer, int light) voidBakedGlyph.method_70874(class_11246 class_11246, RenderLayer renderLayer, BakedGlyph.Rectangle rectangle, class_11247 class_11247) voidBakedGlyph.method_70875(class_11246 class_11246, RenderLayer renderLayer, BakedGlyph.Rectangle rectangle, boolean bool, class_11247 class_11247)