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 text, TextRenderingUtils.LineSegment... segments) private static List
<TextRenderingUtils.Line> decompose
(String text, List<TextRenderingUtils.LineSegment> segments) private static List
<TextRenderingUtils.Line> insertLinks
(List<String> lines, List<TextRenderingUtils.LineSegment> segments)
-
Constructor Details
-
TextRenderingUtils
private TextRenderingUtils()
-
-
Method Details
-
lineBreak
-
decompose
public static List<TextRenderingUtils.Line> decompose(String text, TextRenderingUtils.LineSegment... segments) -
decompose
private static List<TextRenderingUtils.Line> decompose(String text, List<TextRenderingUtils.LineSegment> segments) -
insertLinks
private static List<TextRenderingUtils.Line> insertLinks(List<String> lines, List<TextRenderingUtils.LineSegment> segments) -
split
-