Uses of Record Class
net.minecraft.client.font.BakedGlyph.DrawnGlyph
Packages that use BakedGlyph.DrawnGlyph
Package
Description
The base package for all Minecraft classes.
-
Uses of BakedGlyph.DrawnGlyph in net.minecraft
Fields in net.minecraft with type parameters of type BakedGlyph.DrawnGlyphModifier and TypeFieldDescriptionprivate final List<BakedGlyph.DrawnGlyph> class_11248.glyphInstancesThe field for theglyphInstancesrecord component.Methods in net.minecraft that return types with arguments of type BakedGlyph.DrawnGlyphModifier and TypeMethodDescriptionclass_11248.glyphInstances()Returns the value of theglyphInstancesrecord component.Constructor parameters in net.minecraft with type arguments of type BakedGlyph.DrawnGlyphModifierConstructorDescriptionclass_11248(boolean bool, int int2, int int3, TextRenderer.TextLayerType textLayerType, int int4, List<BakedGlyph.DrawnGlyph> list, @Nullable List<BakedGlyph.Rectangle> list2, int int5, BakedGlyph bakedGlyph, float float2) -
Uses of BakedGlyph.DrawnGlyph in net.minecraft.client.font
Fields in net.minecraft.client.font with type parameters of type BakedGlyph.DrawnGlyphModifier and TypeFieldDescriptionprivate final List<BakedGlyph.DrawnGlyph> TextRenderer.Drawer.glyphsMethods 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) voidBakedGlyph.method_70876(class_11246 class_11246, RenderLayer renderLayer, BakedGlyph.DrawnGlyph drawnGlyph, boolean bool, class_11247 class_11247)