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) @Nullable List<TextRenderingUtils.Line> RealmsSelectWorldTemplateScreen.noTemplatesMessageMethod parameters in com.mojang.realmsclient.gui.screens with type arguments of type TextRenderingUtils.LineModifier and TypeMethodDescriptionprivate voidRealmsSelectWorldTemplateScreen.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)