Package com.mojang.realmsclient.util
Class TextRenderingUtils
java.lang.Object
com.mojang.realmsclient.util.TextRenderingUtils
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List
<TextRenderingUtils.Line> decompose
(String pText, TextRenderingUtils.LineSegment... pSegments) private static List
<TextRenderingUtils.Line> decompose
(String pText, List<TextRenderingUtils.LineSegment> pSegments) private static List
<TextRenderingUtils.Line> insertLinks
(List<String> pLines, List<TextRenderingUtils.LineSegment> pSegments)
-
Constructor Details
-
TextRenderingUtils
private TextRenderingUtils()
-
-
Method Details
-
lineBreak
-
decompose
public static List<TextRenderingUtils.Line> decompose(String pText, TextRenderingUtils.LineSegment... pSegments) -
decompose
private static List<TextRenderingUtils.Line> decompose(String pText, List<TextRenderingUtils.LineSegment> pSegments) -
insertLinks
private static List<TextRenderingUtils.Line> insertLinks(List<String> pLines, List<TextRenderingUtils.LineSegment> pSegments) -
split
-