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 guiGraphics, int x, int y, List<TextRenderingUtils.Line> lines) -
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 text, TextRenderingUtils.LineSegment... segments) private static List
<TextRenderingUtils.Line> TextRenderingUtils.decompose
(String text, List<TextRenderingUtils.LineSegment> segments) private static List
<TextRenderingUtils.Line> TextRenderingUtils.insertLinks
(List<String> lines, List<TextRenderingUtils.LineSegment> segments)