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.method_21414(MatrixStack matrixStack, int int2, int int3, List<TextRenderingUtils.Line> list)
-
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)