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.drawnGlyphsMethods in net.minecraft.client.font with parameters of type BakedGlyph.DrawnGlyphModifier and TypeMethodDescriptionprivate voidTextRenderer.Drawer.addGlyph(BakedGlyph.DrawnGlyph glyph) voidBakedGlyph.draw(BakedGlyph.DrawnGlyph glyph, Matrix4f matrix, VertexConsumer vertexConsumer, int light, boolean fixedZ) voidEmptyBakedGlyph.draw(BakedGlyph.DrawnGlyph glyph, Matrix4f matrix, VertexConsumer vertexConsumer, int light, boolean fixedZ) voidTextRenderer.GlyphDrawer.drawGlyph(BakedGlyph.DrawnGlyph glyph) floatBakedGlyph.getEffectiveMaxX(BakedGlyph.DrawnGlyph glyph) floatBakedGlyph.getEffectiveMaxY(BakedGlyph.DrawnGlyph glyph) floatBakedGlyph.getEffectiveMinX(BakedGlyph.DrawnGlyph glyph) floatBakedGlyph.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.DrawnGlyphGlyphGuiElementRenderState.instanceThe field for theinstancerecord component.Methods in net.minecraft.client.gui.render.state that return BakedGlyph.DrawnGlyphModifier and TypeMethodDescriptionGlyphGuiElementRenderState.instance()Returns the value of theinstancerecord component.Constructors in net.minecraft.client.gui.render.state with parameters of type BakedGlyph.DrawnGlyphModifierConstructorDescriptionGlyphGuiElementRenderState(Matrix3x2f matrix3x2f, BakedGlyph.DrawnGlyph drawnGlyph, @Nullable ScreenRect screenRect)