Uses of Class
com.mojang.realmsclient.util.TextRenderingUtils.Line
Packages that use TextRenderingUtils.Line
-
Uses of TextRenderingUtils.Line in com.mojang.realmsclient.gui.screens
Fields in com.mojang.realmsclient.gui.screens with type parameters of type TextRenderingUtils.LineModifier and TypeFieldDescription(package private) List
<TextRenderingUtils.Line> RealmsSelectWorldTemplateScreen.noTemplatesMessage
Method parameters in com.mojang.realmsclient.gui.screens with type arguments of type TextRenderingUtils.LineModifier and TypeMethodDescriptionprivate void
RealmsSelectWorldTemplateScreen.renderMultilineMessage
(GuiGraphics pGuiGraphics, int pX, int pY, List<TextRenderingUtils.Line> pLines) -
Uses of TextRenderingUtils.Line in com.mojang.realmsclient.util
Methods in com.mojang.realmsclient.util that return types with arguments of type TextRenderingUtils.LineModifier and TypeMethodDescriptionstatic List
<TextRenderingUtils.Line> TextRenderingUtils.decompose
(String pText, TextRenderingUtils.LineSegment... pSegments) private static List
<TextRenderingUtils.Line> TextRenderingUtils.decompose
(String pText, List<TextRenderingUtils.LineSegment> pSegments) private static List
<TextRenderingUtils.Line> TextRenderingUtils.insertLinks
(List<String> pLines, List<TextRenderingUtils.LineSegment> pSegments)