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.field_60707Methods in net.minecraft.client.font with parameters of type BakedGlyph.DrawnGlyphModifier and TypeMethodDescriptionvoidBakedGlyph.draw(BakedGlyph.DrawnGlyph glyph, Matrix4f matrix, VertexConsumer vertexConsumer, int light) voidEmptyBakedGlyph.draw(BakedGlyph.DrawnGlyph glyph, Matrix4f matrix, VertexConsumer vertexConsumer, int light) voidTextRenderer.class_11464.method_71797(BakedGlyph.DrawnGlyph drawnGlyph) private voidTextRenderer.Drawer.method_71804(BakedGlyph.DrawnGlyph drawnGlyph) floatBakedGlyph.method_71821(BakedGlyph.DrawnGlyph drawnGlyph) floatBakedGlyph.method_71824(BakedGlyph.DrawnGlyph drawnGlyph) floatBakedGlyph.method_71826(BakedGlyph.DrawnGlyph drawnGlyph) floatBakedGlyph.method_71828(BakedGlyph.DrawnGlyph drawnGlyph) -
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)