Package com.mojang.realmsclient.util
Class TextRenderingUtils
java.lang.Object
com.mojang.realmsclient.util.TextRenderingUtils
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<TextRenderingUtils.Line>
decompose
(String p_225224_0_, TextRenderingUtils.LineSegment... p_225224_1_) private static List<TextRenderingUtils.Line>
decompose
(String p_225225_0_, List<TextRenderingUtils.LineSegment> p_225225_1_) private static List<TextRenderingUtils.Line>
insertLinks
(List<String> p_225222_0_, List<TextRenderingUtils.LineSegment> p_225222_1_)
-
Constructor Details
-
TextRenderingUtils
public TextRenderingUtils()
-
-
Method Details
-
lineBreak
-
decompose
public static List<TextRenderingUtils.Line> decompose(String p_225224_0_, TextRenderingUtils.LineSegment... p_225224_1_) -
decompose
private static List<TextRenderingUtils.Line> decompose(String p_225225_0_, List<TextRenderingUtils.LineSegment> p_225225_1_) -
insertLinks
private static List<TextRenderingUtils.Line> insertLinks(List<String> p_225222_0_, List<TextRenderingUtils.LineSegment> p_225222_1_) -
split
-