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_90257_, TextRenderingUtils.LineSegment... p_90258_) private static List<TextRenderingUtils.Line>
decompose
(String p_90254_, List<TextRenderingUtils.LineSegment> p_90255_) private static List<TextRenderingUtils.Line>
insertLinks
(List<String> p_90260_, List<TextRenderingUtils.LineSegment> p_90261_)
-
Constructor Details
-
TextRenderingUtils
private TextRenderingUtils()
-
-
Method Details
-
lineBreak
-
decompose
public static List<TextRenderingUtils.Line> decompose(String p_90257_, TextRenderingUtils.LineSegment... p_90258_) -
decompose
private static List<TextRenderingUtils.Line> decompose(String p_90254_, List<TextRenderingUtils.LineSegment> p_90255_) -
insertLinks
private static List<TextRenderingUtils.Line> insertLinks(List<String> p_90260_, List<TextRenderingUtils.LineSegment> p_90261_) -
split
-