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 TypeFieldDescriptionprivate final List<BakedGlyph.DrawnGlyph> TextRenderer.Drawer.glyphsMethods in net.minecraft.client.font with parameters of type BakedGlyph.DrawnGlyphModifier and TypeMethodDescriptionvoidBakedGlyph.addGlyphToGui(GuiRenderState guiState, RenderLayer layer, BakedGlyph.DrawnGlyph drawnGlyph, boolean shadow, TextGuiElementRenderState textElementState) voidBakedGlyph.draw(BakedGlyph.DrawnGlyph glyph, Matrix4f matrix, VertexConsumer vertexConsumer, int light) voidEmptyBakedGlyph.draw(BakedGlyph.DrawnGlyph glyph, Matrix4f matrix, VertexConsumer vertexConsumer, int light) -
Uses of BakedGlyph.DrawnGlyph in net.minecraft.client.gui.render.state
Fields in net.minecraft.client.gui.render.state with type parameters of type BakedGlyph.DrawnGlyphModifier and TypeFieldDescriptionprivate final List<BakedGlyph.DrawnGlyph> TextRenderState.glyphInstancesThe field for theglyphInstancesrecord component.Methods in net.minecraft.client.gui.render.state that return types with arguments of type BakedGlyph.DrawnGlyphModifier and TypeMethodDescriptionTextRenderState.glyphInstances()Returns the value of theglyphInstancesrecord component.Constructor parameters in net.minecraft.client.gui.render.state with type arguments of type BakedGlyph.DrawnGlyphModifierConstructorDescriptionTextRenderState(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)