Uses of Class
com.mojang.realmsclient.util.TextRenderingUtils.LineSegment
-
Packages that use TextRenderingUtils.LineSegment Package Description com.mojang.realmsclient.util -
-
Uses of TextRenderingUtils.LineSegment in com.mojang.realmsclient.util
Fields in com.mojang.realmsclient.util with type parameters of type TextRenderingUtils.LineSegment Modifier and Type Field Description java.util.List<TextRenderingUtils.LineSegment>
TextRenderingUtils.Line. segments
Methods in com.mojang.realmsclient.util that return TextRenderingUtils.LineSegment Modifier and Type Method Description static TextRenderingUtils.LineSegment
TextRenderingUtils.LineSegment. link(java.lang.String p_225214_0_, java.lang.String p_225214_1_)
protected static TextRenderingUtils.LineSegment
TextRenderingUtils.LineSegment. text(java.lang.String p_225218_0_)
Methods in com.mojang.realmsclient.util with parameters of type TextRenderingUtils.LineSegment Modifier and Type Method Description static java.util.List<TextRenderingUtils.Line>
TextRenderingUtils. decompose(java.lang.String p_225224_0_, TextRenderingUtils.LineSegment... p_225224_1_)
Method parameters in com.mojang.realmsclient.util with type arguments of type TextRenderingUtils.LineSegment Modifier and Type Method Description private static java.util.List<TextRenderingUtils.Line>
TextRenderingUtils. decompose(java.lang.String p_225225_0_, java.util.List<TextRenderingUtils.LineSegment> p_225225_1_)
Constructor parameters in com.mojang.realmsclient.util with type arguments of type TextRenderingUtils.LineSegment Constructor Description Line(java.util.List<TextRenderingUtils.LineSegment> p_i51644_1_)
-