Uses of Record Class
net.minecraft.client.font.BakedGlyph.DrawnGlyph
Packages that use BakedGlyph.DrawnGlyph
-
Uses of BakedGlyph.DrawnGlyph in net.minecraft.client.font
Fields in net.minecraft.client.font with type parameters of type BakedGlyph.DrawnGlyphModifier and TypeFieldDescription(package private) final List
<BakedGlyph.DrawnGlyph> TextRenderer.Drawer.drawnGlyphs
Methods in net.minecraft.client.font with parameters of type BakedGlyph.DrawnGlyphModifier and TypeMethodDescriptionprivate void
TextRenderer.Drawer.addGlyph
(BakedGlyph.DrawnGlyph glyph) void
BakedGlyph.draw
(BakedGlyph.DrawnGlyph glyph, Matrix4f matrix, VertexConsumer vertexConsumer, int light, boolean fixedZ) void
EmptyBakedGlyph.draw
(BakedGlyph.DrawnGlyph glyph, Matrix4f matrix, VertexConsumer vertexConsumer, int light, boolean fixedZ) void
TextRenderer.GlyphDrawer.drawGlyph
(BakedGlyph.DrawnGlyph glyph) float
BakedGlyph.getEffectiveMaxX
(BakedGlyph.DrawnGlyph glyph) float
BakedGlyph.getEffectiveMaxY
(BakedGlyph.DrawnGlyph glyph) float
BakedGlyph.getEffectiveMinX
(BakedGlyph.DrawnGlyph glyph) float
BakedGlyph.getEffectiveMinY
(BakedGlyph.DrawnGlyph glyph) -
Uses of BakedGlyph.DrawnGlyph in net.minecraft.client.gui.render.state
Fields in net.minecraft.client.gui.render.state declared as BakedGlyph.DrawnGlyphModifier and TypeFieldDescriptionprivate final BakedGlyph.DrawnGlyph
GlyphGuiElementRenderState.instance
The field for theinstance
record component.Methods in net.minecraft.client.gui.render.state that return BakedGlyph.DrawnGlyphModifier and TypeMethodDescriptionGlyphGuiElementRenderState.instance()
Returns the value of theinstance
record component.Constructors in net.minecraft.client.gui.render.state with parameters of type BakedGlyph.DrawnGlyphModifierConstructorDescriptionGlyphGuiElementRenderState
(Matrix3x2f matrix3x2f, BakedGlyph.DrawnGlyph drawnGlyph, @Nullable ScreenRect screenRect)