Uses of Class
net.minecraft.client.realms.util.TextRenderingUtils.Line
-
Uses of TextRenderingUtils.Line in net.minecraft.client.realms.gui.screen
Modifier and TypeFieldDescription(package private) @Nullable List<TextRenderingUtils.Line>
RealmsSelectWorldTemplateScreen.noTemplatesMessage
Modifier and TypeMethodDescriptionprivate void
RealmsSelectWorldTemplateScreen.renderMessages
(MatrixStack matrices, int x, int y, List<TextRenderingUtils.Line> messages) -
Uses of TextRenderingUtils.Line in net.minecraft.client.realms.util
Modifier and TypeMethodDescriptionprivate static List<TextRenderingUtils.Line>
TextRenderingUtils.decompose
(String text, List<TextRenderingUtils.LineSegment> links) static List<TextRenderingUtils.Line>
TextRenderingUtils.decompose
(String text, TextRenderingUtils.LineSegment[] links) private static List<TextRenderingUtils.Line>
TextRenderingUtils.insertLinks
(List<String> lines, List<TextRenderingUtils.LineSegment> links)