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) private void
BakedGlyph.drawRectangle
(BakedGlyph.Rectangle rectangle, float shadowOffset, float zOffset, int color, VertexConsumer vertexConsumer, int light, Matrix4f matrix) void
BakedGlyph.drawRectangle
(BakedGlyph.Rectangle rectangle, Matrix4f matrix, VertexConsumer vertexConsumer, int light, boolean fixedZ) void
TextRenderer.GlyphDrawer.drawRectangle
(BakedGlyph bakedGlyph, BakedGlyph.Rectangle rect) -
Uses of BakedGlyph.Rectangle in net.minecraft.client.gui.render.state
Fields in net.minecraft.client.gui.render.state declared as BakedGlyph.RectangleModifier and TypeFieldDescriptionprivate final BakedGlyph.Rectangle
GlyphEffectGuiElementRenderState.effect
The field for theeffect
record component.Methods in net.minecraft.client.gui.render.state that return BakedGlyph.RectangleModifier and TypeMethodDescriptionGlyphEffectGuiElementRenderState.effect()
Returns the value of theeffect
record component.Constructors in net.minecraft.client.gui.render.state with parameters of type BakedGlyph.RectangleModifierConstructorDescriptionGlyphEffectGuiElementRenderState
(Matrix3x2f matrix3x2f, BakedGlyph bakedGlyph, BakedGlyph.Rectangle rectangle, @Nullable ScreenRect screenRect)