Uses of Class
net.minecraft.client.realms.util.TextRenderingUtils.Line
Packages that use TextRenderingUtils.Line
-
Uses of TextRenderingUtils.Line in net.minecraft.client.realms.gui.screen
Fields in net.minecraft.client.realms.gui.screen with type parameters of type TextRenderingUtils.LineModifier and TypeFieldDescription(package private) @Nullable List<TextRenderingUtils.Line>
RealmsSelectWorldTemplateScreen.noTemplatesMessage
Method parameters in net.minecraft.client.realms.gui.screen with type arguments of type TextRenderingUtils.LineModifier and TypeMethodDescriptionprivate void
RealmsSelectWorldTemplateScreen.renderMessages
(DrawContext context, int x, int y, List<TextRenderingUtils.Line> messages) -
Uses of TextRenderingUtils.Line in net.minecraft.client.realms.util
Methods in net.minecraft.client.realms.util that return types with arguments of type TextRenderingUtils.LineModifier 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)